neomutt: added configuration for reading local mail

This commit is contained in:
dogeystamp 2023-02-03 13:20:42 -05:00
parent 4085fce7d7
commit f2e1e15a68
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 13 additions and 0 deletions

View File

@ -23,6 +23,9 @@ function pdfr
pdftotext $argv - | nvim
end
# Neomutt local config
alias neomutt.local='neomutt -F .config/neomutt/neomuttrc.local'
# Specific to my Gentoo system
alias genlop='doas -u portage /usr/bin/genlop'
alias loginctl='doas /bin/loginctl'

View File

@ -0,0 +1,10 @@
# Configuration for reading local mail on servers
source ~/.config/neomutt/colors.muttrc
set header_cache = ~/.cache/neomutt/headers
set message_cachedir = ~/.cache/neomutt/bodies
set certificate_file = /etc/ssl/certs/ca-certificates.crt
set tmpdir = .cache/neomutt/tmp
set editor="nvim"