On Mon, Nov 05, 2007 at 04:47:44PM -0600, Kyle Wheeler wrote: > 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 > > >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 > I have now the following in my muttrc: set spoolfile = "/home/user/mutt_mail/inbox" set folder = "/home/user/mutt_mail"
set copy set record = +/sent set postponed = +/draft mailboxes = +/inbox mailboxes = +/a mailboxes = +/b By pressing 'y' I get the following overview: ... 0.4K Nov 06 21:22 =/ ... 0.1K Nov 03 13:53 =draft/ ... 0.1K Nov 01 21:45 =inbox/ ... 0.1K Nov 03 18:52 =a/ ... 0.1K Nov 04 12:05 =b/ ... 0.1K Nov 04 12:05 =sent/ Selecting the first entry I see all folders in /home/user/mutt_mail/ Is that a correct set-up? How can I avoid having the 1st entry, which might be confusing. -- Thanks for your help. Best regards, Mike
