music playpause script
[dotfiles.git] / email / .config / mutt / muttrc
1 # Basic information
2 set from="Mart Lubbers <mart@martlubbers.net>"
3 alternates "(mart@cs\.ru\.nl|m\.lubbers@cs\.ru\.nl|mart@martlubbers\.net|Mart\.Lubbers@ru\.nl)"
4 set use_from=yes
5 set reverse_name=yes
6 set envelope_from=yes
7 set mbox_type=Maildir
8 set folder=~/.local/share/offlineimap/mail
9 set spoolfile=+/INBOX/
10 set record=+/Sent/
11 set postponed=+/Drafts/
12 set mask="!^\\.[^.]"
13 source ~/.local/share/offlineimap/mailboxes
14
15 # Receiving, sending and searching
16 set sendmail="checkattach.sh msmtp -a net"
17 set send_charset="us-ascii:utf-8"
18 macro index,pager $ "<shell-escape>sync_mail.sh<enter><sync-mailbox>" "Force refresh"
19 macro attach B "<pipe-entry>firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"<enter>"
20
21 # Set the correct msmtp account for the different addresses
22 send2-hook '~f mart@martlubbers.net'\
23 'set sendmail="checkattach.sh msmtp -a net"'
24 send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl)|(~f m.lubbers@cs.ru.nl))'\
25 'set sendmail="checkattach.sh msmtp -a ru"'
26
27 # Macro for switching to the ru address
28 macro compose <esc>1 "<esc>f^UMart Lubbers <mart@martlubbers.net><enter>"
29 macro compose <esc>2 "<esc>f^UMart Lubbers <mart@cs.ru.nl><enter>"
30
31 # Key bindings
32 bind index gg first-entry
33 bind index G last-entry
34 bind pager k previous-line
35 bind pager j next-line
36 bind pager gg top
37 bind pager G bottom
38 bind index,pager R group-reply
39 bind index,pager F flag-message
40
41 # Misc options
42 set timeout=2
43 set mail_check=0
44 set include=yes
45 set delete=yes
46 set confirmappend=no
47 set fast_reply=yes
48
49 # Display options
50 unset wait_key
51 unset markers
52 set sort_browser=alpha
53 set sort=threads
54 set sort_aux=date
55 set editor=vim
56 set duplicate_threads=yes
57 ignore headers *
58 unignore headers from to subject date cc
59 set mailcap_path=~/.config/mutt/mailcap
60 set mailcap_sanitize=yes
61
62 # w3m --dump
63 auto_view text/html
64 # pdftotext
65 auto_view application/pdf
66 # khal
67 auto_view application/ics
68 auto_view text/calendar
69 # libreoffice --cat
70 auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document
71 auto_view application/vnd.oasis.opendocument.text
72 auto_view application/msword
73
74 # Pager options
75 #set pager=/usr/share/vim/vim82/macros/less.sh
76 set pager_index_lines=20
77 set pager_context=3
78 set pager_stop
79 set menu_scroll
80 set tilde
81 set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
82
83 # Address book
84 set query_command= "khard email --parsable '%s'"
85 bind editor <Tab> complete-query
86 bind editor ^T complete
87 macro index,pager A \
88 "<pipe-message>khard add-email<return>" \
89 "add the sender email address to khard"
90
91 # sidebar
92 #source ~/.config/mutt/sidebar.muttrc
93
94 # notmuch
95 source ~/.config/mutt/notmuch.muttrc
96
97 # Crypto
98 source ~/.config/mutt/gpg.muttrc
99
100 # Colors
101 source ~/.config/mutt/colors.muttrc