dotfiles

Cross platform dotfiles for linux, mac and windows

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 
set mbox_type = Maildir

source ~/.local/share/mutt/accounts
source ~/.config/mutt/keybindings
source ~/.config/mutt/ui

set header_cache = ~/.cache/mutt/headercache

set imap_check_subscribed
# mailbox settings
set spoolfile = +INBOX
set postponed = +Drafts
set record = +Sent

set auto_tag = yes

auto_view text/html
set mailcap_path = "~/.config/mutt/mailcap"
set mime_type_query_command = "file --mime-type -b %s"
set date_format="%y/%m/%d %I:%M%p"
set index_format="%D %-15.15F %s (%-4.4c)"

set strict_threads = yes
set sort_aux = last-date-received
set sort = reverse-threads

set smtp_authenticators = 'gssapi:login'
set rfc2047_parameters = yes
set sleep_time = 0
set markers = no		# Disables the `+` displayed at line wraps
set mark_old = no		# Unread mail stay unread until read
set mime_forward = yes		# attachments are forwarded with mail
set wait_key = no		# mutt won't ask "press key to continue"
set fast_reply			# skip to compose when replying

set fcc_attach			# save attachments with the body
set forward_format = "Fwd: %s"
set forward_quote = no
set reverse_name		# reply as whomever it was to

set include = no
set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)

auto_view text/html
auto_view application/pgp-encrypted
alternative_order text/plain text/enriched text/html