* Raymond A. Meijer <[EMAIL PROTECTED]> [2002-03-15 13:14]: > I need some help with my muttrc. I'm still running 1.2.5 > as I still can't get the pager to work in 1.3.27... > I have 5 main e-mail addresses: [EMAIL PROTECTED], > @x-ray.org, @imprezaturbo.org, @euronet.nl and @euro.net. > I have set up different environments through folder-hooks in my muttrc, > but not everything works correctly, for example the 'set postponed' option. > What did I do wrong and how can I make > my muttrc more readable and efficient?
It's hard to say what you do wrong when you don't give a description about the "right" thing is supposed to be. ;-) > mailboxes "!" ~/Mail/imprezaturbo/in.mbx ~/Mail/spam/in.mbx You can abbreviate these using '+' which stands for $folder: set folder=~/Mail mailboxes ! +imprezaturbo/in.mbx +spam/in.mbx +x-ray/in.mbx > folder-hook . set folder=~/Mail/personal/archive > folder-hook . set postponed=~/Mail/personal/postponed.mbx > folder-hook ~/Mail/spam/. set folder=~/Mail/spam/archive > folder-hook ~/Mail/x-ray/. set folder=~/Mail/x-ray/archive > folder-hook ~/Mail/imprezaturbo/. set folder=~/Mail/imprezaturbo/archive hmm... this will change it all, of course. why do you keep changing it at all? Sven