]> git.friedersdorff.com Git - max/dotfiles.git/blob - home_online_mail/.mutt/muttrc
Launch light-locker from i3 config
[max/dotfiles.git] / home_online_mail / .mutt / muttrc
1 macro index 'c' '<change-folder>?<change-dir><home>^K+<enter>'
2
3 # Source the passwords file
4 #source "gpg2 -dq ~/.mutt/passwords.gpg |"
5 set my_personal_password=`pass Home/xenon/mail/max@friedersdorff.com | head -n 1`
6 # Always check personal email first
7 source ~/.mutt/account.com.friedersdorff.max
8
9 # Automatically render html emails.  Not sure if this is a good idea
10 auto_view text/html
11 alternative_order text/plain text/enriched text/html
12
13 # use abook for aliases
14 set alias_file=~/.mutt/aliases
15 set sort_alias= alias
16 source $alias_file
17
18 # View urls more easily with urlview
19 macro index \cb   "|urlview\n"
20 macro pager \cb   "|urlview\n"
21
22 set text_flowed=yes
23 set reflow_text=yes
24
25 set editor="vim +':set textwidth=72' +'set fo=aw'"
26
27 # Encryption
28 source ~/.mutt/gpg.rc
29
30 # Speed up folder switch
31 set sleep_time=0 
32
33 # Mutt colors
34 source ~/.mutt/colors.mutt
35
36 set sort=threads
37 set sort_aux=last-date-received
38
39 set fast_reply=yes
40
41 # Show message some message headers when reading mail
42 set pager_index_lines=10
43
44 # Remove all headers by default
45 ignore *
46 unignore from date subject to cc
47
48 # Use sidebar
49 set mail_check_stats
50 set sidebar_visible=yes
51 set sidebar_width=25
52 set sidebar_folder_indent=yes
53 set sidebar_short_path=yes
54 set sidebar_divider_char='│'
55 set sidebar_format='%B%* %N'
56
57 bind index,pager \CP sidebar-prev
58 bind index,pager \CN sidebar-next
59 bind index,pager \CO sidebar-open