X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=mail%2Fmutt%2Fruderich;fp=mail%2Fmutt%2Fruderich;h=38c07f947d4d4b8779b871caef180fcbb287c2f6;hp=0000000000000000000000000000000000000000;hb=214dc48c13fb068452efcb832809bddf6c5601a5;hpb=7944bc5ce0d42f27738cc087ece4edbba02d0747 diff --git a/mail/mutt/ruderich b/mail/mutt/ruderich new file mode 100644 index 0000000..38c07f9 --- /dev/null +++ b/mail/mutt/ruderich @@ -0,0 +1,62 @@ +# muttrc file for account ruderich.org/ruderich.com + +# Copyright (C) 2007-2012 Simon Ruderich +# +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . + + +# set my identity: +set from=simon@ruderich.org +set realname="Simon Ruderich" +# use this as hostname so the local hostname is not used: +set hostname=ruderich.org + +# set my additional mail addresses: +alternates simon@ruderich.org simon@ruderich.com + + +# use my signature, language dependent: +send-hook . 'set signature=~/.mutt/ruderich-signature' +send-hook '~t\.de$' 'set signature=~/.mutt/ruderich-signature-de' + + +# use ~/mail as my folder: +set folder=~/mail + +# my inboxes so they are checked for new mail: +mailboxes `echo $HOME/mail/inbox*` +# my mailing lists so they are checked for new mail: +mailboxes `echo $HOME/mail/lists/*` + + +# automatically sort after threads in mailing lists: +folder-hook . set sort=date +folder-hook lists set sort=threads +folder-hook programming set sort=threads + +# allow threads in privoxy-requsts: +folder-hook . set sort_re=yes +folder-hook lists/archive/privoxy-requests set sort_re=no + +# allow reading gzip compressed mailboxes: +open-hook \\.gz$ "gzip -cd %f > %t" + + +# load muttrc files: +source ~/.mutt/load + +# Display mutt's version on startup. +push + +# vim: ft=muttrc