## Include some files with more settings # ## Include Header definitions source ~/.mutt.header ## Include Colors for Agents source ~/.mutt.agent-colors ## Include my color settings source ~/.mutt.colors ## Include stuff for mailinglists source ~/.mutt.subscribe ## Include GPG-Stuff source ~/.gpg.rc ## Include my Alias-File source ~/.mutt.aliases ## Include my Hooks (folder-hook, send-hook) source ~/.mutt.hooks ## Include my Macros (change Mailboxes, edit alias-file, ...) source ~/.mutt.macros set query_command="abook --mutt-query '%s'" ## Header-Section # # slrn needs the default header set without hooks my_hdr From: Arvid Warnecke ## other headers are set with folder-hooks (sourced above) ## General settings # set realname="Arvid Warnecke" set hostname="deepthought.homeunix.net" #set use_from set envelope_from=yes set followup_to # add Mail-Followup-To field to header. ## Setting Signatur und Alias-File. # # Signature will be set with folder-hooks set signature="~/bin/mksig2_nostalgix|" set alias_file="~/.mutt.aliases" ## Mailboxes # set folder="~/mail" # changed the default ~/Mail to ~/mail set mbox="~/mail/received" # where my received mails are set record="~/mail/send" # save send messages there set spoolfile='/var/mail/madhatter' # where new mails are ## Tell me about new mail ## let's try this syntax mailboxes `find ~/mail -type f -print | grep -v "procmaillog\|received\|send\|posted\|almost-certainly-spam\|probably-spam\|virus.warning" | xargs` ## greping for all boxes excluded those ones above, coz those are unimportant #mailboxes $HOME/mail/IN.mad-hatter #mailboxes $HOME/mail/IN.sleepwalker #mailboxes $HOME/mail/Newsletter #mailboxes $HOME/mail/TV-Programm ## More Settings # set ignore_list_reply_to set editor="vim" set askcc=yes set askbcc=yes set timeout=60 # time in seconds, till Mutt looks for new mail set write_inc=10 # Mutt will notify when writing mailbox messages set read_inc=10 # Mutt will notify when reading mailbox messages set include=yes # quote message, when replying set mark_old=no # mark new messages as old, when leaving the box set auto_tag=yes # functions in index will be applied to all tagged # messages (if there are any) # set beep_new=yes # beep when there is new mail set menu_scroll=yes # menu will scroll and don't pg_up and pg_dwn set beep=no set wait_key=no # don't let me hit a key to return set mime_forward=ask-no # ask me for forwarding with attachments # set date_format set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z" # set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s" set index_format="%4C %Z %{%h %d} %-15.15F(%4c) %s" ## small changes L to F to see the authors name on mailinglists set allow_8bit set ascii_chars set charset="iso-8859-15" ## locale on Mac is annoying in index_format's date #set locale="de_DE" set pager_stop=yes ## view annoying html mail inline auto_view text/html ## Sort Mails ## (date-received, date-send, from, mailbox-order, size, subject, ## to, score) (and everything with a prefixed "reverse-") # set sort=threads set sort_aux=date #set strict_threads ## Sorting Aliases ## (alias, address, unsorted) # set sort_alias=alias ## alias_format ## (format of data displayed for the alias menu) ## %a alias name %n index number %r address %t tag-character # set alias_format="%3n %t %-12a %r" ## Set "From:" automatically # ## set alternates=(address1|address2|address3) set alternates="(madhatter_at_nostalgix.org|madhatter_at_geekpr0n.org|madhatter_at_geekshell.net|arvid.warnecke_at_nostalgix.org|arvid.warnecke_at_heim2.tu-clausthal.de|arvid_at_nostalgix.org|arvid_at_mad-hatter.de|the.sleepwalker_at_gmx.net)" ## reply as the user to whom the mail was sent to ## Example: I often get emails addressed "To: arvid_at_mad-hatter.de". ## With "reverse_name" I can thus reply as "arvid_at_mad-hatter.de" - ## even from other accounts. :-) ## Can used only with setting alternates and without my_hdr settings set reverse_name ## Printer settings: # ## printing *without* Header ## set print_cmd="a2ps -nn -ns -nH -p -1 -B -F10 -nL | lpr" ## printing *with* Header ## set print_cmd="a2ps -nn -ns -H -p -1 -B -F10 -nL | lpr" set print_cmd="a2ps -1 -R -f9 -q" ## Bindings # bind pager exit bind pager next-line bind pager previous-line bind pager previous-unread ## Backspace does not work :-( bind pager next-undeleted bind index exit bind index display-message bind index previous-line ## GPG-Configuration was sourced above set pgp_autosign set pgp_replysign # set pgp_encryptself #does nothing, why? set pgp_replyencrypt set pgp_timeout=7200 set pgp_verify_sig=yes set pgp_show_unusable=yes #mutt will display non-usable keys set pgp_sign_as="0x7E0895CC" #sign with arvid at nostalgix org