Summary | Show identity name with sent-mail mailbox in special folder container |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | mike.gabriel (at) das-netzwerkteam (dot) de |
Created | 09/30/2013 (4273 days ago) |
Due | |
Updated | 07/26/2014 (3974 days ago) |
Assigned | |
Resolved | 07/26/2014 (3974 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit fb0d82306d795ba2abe16e4d95d4dd66af22b14c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Jul 26 14:51:02 2014 -0600
[mms] Uniquely identify sent-mail mailboxes by identity in main
folder tree (
Request #12721).imp/docs/CHANGES | 2 ++
imp/lib/Mailbox.php | 11 +++++++++++
imp/lib/Prefs/Identity.php | 13 ++++++++++---
imp/package.xml | 1 +
4 files changed, 24 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/fb0d82306d795ba2abe16e4d95d4dd66af22b14c
State ⇒ Feedback
least as likely that people use different folder names for different
identities, which would make this redundant.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Show identity name with sent-mail mailbox in special folder container
Type ⇒ Enhancement
State ⇒ New
identities (see
#12720) showing the identity's name in parenthesesbehind the mailbox name, e.g.:
INBOX
Drafts
Trash
Templates
Sent (Work)
Sent (Private)
where ,,Work'' and ,,Private'' are identity names.
Let me know if you upstream devs would be interested in a patch. If
yes, I can implement that.