Update from eponine -- new screenrc, et al
git-svn-id: http://photonzero.com/dotfiles/trunk@24 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
4476597643
commit
29c7fd1814
7 changed files with 83 additions and 25 deletions
50
.muttrc
50
.muttrc
|
|
@ -1,9 +1,55 @@
|
|||
set alias_file=~/.mutt_alias
|
||||
set folder=~/mail/
|
||||
set folder=~/Maildir/
|
||||
set move=no
|
||||
set mark_old=no
|
||||
set pager_stop=yes
|
||||
set postponed=+postponed
|
||||
set signature=~/.sig
|
||||
set mbox_type=Maildir
|
||||
set mbox="~/Maildir"
|
||||
set record="+.Sent"
|
||||
set postponed="+.Drafts"
|
||||
set spoolfile="~/Maildir"
|
||||
mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+'%f' "`
|
||||
#set sort=date-received
|
||||
set spoolfile=+michener.com
|
||||
#set spoolfile=+michener.com
|
||||
# colors
|
||||
color normal white black
|
||||
color attachment brightyellow black
|
||||
color hdrdefault cyan black
|
||||
color indicator black cyan
|
||||
color markers brightred black
|
||||
color quoted green black
|
||||
color signature cyan black
|
||||
color status brightgreen blue
|
||||
color tilde blue black
|
||||
color tree red black
|
||||
color header brightgreen black ^From:
|
||||
color header brightcyan black ^To:
|
||||
color header brightcyan black ^Reply-To:
|
||||
color header brightcyan black ^Cc:
|
||||
color header brightblue black ^Subject:
|
||||
color body brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
||||
color body brightblue black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
|
||||
|
||||
# GnuPG configuration
|
||||
set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
|
||||
set pgp_verify_command="gpg --status-fd=2 --no-verbose --quiet --batch --output - --verify %s %f"
|
||||
set pgp_decrypt_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
|
||||
set pgp_sign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
|
||||
set pgp_clearsign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f"
|
||||
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
|
||||
set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
|
||||
set pgp_import_command="gpg --no-verbose --import %f"
|
||||
set pgp_export_command="gpg --no-verbose --export --armor %r"
|
||||
set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r"
|
||||
set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --list-keys %r"
|
||||
set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r"
|
||||
set pgp_good_sign="^\\[GNUPG:\\] GOODSIG"
|
||||
|
||||
|
||||
macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
|
||||
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
|
||||
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
|
||||
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
||||
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue