On Mon, Jan 08, 2001 at 11:07:02PM -0200, Marcelo Chiapparini wrote: | Thanks to everyone who helped me with this!!! It worked fine. | The last question: how can I change the default mail folder? for example | from ~/Mail to ~/mail? | | Thanks in advance! | | ps: I know I should read the documentation, but I am quite hurry now... :P
Yes, 'man muttrc' will bring up the help file. Then use "/" followed by a regex to search for text. man + less is your friend. ;-) The variable is "folder" which defaults to "~/Mail" ~~~~~~~~~~~~~~~~~~~~~~ set folder = "~/mail" ~~~~~~~~~~~~~~~~~~~~~~ -D