all repos — dotfiles @ main

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
52
53
54
55
# basic config
set sort="reverse-date"
set realname="Derek Stevens"
set from="nilix@nilfm.cc"
set display_filter="~/.config/neomutt/aliasbuilder.sh"
set alias_file="~/.config/neomutt/aliases.txt"
source "~/.config/neomutt/aliases.txt"
source "~/.config/neomutt/gpg.rc"
set new_mail_command="notify-send -t 10000 -c mail 'new mail' '[%n]'
set text_flowed=yes
shutdown-hook 'echo `mbsync -a`'
alternates drkste@zoho.com|bladedvox@nilfm.cc|casshernproxy@gmail.com


# 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 spoolfile="+INBOX"
set timeout=150

# Imap folder settings
set record="+Sent"
set copy=yes
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 browser g descend-directory
bind index S sync-mailbox
bind attach <return> view-mailcap

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