Re: [Mutt] #2090: imap_delim_chars is not used consequently
#2090: imap_delim_chars is not used consequently
Changes (by brendan):
* cc: thomasz@xxxxxxxxxxxxxx (removed)
* owner: mutt-dev => brendan
* status: reopened => new
* milestone: => 1.6
Old description:
> {{{
> Setting imap_delim_chars set to "/." should make these characters
> interchangeable. This does not work when renaming IMAP folders or when
> defining hooks.
> >How-To-Repeat:
> >Fix:
> rename should s/[$imap_delim_chars]/$namespace_separator/
>
> hook regexps should s/[$imap_delim_chars]/[$imap_delim_chars]/
> so =INBOX/A would become =/INBOX[/.]A
> }}}
New description:
Setting imap_delim_chars set to "/." should make these characters
interchangeable. This does not work when renaming IMAP folders or when
defining hooks.
>How-To-Repeat:
>Fix:
rename should `s/[$imap_delim_chars]/$namespace_separator/`
hook regexps should `s/[$imap_delim_chars]/[$imap_delim_chars]/`
so `=INBOX/A` would become `=/INBOX[/.]A`
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2090#comment:4>