<<< Date Index >>>     <<< Thread Index >>>

Re: spoolfile, folder, and 'y'



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday, November  5 at 11:04 PM, quoth list-user:
>Beside others I have the following lines in my muttrc:
>
>set mbox_type   = "Maildir"
>set spoolfile   = "/home/user/mutt_mail/inbox" 
>set folder      = "/home/user/mutt_mail"  
>
>mailboxes !
>mailboxes = a
>mailboxes = b
>mailboxes = c

You probably mean/want:


>All mailboxes are put in the same directory: /home/user/mutt_mail/a 
>etc.
>By pressing 'y' I have 2 entries, '=/' and '=inbox'.
>Actually I do want to see all my mailboxes, including the inbox.

y only lists mailboxes that have been specified with the 'mailboxes' 
command. You probably mean/want:

     mailboxes = =/inbox =/a =/b =/c

Or, if you want it to automatically generate that:

     mailboxes = =/inbox
     `ls $folder | awk '{print "mailboxes " $0}' > ~/.mutt_list && echo source 
~/.mutt_list`

~Kyle
- -- 
Reality is that which, when you stop believing in it, doesn't go away.
                                                      -- Philip K. Dick
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!

iD8DBQFHL52QBkIOoMqOI14RAoyYAKCKvJGL0qsWWG0NzW/CleKZFCb9XQCfWBDd
MJqle/X1qr5HoItIzItZ4zI=
=p+rY
-----END PGP SIGNATURE-----