]> git.rmz.io Git - dotfiles.git/blob - mutt/muttrc
ycm: add ycm_extra_conf.py
[dotfiles.git] / mutt / muttrc
1 # general settings
2 alternates -group me samir.benmendil@gmail.com ram-z@hotmail.com
3 alternates -group me -group chakra ram-z@chakra-project.org
4 alternates -group me -group unimaas s.benmendil@student.maastrichtuniversity.nl
5
6 set mail_check = 0
7 set envelope_from
8 set forward_format = "Fwd: %s"
9 set forward_quote = yes
10
11 set edit_headers = yes # more power
12 set askcc = yes # ask until I have goobook completion in vim
13 set editor = vim # d'uh
14 set include = yes # don't ask, just do
15 set date_format = "!%b %d, %Y at %-H:%M" # use 24-hour clock
16
17 # goobook
18 set query_command = "goobook query '%s'"
19
20 # sort/threading
21 set sort = threads
22 set sort_aux = last-date-received
23 set sort_re = yes
24 set duplicate_threads = yes
25 set collapse_unread = no
26
27 # lists
28 subscribe -group chakra ^chakra-.*@googlegroups.com
29 subscribe clementine-player@googlegroups.com
30
31 # performance tuning
32 set read_inc = 1000 # nb of messages read before printing status
33 set write_inc = 1000 # nb of messages written before printing status
34 set time_inc = 100 # time interval (ms) between status print
35
36 # look and feel
37 set pager_index_lines = 12
38 set pager_context = 5
39 set pager_stop = yes # don't jump to next message
40 set menu_scroll = yes
41 set smart_wrap = yes # wrap at word boundaries
42 set tilde = yes # fills end of messages with tilde
43 set markers = no
44 set status_on_top = yes # also help on bottom
45 set index_format="%Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
46 set index_format="[%Z] %{%e/%m} %-20.20L %?M?+ ?%s"
47
48 # header
49 ignore *
50 unignore from: to: cc: date: subject:
51 unhdr_order *
52 hdr_order from: to: cc: date: subject:
53
54 # sidebar
55 set sidebar_width = 14
56 set sidebar_visible = yes
57 set sidebar_delim = '|'
58 set sidebar_sort = no
59 set sidebar_shortpath = yes
60 set sidebar_format = "%B%* %?N?%N?"
61
62 # deal with crap
63 set mailcap_path = ~/.mutt/mailcap
64 auto_view text/html # view html automatically
65 alternative_order text/plain text/enriched text/html # save html for last
66
67 # IMAP: offlineimap
68 set folder = "~/mail" # mail folder
69 set spoolfile = "+gmail/inbox" # set inbox
70 unset record # do not move sent msgs to a folder, gmail does that
71 unset move # do not move read msgs, gmail does that
72 set postponed = "+gmail/drafts" # drafts folder
73 set header_cache = "~/.cache/mutt" # cache headers for speedss
74 source ~/.mutt/mailboxes # source mailboxes generetated by offlineimap
75
76 # SMTP: msmtp (with queue)
77 set sendmail = ~/.msmtp/msmtpq # use msmtp message queue
78 set sendmail_wait = -1 # fork sendmail to the background
79 set send_charset="us-ascii:utf-8" # only use ascii and utf8
80
81 source ~/.mutt/hooks
82 source ~/.mutt/bindings
83 source ~/.mutt/colors # color theme