-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.muttrc
55 lines (37 loc) · 2.65 KB
/
.muttrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Make sure to man {,neo}muttrc to figure out the options and their meaning
# https://wiki.archlinux.org/index.php/mutt is an incredible cookbook
set realname = "Phil Pirozhkov"
set from = ************@gmail.com # Kept in .secret/muttrc
set folder = imaps://imap.gmail.com
# set imap_user = ************@gmail.com # Kept in .secret/muttrc
# set imap_pass = ************ # Kept in .secret/muttrc
source .secret/muttrc # Secrets are kept here
set ssl_force_tls = yes # Force TLS and encryption
set smtp_url = smtps://$imap_user:[email protected]
set smtp_authenticators = gssapi:login # Required to properly authenticate via SMTP
set postponed = +[Gmail]/Drafts # Specify where to save and/or look for postponed messages
set trash = +[Gmail]/Trash
set copy = no # Do not store sent mail as files
set delete = yes # Purge messages when marked to delete
set spoolfile = +INBOX
set imap_check_subscribed = yes # Get lost of mailboxes from IMAP server
set mail_check = 30 # Check mail once in 30 seconds on inactivity
set timeout = 5 # Consider 5 seconds an inactivity
set sort = threads # Sort like GMail does
set fast_reply # Reply with the same subject and recipient by default
set forward_format = "Fwd: %s" # Add a Fwd to the subject when forwarding
unset mark_old # Don't mark unread messages as old on quit
set send_charset = "us-ascii:utf-8" # Please don't use ISO-8859-1
set edit_headers = yes # Edit headers (subject, cc, bcc) in the editor
set confirmappend = no # Move to other mailbox no questions asked
set sidebar_visible = yes # Show sidebar
set mailcap_path = ~/.config/mutt/mailcap # Mail capabilities
auto_view text/html # View HTML automatically
alternative_order text/plain # Prefer plain
alternative_order text/enriched text/html # But accept what's given
set header_cache = ~/.tmp/mutt/headers/cache
# Colors
source ~/.config/mutt/mutt-colors-solarized-dark-256.muttrc
# Key bindings
source ~/.config/mutt/bindings.muttrc
# # TODO: GPG to fetch passw https://wiki.archlinux.org/index.php/mutt#Passwords_management