-
Notifications
You must be signed in to change notification settings - Fork 1
/
.muttrc_defaults
43 lines (37 loc) · 1.49 KB
/
.muttrc_defaults
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
# .muttrc standard settings for all accounts
# set up the pager the way I like it
# tips were found here: http://www.guckes.net/Mutt/setup.html
set pager="builtin" # default setting, but now it's obvious
set pager_stop=yes # don't go to next message automatically
bind pager \cf half-down # use ^F to scroll down (like in `less`)
bind pager \cb half-up # use ^B to scroll up (like in `less`)
bind pager j next-line # remap default keys to stay in message when
bind pager k previous-line # in pager rather than going to another message
# set up the mailboxes
set record="=Sent"
set save_name=yes
set postponed="=Drafts"
set trash="=Trash"
set index_format="%4C %Z %{%b %d %H:%M} %-15.15L (%?l?%4l&%4c?) %s"
# make sure that the From: address is used
set use_from=yes
# pretty print through paps
set print_command="a2ps | lpr -o sides=two-sided-long-edge -P HP_ENVY_4520_series_937E5C_"
set mime_forward=yes
set mime_forward_rest=yes
# activate TLS if available on the server
set ssl_starttls=yes
# always use SSL when connecting to a server
set ssl_force_tls=yes
# Don't wait to enter mailbox manually
unset imap_passive
# Automatically poll subscribed mailboxes for new mail (new in 1.5.11)
set imap_check_subscribed
# Reduce polling frequency to a sane level
set mail_check=600
# And poll the current mailbox more often (not needed with IDLE in post 1.5.11)
set timeout=10
# keep a cache of headers for faster loading (1.5.9+?)
set header_cache=~/.hcache
# Display download progress every 5K
set net_inc=5