[Dovecot] can i set "folder alias"?
when i use mailclientA to send mail, then the mailclientA program default will save it to folder "sendA", when i use mailclientB to send mail, then the mailclientB program default will save it to folder "sendB".
i know i can configure the mailclient program to use which folder, but can i set something like "folder alias"? imap { # ln -s sendA sendB folder alias = "sendA = sendB"; folser alias = "draftA = draftB"; ....... }
i use dovecot-1.0rc17, imap, maildir sorry, i don't speak english
On Sun, 2007-01-21 at 18:59 +0800, John Wong wrote:
i know i can configure the mailclient program to use which folder, but can i set something like "folder alias"? .. # ln -s sendA sendB
That's exactly what you can do with maildir, create a real symlink:
cd Maildir ln -s .sendA .sendB
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sun, 21 Jan 2007, Timo Sirainen wrote:
cd Maildir ln -s .sendA .sendB
The problem with symlinks is that both folders are displayed as different folders finally. And because subscriptions are saved on the server, you cannot configure different clients to subscribe to different sets folders. It is no great issue, if you are online all the time, but it drains performance, e.g. while searching or when you sync mail for offline useage.
Actually, I don't know how a feature like "folder aliases" would solve the problem, because the server would need to know when to hide which of the "aliases". I mean, if MUA Thunderbird connects, return "sent-mails" as "Sent", if MUA Outlook connects, return "sent-mails" as "Gesendete EMails". Maybe, aliases will never match LIST commands, except when explicitly ask about? Though, that's just half of the problem. To hide all symlinks would break many installations of shared folders.
One would need some MUA-aware hacks.
Bye,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBRbSZ8y9SORjhbDpvAQLo8AgAg20SU5zarsgW2hIKataxCUVQ2ayfe/hX XWeoWGv0zecUBPd05UfZ40O9mssVrHtM3VExD2KyyGqm69cVpzVCp3ej7kW8qVfT 7oSSGuIY0xoN/ojiRkNrqW69WfEhEaQ4GsxwX+eesd7IjlBWk54+lqiGpLBA4VY4 dDo7BwQXGZQMBz1eRTyvmCE05asDtkUQeghOKwxgti2Ifpd4Ieb1zHB7ns7Wei9W z8/UszoNsMZQXWcgKApl4ccJ5weCWvRZq5i+4mQDlayuU3SMSNy+KMrTGmd9vS6b dRn1vPzI4iXxZl6fj+URldQOBKl5F7NmwZB7Skv1ZUK0bMSc+8jztA== =7Q3W -----END PGP SIGNATURE-----
participants (3)
-
John Wong
-
Steffen Kaiser
-
Timo Sirainen