|
|
Subscribe / Log in / New account

Mutt releases version 2.0

Mutt releases version 2.0

Posted Dec 10, 2020 23:39 UTC (Thu) by emorrp1 (guest, #99512)
In reply to: Mutt releases version 2.0 by mathstuf
Parent article: Mutt releases version 2.0

> khard for contacts, though its mutt integration seem to have regressed

I think I can help you with that, especially if you also have notmuch or a gpg keyring, I recommend using "lbdb":

# ~/.muttrc
set query_command = "lbdbq %s"

# ~/.lbdb/rc
MODULES_PATH="$MODULES_PATH $HOME/.lbdb"
METHODS="$METHODS m_notmuch m_khard m_gpg"
SORT_OUTPUT=false
PASSWD_IGNORESYS=true

# ~/.lbdb/m_notmuch
# https://gist.github.com/edigiacomo/aad4894da9a2f5a6ba078a...


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds