From 16b43b92c15d34caf98d06c8282841c06d7ed45b Mon Sep 17 00:00:00 2001 From: lxf Date: Fri, 29 Apr 2022 10:22:31 -0400 Subject: roled in latest changes to openbox config on Dell XPS 13 --- .mutt/muttrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.mutt/muttrc') diff --git a/.mutt/muttrc b/.mutt/muttrc index da04d60..ee7f6ba 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -1,5 +1,5 @@ # Paths ---------------------------------------------- -set folder = ~/mail # mailbox location +set folder = ~/.mail # mailbox location #set alias_file = ~/.mutt/alias # where to store aliases set header_cache = ~/.mutt/cache/headers # where to store headers set message_cachedir = ~/.mutt/cache/bodies # where to store bodies @@ -63,8 +63,8 @@ bind index collapse-thread macro index \Cr "T~UN." "mark all messages as read" # Sync email -macro index O "offlineimap" "run offlineimap to sync all mail" -macro index i "offlineimap -qf INBOX" "run offlineimap to sync inbox" +macro index O "mbsync personal" "run mbsync to sync all mail" +macro index o "mbsync personal:INBOX" "run mbsync to sync inbox" # Saner copy/move dialogs # macro index C "?" "copy a message to a mailbox" @@ -72,11 +72,11 @@ macro index M "?" "move a message to a mailbox" # Gmail style archiving and starring macro index,pager a "=Archive" "Archive" -macro index,pager s "=starred" "Starred" +macro index,pager s "=Starred" "Starred" macro index,pager gi "=INBOX" "Go to inbox" macro index,pager ga "=Archive" "Go to all mail" macro index,pager gb "=Bookmarks" "Go to Bookmarks" -#macro index,pager gs "=starred" "Go to starred messages" +macro index,pager gt "=Starred" "Go to starred messages" macro index,pager gs "=Sent" "Go to starred messages" #Save a message to my notes folder macro index,pager N "~/bin/mqq.sh " @@ -157,8 +157,8 @@ macro index "unset wait_keynotmuch-mutt #macro generic,index,pager \ca "abook" "launch abook" macro index,pager A "abook --add-email" "add the sender address to abook" -set spoolfile = "+personal/INBOX" +set spoolfile = "+INBOX" source ~/.mutt/personal -folder-hook personal/* source ~/.mutt/personal +#folder-hook personal/* source ~/.mutt/personal #folder-hook wired/* source ~/.mutt/work -- cgit v1.2.3