From aa5bcb518d4f6b25e4ebe3f1f59fee74b9ab327f Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 6 Jul 2022 12:31:06 +0200 Subject: Update --- .config/msmtp/config | 7 ------- .config/mutt/defaults.muttrc | 5 ++++- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to '.config') diff --git a/.config/msmtp/config b/.config/msmtp/config index 122c010..4b6d4fe 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -31,10 +31,3 @@ account rbousset@secuserve.com from rbousset@secuserve.com user rbousset@secuserve.com passwordeval "pass show mutt/rbousset@secuserve.com" - -account diff-mx@secuserve.com - host next.optimails.com - port 587 - from diff-mx@secuserve.com - user diff-mx@secuserve.com - passwordeval "pass show secuserve/diffmx___diff-mx@secuserve.com" diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 6b05b79..3d1db91 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -68,13 +68,16 @@ bind editor complete-query #set crypt_autosign = yes #set crypt_opportunistic_encrypt = yes #set pgp_self_encrypt = yes -#set pgp_default_key = 'your@gpgemailaddre.ss' +set pgp_default_key = 'bousset.rudy@gmail.com' macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook -C $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook" macro index \Cr "T~UN." "mark all messages as read" macro index O "mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a" "run mbsync to sync all mail" macro index \Cf "unset wait_keyprintf 'Enter a search term to find with notmuch: '; read x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"" "show only messages matching a notmuch pattern" macro index A "all\n" "show all messages (undo limit)" +macro compose Y "\ +mutt_md2html.sh\ +source /tmp/neomutt-attach-macro" # Sidebar mappings set sidebar_visible = yes -- cgit v1.2.3