neomutt
This commit is contained in:
parent
f7fd86c39d
commit
e624aefe44
3 changed files with 14 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
set alias_file = ~/.local/share/neomutt/aliases.neomuttrc
|
set alias_file = ~/.local/share/neomutt/aliases.neomuttrc
|
||||||
source $alias_file
|
source $alias_file
|
||||||
|
|
||||||
|
set mailcap_path = ~/.config/neomutt/mailcap
|
||||||
|
|
||||||
source ./smime.neomuttrc
|
source ./smime.neomuttrc
|
||||||
|
|
||||||
set my_download_folder = ~/tmp
|
set my_download_folder = ~/tmp
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
};
|
};
|
||||||
xdg.configFile."neomutt/bindings.neomuttrc".source = ./bindings.neomuttrc;
|
xdg.configFile."neomutt/bindings.neomuttrc".source = ./bindings.neomuttrc;
|
||||||
xdg.configFile."neomutt/smime.neomuttrc".source = ./smime.neomuttrc;
|
xdg.configFile."neomutt/smime.neomuttrc".source = ./smime.neomuttrc;
|
||||||
|
xdg.configFile."neomutt/mailcap".source = ./neomutt_mailcap;
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
maildirBasePath = "${config.xdg.dataHome}/mail/imap";
|
maildirBasePath = "${config.xdg.dataHome}/mail/imap";
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
|
||||||
11
home/mail/mailcap
Normal file
11
home/mail/mailcap
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
application/pdf; zathura %s
|
||||||
|
multipart; xdg-open %s
|
||||||
|
text/html; firefox %s; description=HTML Text; nametemplate=%s.html; needsterminal
|
||||||
|
text/html; w3m -v -F -T text/html -dump %s; copiousoutput
|
||||||
|
text; neomutt %s
|
||||||
|
application; xdg-open %s
|
||||||
|
image; xdg-open %s
|
||||||
|
video; xdg-open %s
|
||||||
|
audio; xdg-open %s
|
||||||
|
message; xdg-open %s
|
||||||
|
model; xdg-open %s
|
||||||
Loading…
Add table
Add a link
Reference in a new issue