diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-20 02:48:21 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-20 02:48:21 -0400 |
commit | e557ec54abcf7316083351150674e6fcd9a443be (patch) | |
tree | 42b8b93e96350023937b95cbf368fb233cf58cfc /.config/mutt | |
parent | 12bbee25132747995fe801b2f0754220741cbf73 (diff) |
goobook & update LaDebarque to an updated rss host
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/goobook | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/mutt/goobook b/.config/mutt/goobook new file mode 100644 index 0000000..3f540f4 --- /dev/null +++ b/.config/mutt/goobook @@ -0,0 +1,10 @@ +# 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 |