Update mail config
This commit is contained in:
parent
0a216995a2
commit
70cc873155
4 changed files with 7 additions and 3 deletions
|
@ -57,4 +57,5 @@
|
||||||
* (neo)mutt
|
* (neo)mutt
|
||||||
* notmuch
|
* notmuch
|
||||||
* isync (aka mbsync)
|
* isync (aka mbsync)
|
||||||
|
* lynx
|
||||||
* urlview
|
* urlview
|
||||||
|
|
|
@ -13,7 +13,7 @@ color tree cyan default # arrow in threads
|
||||||
color index magenta black ~N # new messages
|
color index magenta black ~N # new messages
|
||||||
color index yellow black ~O # old messages
|
color index yellow black ~O # old messages
|
||||||
color index red black ~D # to-be-deleted
|
color index red black ~D # to-be-deleted
|
||||||
color index yellow black ~P # self-mail
|
color index cyan black ~P # self-mail
|
||||||
|
|
||||||
# index
|
# index
|
||||||
color index_flags red black '~N' # new messages
|
color index_flags red black '~N' # new messages
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# pdf documents
|
# pdf documents
|
||||||
application/pdf; okular %s;
|
application/pdf; okular %s; copiousoutput
|
||||||
# html
|
# html
|
||||||
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
|
||||||
|
# images
|
||||||
|
image/*; /usr/bin/xdg-open %s; copiousoutput
|
||||||
|
|
|
@ -22,10 +22,11 @@ set spoolfile = "+gmail/INBOX" # default mailbox
|
||||||
set ssl_starttls # use STARTTLS if not set
|
set ssl_starttls # use STARTTLS if not set
|
||||||
set ssl_force_tls # force TLS negotation
|
set ssl_force_tls # force TLS negotation
|
||||||
|
|
||||||
# composing configuration
|
# composing/sending configuration
|
||||||
set editor = "nvim +/^$ +nohlsearch" # place cursor after headers + turn off search highlighting
|
set editor = "nvim +/^$ +nohlsearch" # place cursor after headers + turn off search highlighting
|
||||||
set edit_headers # enable header editing when composing
|
set edit_headers # enable header editing when composing
|
||||||
set mime_forward = ask-no # ask if fwd msg as attachments
|
set mime_forward = ask-no # ask if fwd msg as attachments
|
||||||
|
set send_charset = "utf-8" # charset to use when sending
|
||||||
|
|
||||||
# grab rest of the config
|
# grab rest of the config
|
||||||
source ~/.config/mutt/colours
|
source ~/.config/mutt/colours
|
||||||
|
|
Loading…
Reference in a new issue