Migrate to panacea as daily driver

This commit is contained in:
2020-05-24 02:23:06 +02:00
parent 9743634f3c
commit 6e23af4691
29 changed files with 230 additions and 366 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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