summaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-06 19:24:55 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-06 19:25:04 +0100
commit0faa2eedc22971b20222269f55be72bf8f0bfb93 (patch)
tree7ec53861d7a40163661429c2a64af11b6aaf5c6c /mutt
parent4139c86d3d28004dd15905843d78de6adeff00d9 (diff)
Add muttrc
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc87
1 files changed, 87 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
new file mode 100644
index 0000000..57dc91a
--- /dev/null
+++ b/mutt/muttrc
@@ -0,0 +1,87 @@
+set realname = "Richard Braun"
+set from = rbraun@sceen.net
+set folder = ~/Maildir
+set spoolfile = ~/Maildir
+set record = +.Sent
+set postponed = +.Drafts
+set trash = +.Trash
+set copy = yes
+set mask = "!^\\.$"
+set move = no
+set sort_aux = last-date-received
+set keep_flagged = yes
+set strict_threads = yes
+set followup_to = no
+set honor_followup_to = ask-no
+set alias_file = ~/.mail_aliases
+source ~/.mail_aliases
+
+mailboxes +
+mailboxes +.Drafts
+mailboxes +.Junk
+mailboxes +.Sent
+mailboxes +.Trash
+mailboxes +.archives
+mailboxes +.ciorane
+mailboxes +.esgi
+mailboxes +.games
+mailboxes +.hurd
+mailboxes +.i2007
+mailboxes +.jdr
+mailboxes +.ntp
+mailboxes +.pactenovation
+mailboxes +.pcf
+mailboxes +.proformatique
+mailboxes +.rnix
+mailboxes +.x15
+mailboxes +.x15.x15_cla
+mailboxes +.x15.x15_patches
+
+subscribe dedies@ml.ovh.net
+subscribe bug-hurd@gnu.org
+subscribe help-hurd@gnu.org
+subscribe debian-hurd@lists.debian.org
+subscribe pool@lists.ntp.org
+
+set sidebar_width = 26
+set sidebar_visible = no
+set sidebar_delim = '|'
+color sidebar_new yellow default
+bind index \CP sidebar-prev
+bind index \CN sidebar-next
+bind index \CO sidebar-open
+bind pager \CP sidebar-prev
+bind pager \CN sidebar-next
+bind pager \CO sidebar-open
+macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
+macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
+
+macro index S s~/patches.mbox
+save-hook ~A +.archives
+
+color normal white default
+color attachment brightyellow default
+color hdrdefault brightcyan default
+color indicator black cyan
+color markers brightred default
+color quoted brightgreen default
+color signature brightcyan default
+color status brightgreen blue
+color tilde blue default
+color tree red default
+
+#set pgp_autosign = yes
+set pgp_decode_command = "gpg --charset utf-8 --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 --charset utf-8 --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 --charset utf-8 --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
+set pgp_encrypt_sign_command = "/usr/lib/mutt/pgpewrap gpg --charset utf-8 %?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_getkeys_command = "gpg --recv-keys %r"
+set pgp_good_sign = "^\\[GNUPG:\\] GOODSIG"