Michal 'hramrach' Suchanek ([EMAIL PROTECTED]) muttered:
> I found these problems for which I know *no* 100% workaround:

> - I'm unable to browse Maildirs reliably. They can contain both messages
>   and subfolders but when I enter a maildir the message index is
>   displayed automatically

This is perfect behaviour. A Maildir should not have subdirs other then
cur, new, tmp.
If you need subdirs, use normal directories.

 ~/Mail (dir)
 |
 `-lists (dir)
 | |
 | `-mutt-users (Maildir)
 | | `-cur
 | | `-new
 | | `-tmp
 | |
 | `-somelist (mbox)
 | |
 | `-yet_another_list (Maildir)
 |   `cur
 |   `new
 |   `tmp
 |
 `-what_the_heck
 [...]

> (should be handled the same way IMAP browsing is described in
> documentation).
> - subfolders in Maildirs arent displayed in browser - start with dot
>   (set mask to show .subforder and ignore new|cur|tmp) - suggest
>   maildir_mask

IMAP folder may have subdirs. Maildirs not.

> set folder=imaps://artax.karlin.mff.cuni.cz/mail
> # During previous experiments I discovered that I'm able to set browser
> # root using $folder exactly twice: first I set it to ~/Mail as a
> # default and then to an imap server using folder-hook. After that
> # browser starts on the imap server I used first.
> #set folder=~/Mail

If you use hooks to toggle variables make sure you have a default hook
to reset the values.

folder-hook . "set folder=~/Mail"
account-hook imap-account \
  "set folder=imaps://artax.karlin.mff.cuni.cz/mail"

HTH,

Michael
-- 

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key

Reply via email to