unset sig_dashes
unset use_domain
unset use_from
unset write_bcc
unset bounce_delivered
unset mark_old
unset confirmappend
unset confirmcreate
unset help
bind editor \e\t complete-query
bind index \t next-unread
auto_view text/html
# various and private stuff
source ~/.muttrc.private
source ~/.muttrc.ignore
source ~/.muttrc.t-prot
source ~/.muttrc.colors
my_hdr X-Operating-System: `echo -n "Debian GNU/Linux "; uname -r`
my_hdr X-Editor: `vim --version | head -1 | cut -d' ' -f-5`
my_hdr Organization: NoName Inc.
folder-hook .* set sort=threads
#folder-hook Maildir set sort=date
folder-hook Sent set sort=date
set ascii_chars
set index_format="%3C %Z (%5c) %{%b %d} %-20.20n %s"
set editor="vim -c 'set tw=80' +/^$"
set query_command="abook --mutt-query '%s'"
set delete=yes
set edit_headers
set include
set mailcap_path="~/.muttrc.mailcap"
set quote_regexp="^ *(*[a-zA-Z0-9> *]) *(*[>+:\| *]) *(*[>+:\| *]*) *"
set reply_to
set move=no
set charset=utf-8
set locale=en_US
set mark_old=no
set delete=yes
set pager_index_lines=5
set spoolfile=~/Maildir/
set folder=~/mails/
set postponed=+postponed
set record=+Sent
set header_cache=~/.mutt/hcache/
set mbox=~/Maildir/
set signature="cat ~/.signature && signify|"
set from="filippo@esaurito.net"
set realname="Filippo Giunchedi"
# AH!... macros
macro index \eb '/~b ' 'search in message bodies'
macro index S '<enter-command>unset wait_key<enter><shell-escape>date >> ~/.spamassassin/.sa-learn.log<enter><pipe-message>sa-learn --spam --no-sync >> ~/.spamassassin/.sa-learn.log 2>&1 &<enter><copy-message>~/.spamassassin/spam/ <enter><delete-message><enter-command>set wait_key=yes<enter>'
macro pager S '<enter-command>unset wait_key<enter><shell-escape>date >> ~/.spamassassin/.sa-learn.log<enter><pipe-message>sa-learn --spam --no-sync >> ~/.spamassassin/.sa-learn.log 2>&1 &<enter><copy-message>~/.spamassassin/spam/ <enter><delete-message><enter-command>set wait_key=yes<enter>'
# now make another set, but for ham (not spam) messages.
# tell sa-learn to learn ham message. dont delete it or move it.
macro index H '<enter-command>unset wait_key<enter><shell-escape>date >> ~/.spamassassin/.sa-learn.log<enter><pipe-message>sa-learn --ham --no-sync >> ~/.spamassassin/.sa-learn.log 2>&1 &<enter><enter-command>set wait_key=yes<enter>'
# a macro that tells SA to rebuild its database
macro index E '<enter-command>unset wait_key<enter><shell-escape>date >> ~/.spamassassin/.sa-learn.log<enter><shell-escape>sa-learn --sync >> ~/.spamassassin/.sa-learn.log 2>&1 &<enter><enter-command>set wait_key=yes<enter>'
# aliases for broken MUAs
charset-hook US-ASCII ISO-8859-1
charset-hook x-unknown ISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258
# GnuPG configuration
set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f"
set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f"
set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - %f"
set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg -v --batch --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg --passphrase-fd 0 -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
set pgp_import_command="gpg --no-verbose --import -v %f"
set pgp_export_command="gpg --no-verbose --export --armor %r"
set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs %r"
set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r"
set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-secret-keys %r"
set pgp_getkeys_command=""
Generated with
vim2html
Copyright © 2003-2004 by Chip Cuccio
<http://norlug.org/~chipster/finger>