summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorDaniel Holman <coderdan657@gmail.com>2016-12-05 20:08:13 -0600
committerDaniel Holman <coderdan657@gmail.com>2016-12-05 20:11:50 -0600
commitc70c5c7a97c69133309d48254b1bcda9983b1846 (patch)
tree636f75727b78c1667b37a721a5c7fe5634d5ac79 /.muttrc
Initial commit
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc64
1 files changed, 64 insertions, 0 deletions
diff --git a/.muttrc b/.muttrc
new file mode 100644
index 0000000..6b79433
--- /dev/null
+++ b/.muttrc
@@ -0,0 +1,64 @@
+set my_name = "Daniel Holman"
+set editor=`echo \$EDITOR`
+set imap_user=coderdan657@gmail.com
+set imap_pass=`gpg -dq ~/.passwd`
+set folder=imaps://imap.gmail.com
+set spoolfile=+INBOX
+set postponed=+[Gmail]/Drafts
+set trash=+[Gmail]/Trash
+set imap_check_subscribed
+
+set header_cache = "~/.cache/mutt"
+set message_cachedir = "~/.cache/mutt"
+unset imap_passive
+set imap_keepalive = 300
+set mail_check = 120
+
+unset record
+set smtp_url=smtps://$imap_user:$imap_pass@smtp.gmail.com
+set realname=$my_name
+set from=$imap_user
+set ssl_force_tls = yes
+set ssl_starttls
+
+set pgp_replyencrypt
+set pgp_replysign
+set pgp_replysignencrypted
+set pgp_show_unusable=no
+set pgp_verify_sig=yes
+set pgp_sign_as=$GPGKEY
+source ~/.gpg.rc
+
+set mailcap_path = ~/.mutt/mailcap
+alternative_order text/enriched text/plain text/html text
+auto_view text/html
+
+bind index "^" imap-fetch-mail
+
+set query_command="goobook query '%s'"
+macro index,pager a "<pipe-message>goobook add<return>" "add sender to google contacts"
+bind editor <Tab> complete-query
+
+# -*-muttrc-*-
+
+# Palette for use with the Linux console. Black background.
+
+color hdrdefault blue black
+color quoted blue black
+color signature blue black
+color attachment red black
+color prompt brightmagenta black
+color message brightred black
+color error brightred black
+color indicator black red
+color status brightgreen blue
+color tree white black
+color normal white black
+color markers red black
+color search white black
+color tilde brightmagenta black
+color index blue black ~F
+color index red black "~N|~O"
+
+# color body brightwhite black '\*+[^*]+\*+'
+# color body brightwhite black '_+[^_]+_+'