From b6238b8a07f1e30f4259b6655da98148900b8006 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 28 Oct 2020 13:51:44 -0400 Subject: just loads of small changes --- .config/mutt/goobook | 10 ---------- .config/mutt/my-configs | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 .config/mutt/goobook create mode 100644 .config/mutt/my-configs (limited to '.config/mutt') diff --git a/.config/mutt/goobook b/.config/mutt/goobook deleted file mode 100644 index 3f540f4..0000000 --- a/.config/mutt/goobook +++ /dev/null @@ -1,10 +0,0 @@ -# To utilize goobook with mutt, add the following line to your muttrc: -# source $HOME/.config/mutt/goobook - -set query_command="goobook query %s" - -# Note that if you use an old version of mutt-wizard, -# you will need to disable abook in it's script: -# sed -i "s/^set\squery_command.*$//" /usr/share/mutt-wizard/mutt-wizard.muttrc - -# vim: filetype=neomuttrc diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs new file mode 100644 index 0000000..f73c6a3 --- /dev/null +++ b/.config/mutt/my-configs @@ -0,0 +1,19 @@ +# These are my personal configs on top of mutt-wizard. +# Add the following line to your muttrc to have them: +# source $HOME/.config/mutt/goobook + +# GOOBOOK: +# goobook let's you query google for contact information. +# You install it with pip: pip install --user goobook +set query_command="goobook query %s" +# Note that if you use an old version of mutt-wizard, +# you will need to disable abook in it's script: +# sed -i "s/^set\squery_command.*$//" /usr/share/mutt-wizard/mutt-wizard.muttrc + +# PGP Encryption: +# I want pgp encryption by default when possible. +# The following line makes this possible: +set crypt_use_gpgme=yes +set crypt_autosign + +# vim: filetype=neomuttrc -- cgit v1.2.3