From 93830da481aa5c85799767d6617f5a0e88392fca Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 12 Dec 2022 10:28:32 -0600 Subject: dell: brought X11 setup up to par with sway --- .mutt/muttrc | 8 ++++---- .mutt/personal | 27 +++++++++++++++------------ 2 files changed, 19 insertions(+), 16 deletions(-) (limited to '.mutt') diff --git a/.mutt/muttrc b/.mutt/muttrc index ee7f6ba..b93fdb7 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -63,7 +63,7 @@ bind index collapse-thread macro index \Cr "T~UN." "mark all messages as read" # Sync email -macro index O "mbsync personal" "run mbsync to sync all mail" +macro index O "mbsync personal notmuch new" "run mbsync to sync all mail" macro index o "mbsync personal:INBOX" "run mbsync to sync inbox" # Saner copy/move dialogs @@ -78,6 +78,7 @@ macro index,pager ga "=Archive" "Go to all mail" macro index,pager gb "=Bookmarks" "Go to Bookmarks" macro index,pager gt "=Starred" "Go to starred messages" macro index,pager gs "=Sent" "Go to starred messages" +macro index ,n "" "Go to new mail" #Save a message to my notes folder macro index,pager N "~/bin/mqq.sh " @@ -141,7 +142,7 @@ bind compose p postpone-message bind index p recall-message #set query_command = "contacts -Sf '%eTOKEN%n' '%s' | sed -e 's/TOKEN/\t/g'" -set query_command = "abook --mutt-query '%s'" +set query_command = "khard email --parsable %s" bind editor complete-query bind editor ^T complete set editor="vim -c 'set spell spelllang=en'" @@ -154,8 +155,7 @@ macro index S "unset wait_keynotmuch-mutt -- macro index "unset wait_keynotmuch-mutt thread`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set wait_key" "notmuch: reconstruct thread" -#macro generic,index,pager \ca "abook" "launch abook" -macro index,pager A "abook --add-email" "add the sender address to abook" +macro index,pager A "khard add-email" "add the sender email address to khard" set spoolfile = "+INBOX" source ~/.mutt/personal diff --git a/.mutt/personal b/.mutt/personal index e90d825..b727bb6 100644 --- a/.mutt/personal +++ b/.mutt/personal @@ -18,17 +18,20 @@ mailboxes =INBOX \ +Bookmarks \ +Darktable \ +Sent \ - +'Old Mail.2008' \ - +'Old Mail.2009' \ - +'Old Mail.2010' \ - +'Old Mail.2011' \ - +'Old Mail.2012' \ - +'Old Mail.2013' \ - +'Old Mail.2014' \ - +'Old Mail.2015' \ - +'Old Mail.2016' \ - +'Old Mail.2017' \ - +'Old Mail.2018' \ - +'Old Mail.2019' \ + +Starred \ + +Old\ Mail/2008 \ + +Old\ Mail/2009 \ + +Old\ Mail/2010 \ + +Old\ Mail/2011 \ + +Old\ Mail/2012 \ + +Old\ Mail/2013 \ + +Old\ Mail/2014 \ + +Old\ Mail/2015 \ + +Old\ Mail/2016 \ + +Old\ Mail/2017 \ + +Old\ Mail/2018 \ + +Old\ Mail/2019 \ + +Old\ Mail/2020 \ + +Old\ Mail/2021 \ +Drafts \ +temporary/search -- cgit v1.2.3-70-g09d2