On Tuesday, 21 October 2008 at 10:17, Jukka Salmi wrote: > Hello, > > yesterdays changes to tip seem to cause the wrong IMAP folder separator > to be printed in "New mail in ..." notifications, in the browser, and > in "Open mailbox ..." dialogs (when using the `change-folder' command): > I suddenly see a slash instead of a dot when reading mail from a Cyrus > IMAP server. However, e.g. changing to the proposed folder works fine. > > Any hints?
Make '.' appear first in $imap_delim_chars. Mutt is a bit more aggressive about canonicalizing IMAP path names now, and resorts to the first character in imap_delim_chars when canonicalizing paths that don't have open connections yet.
