Hello, we are using Dovecot 1.2.6 with activated listescape-Plugin. Mutt mutt seems to have a problem with listescape (or my configuration [1] is screwed). When I log in with mutt over imap an press "c", I see al the folders, .Trash, .Drafts etc. But when I try to change to .Drafts (for example), mutt gives me the error the he can't find the folder "\2eDrafts". Is this a Problem with the listescape-Plugin or a Problem mith the mutt-Configuration? Any hints are welcome. Regards Daniel [1] Output from dovecot -n: # 1.2.6: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18.2-34-default i686 openSUSE 10.2 (i586) protocols: pop3 imap imaps managesieve listen(default): * listen(imap): * listen(pop3): *:110 listen(managesieve): * ssl: no disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3): /usr/lib/dovecot/pop3-login login_executable(managesieve): /usr/lib/dovecot/managesieve-login first_valid_uid: 100 mail_location: maildir:~/.maildir mail_executable(default): /usr/lib/dovecot/imap mail_executable(imap): /usr/lib/dovecot/imap mail_executable(pop3): /usr/lib/dovecot/pop3 mail_executable(managesieve): /usr/lib/dovecot/managesieve mail_plugins(default): deleted_to_trash listescape mail_plugins(imap): deleted_to_trash listescape mail_plugins(pop3): mail_plugins(managesieve): mail_plugin_dir(default): /usr/lib/dovecot/modules/imap mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3 mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve imap_client_workarounds(default): outlook-idle tb-extra-mailbox-sep imap_client_workarounds(imap): outlook-idle tb-extra-mailbox-sep imap_client_workarounds(pop3): imap_client_workarounds(managesieve): namespace: type: private separator: / location: maildir:~/.maildir inbox: yes list: yes subscriptions: yes lda: postmaster_address: postmaster at example.com mail_plugins: sieve mail_plugin_dir: /usr/lib/dovecot/modules/lda auth default: passdb: driver: pam userdb: driver: passwd -- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds at marco.de Gesch?ftsf?hrer Martin Reuter HRB 171775 Amtsgericht M?nchen
On Mon, 2009-12-07 at 13:58 +0100, Daniel Spannbauer wrote:> Hello, > > we are using Dovecot 1.2.6 with activated listescape-Plugin. > Mutt mutt seems to have a problem with listescape (or my configuration > [1] is screwed). > > When I log in with mutt over imap an press "c", I see al the folders, > .Trash, .Drafts etc.You actually see the leading dot? You shouldn't.> But when I try to change to .Drafts (for example), mutt gives me the > error the he can't find the folder "\2eDrafts".This apparently happens because for some reason mutt is showing the leading dot and then tries to open the mailbox using the escaped dot, which fails. You could try what the actual IMAP traffic looks like: telnet localhost 143 a login username password b list "" * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20091207/32e26eaf/attachment-0002.bin>
Timo Sirainen schrieb:> On Mon, 2009-12-07 at 13:58 +0100, Daniel Spannbauer wrote: >> Hello, >> >> we are using Dovecot 1.2.6 with activated listescape-Plugin. >> Mutt mutt seems to have a problem with listescape (or my configuration >> [1] is screwed). >> >> When I log in with mutt over imap an press "c", I see al the folders, >> .Trash, .Drafts etc. > > You actually see the leading dot? You shouldn't. > >> But when I try to change to .Drafts (for example), mutt gives me the >> error the he can't find the folder "\2eDrafts". > > This apparently happens because for some reason mutt is showing the > leading dot and then tries to open the mailbox using the escaped dot, > which fails.Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly: 1 0 imap://ds at homedirs/ 2 0 imap://ds at homedirs/.ADMIN 3 0 imap://ds at homedirs/.DOVECOT 4 0 imap://ds at homedirs/.Drafts 5 0 imap://ds at homedirs/.IT-Administrator 6 0 imap://ds at homedirs/.test 7 0 imap://ds at homedirs/.NX 8 0 imap://ds at homedirs/.SUSE 9 0 imap://ds at homedirs/.Samba 10 0 imap://ds at homedirs/.Sent 11 0 imap://ds at homedirs/.Sent Items 12 0 imap://ds at homedirs/.Sent Messages 13 0 imap://ds at homedirs/.Trash 14 0 imap://ds at homedirs/.antispam 15 0 imap://ds at homedirs/.archiv 16 0 imap://ds at homedirs/.kde 17 0 imap://ds at homedirs/.maildir 18 0 imap://ds at homedirs/.nod32 20 0 imap://ds at homedirs/.xup This is the folder-List.> > You could try what the actual IMAP traffic looks like: > > telnet localhost 143 > a login username password > b list "" * >Ok, there are no leading dots. Regards Daniel -- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds at marco.de Gesch?ftsf?hrer Martin Reuter HRB 171775 Amtsgericht M?nchen