Migrate to panacea as daily driver
This commit is contained in:
@@ -13,6 +13,7 @@ set mbox_type = Maildir
|
||||
set ssl_starttls = yes
|
||||
set ssl_force_tls = yes
|
||||
|
||||
set record = "+sent"
|
||||
bind index,pager gg noop
|
||||
bind index,pager g noop
|
||||
bind index gg first-entry
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
|
||||
text/* ; vim %s ; edit=vim %s ; compose=vim %s ; needsterminal
|
||||
image/*; sxiv %s ; copiousoutput
|
||||
text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
|
||||
image/*; imv %s ; copiousoutput
|
||||
application/pdf; zathura %s ;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;
|
||||
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
./.local/bin/MIMEmbellish | msmtp -a $1 -t
|
||||
nix-shell -p python37
|
||||
python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t
|
||||
|
||||
Reference in New Issue
Block a user