summaryrefslogtreecommitdiff
path: root/mutt/muttrc-common
blob: 956bc2cd756a858e6300b96021fd0cfb4d4a4a2c (plain)
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
# Mail headers shown when showing a message.
ignore *
unhdr_order *
hdr_order from reply-to date to cc subject list-id
unignore  from reply-to date to cc subject list-id


set pgp_use_gpg_agent=yes
set pgp_sort_keys=reverse-date
set pgp_auto_decode=yes

set crypt_autopgp=yes
set crypt_autosign=no
set crypt_replysign=no
set crypt_replysignencrypted=no

set pipe_decode=yes
set query_command="clab mutt-query -- %s"
#macro pager A |'abook --add-email'\n

set reply_self=yes

set markers=no

unauto_view text/html
alternative_order text/plain text/html text/enriched

auto_view text/calendar

set check_new=yes

set print_command="muttprint"

set mime_forward=ask-yes

set quote_regexp="^>"

set editor="$HOME/liw-dot-files/mutt/mutt-editor"

set timeout=30


# Key bindings.

## In the index view (list of messages), disable 'q'. I don't want to
## accidentally quit mutt (and lose any cached passwords). Instead,
## quit by esc-q.
bind index q noop
bind index <esc>q exit

## Bind i so it doesn't do chnage-newsgroup, which I have no use for,
## and instead takes me to index of messages, as it used to.
bind pager i exit
bind index i noop