# -*-muttrc-*- ------------ =+- MUTT config -+= -------------------------- # $RCSfile: folders,v $ # $Source: /home/cvs/yoh/.mutt/folders,v $ # Commited: $Date: 2004/05/06 21:24:06 $ # Revision: $Revision: 1.2 $ # # Yaroslav Halchenko CS@UNM, CS@NJIT # web: http://www.onerussian.com & PSYCH@RUTGERS # e-mail: yoh@onerussian.com ICQ#: 60653192 # # You're welcome to use provided config and send your notes regarding it, # but there is no warranty that you don't damage any of your valuable # information or grey matter by using it for your own needs #-----------------\____________________________________/------------------ # example from http://www.baby-linux.net/binny/mutt/folders.html # repertoire des mailboxes set folder=~/Mail # ou mutt va mettre ses fichiers tmp set tmpdir = "/tmp" # postponed set postponed="~/Mail/postponed" # la boite des messages envoyes #set record=+outbox set record="=Sent" # mutt's hook feature allows config commands to apply at certain points, # e.g. changing folders. folder-hook Sent set sort=date-sent # mailboxes `find /home/yoh/Mail/ -type d -print | grep -Ev '(outbox|trash|spam)' | sort | xargs`