summaryrefslogtreecommitdiff
path: root/.config/mutt/my-configs
blob: baa3c51277427c10280fd32d5a84fe4e3a193fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
set pgp_auto_decode

# vim: filetype=neomuttrc