Incoming from Eduardo Figueira Ramos: > Hi list members, > > i have my mutt configured and running, but i got a doubt. > > I would like that the folder ".Sent" be listed when i press 'c' > character. Now only the incoming directory ~/.mdir is being listed. > > Here my .muttrc: > > set mbox_type=Maildir > set spoolfile="~/.mdir" > set folder="~/.mdir" > set mask="!^\\.[^.]" > set record="+.Sent" > set postponed="+.Drafts" > > set from="[email protected]"
Are you sure this --+V is doing what you think it is?
> mailboxes ! + '\\
> for file in ~/.mdir/.*; do \\
> box=$(basename "$file"); \\
> if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' \\
> -a ! "$box" = '.subscriptions' ]; then \\
> echo -n "\"+$box\" "; \\
> fi; \\
> done'
Try:
mailboxes =Inbox/ \
=foo/ \
=bar/ \
...
I'm not sure the trailing "/" on them is necessary, but it appears to
work here.
--
Any technology distinguishable from magic is insufficiently advanced.
(*) :(){ :|:& };:
- -
signature.asc
Description: Digital signature
