all repos — dotfiles @ 7cdddd2f98bb6d284875c9788f249fa62840ccf7

random configuration files

neomuttrc (raw)

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
# basic config
set sort="reverse-date"
set realname="Derek Stevens"
set from="drkste@zoho.com"
set display_filter="~/.config/neomutt/aliasbuilder.sh"
set alias_file="~/.config/neomutt/aliases.txt"
source "~/.config/neomutt/aliases.txt"
set new_mail_command="notify-send -t 10000 -c mail 'new mail' '[%n]'


# mail viewing
auto_view text/html                                      # view html automatically
alternative_order text/plain text/enriched text/html     # save html for last
set nomarkers

# mailboxes (offlineimap synced)
 set mbox_type=Maildir
 set folder="~/lib/mail/zoho/"

# set mbox_type=Maildir
# set folder="imaps://imap.zoho.com"
set spoolfile="+INBOX"
set timeout=150

# zoho already copies sent messages to Sent
# set record="+Sent"
set copy=no
set postponed="+Drafts"
set trash="+Trash"

#auth
source "~/.config/neomutt/auth"

# cache
set header_cache="~/.cache/neomutt"
set message_cachedir="~/.cache/neomutt"

# keybinds
macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
bind attach <return> view-mailcap

# colorscheme
color indicator white brightblack
color body cyan default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
color body cyan default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
color status white black
color quoted brightblue default
color search black brightwhite
color markers brightmagenta default
color tilde black default