aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-06-13 18:07:54 -0400
committerCameron Katri <me@cameronkatri.com>2021-06-13 18:07:54 -0400
commit9d38c11175fb0717099e54bd19a9d1f42f855002 (patch)
treeac4f1c961716259fe0ccc9c747f4967e30846b0c
parentd51c2d863ac73b9fb8805dff528bdc57940db833 (diff)
downloaddotfiles-9d38c11175fb0717099e54bd19a9d1f42f855002.tar.gz
dotfiles-9d38c11175fb0717099e54bd19a9d1f42f855002.tar.zst
dotfiles-9d38c11175fb0717099e54bd19a9d1f42f855002.zip
neomutt: sign messages and default mail
-rwxr-xr-x.config/bspwm/sxhkdrc4
-rw-r--r--.config/neomutt/neomuttrc4
2 files changed, 6 insertions, 2 deletions
diff --git a/.config/bspwm/sxhkdrc b/.config/bspwm/sxhkdrc
index 3f81241..d8be4b1 100755
--- a/.config/bspwm/sxhkdrc
+++ b/.config/bspwm/sxhkdrc
@@ -28,8 +28,8 @@ super + c
kitty -e calc
super + t
- thunderbird
-# kitty -e mutt
+ kitty -e neomutt
+# thunderbird
#Spotify
super + s
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 58eeeae..849b2d5 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -47,4 +47,8 @@ bind index,pager \CP sidebar-prev
bind index,pager \CN sidebar-next
bind index,pager \CO sidebar-open
+set crypt_autosign
+set crypt_use_gpgme
+set pgp_default_key="7D3B36CEA40FCC2181FB6DCDBAFFD97826540F1C"
+
# vim: syntax=neomuttrc