X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/653437cf2b2ba1daa275af7c355c559fd1750bfe..06d4d4e9d0ff5b63f197d514a314a41eeb5d65be:/mutt/accounts/mailfence?ds=inline diff --git a/mutt/accounts/mailfence b/mutt/accounts/mailfence index 4714c72..aedd516 100644 --- a/mutt/accounts/mailfence +++ b/mutt/accounts/mailfence @@ -11,18 +11,20 @@ set trash = "+mailfence/trash" # deleted messages go here set mbox = "+mailfence/archive" unset move # do not move read msgs, we archive them after 3 months -# goobook -#TODO -# set query_command = "goobook query '%s'" +# contacts +set query_command = "khard email --parsable '%s'" +# add sender to khard +macro index,pager a "khard add-email" "add the sender address to khard" mailboxes "+mailfence/inbox" mailboxes "+mailfence/sent" -# mailboxes "+mailfence/youtube" +mailboxes "+mailfence/youtube" mailboxes "+mailfence/archive" mailboxes "+mailfence/drafts" mailboxes "+mailfence/spam" mailboxes "+mailfence/trash" macro index,pager gi "=mailfence/inbox" "go to inbox" +macro index,pager gy "=mailfence/youtube" "go to youtube" macro index,pager ga "=mailfence/archive" "go to archive" macro index,pager gs "=mailfence/spam" "go to spam"