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