Summary | Identity, sent folder, and namespace |
Queue | IMP |
Queue Version | 4.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | frank.ruichter (at) hrz (dot) tu-chemnitz (dot) de |
Created | 03/10/2006 (7062 days ago) |
Due | |
Updated | 03/12/2006 (7060 days ago) |
Assigned | 03/11/2006 (7061 days ago) |
Resolved | 03/12/2006 (7060 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
folder preference to a namespace with empty prefix that is *not* the
personal namespace. Michael?
will always append the personal namespace to a folder in a public,
empty namespace. This has been fixed in HEAD and 4.1.1.
Assigned to Michael Slusarz
State ⇒ Assigned
folder preference to a namespace with empty prefix that is *not* the
personal namespace. Michael?
...;s:16:"sent_mail_folder";s:15:"group.test.sent";...
- Frank
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Identity, sent folder, and namespace
Queue ⇒ IMP
outside the personal
INBOX namespace (in the public namespace '') - say 'group.test.sent'
(by selecting in the menu)
the following occurs:
- The folder "group.test.sent" was successfully created.
-- under the PERSONAL namespace: INBOX.group.test.sent
In the dabase it looks ok:
...;s:16:"sent_mail_folder";s:12:"group.hrz.tt";...
- After sending a new message the mail is saved in INBOX.group.test.sent
That's not what I expected, it should use the public folder "group.test.sent".
Is it a namespace issue?
My Cyrus imapd has:
* NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
Thanks, Frank