From e01c26286a18ec9e3b203b3ded104a654e85d12d Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 19 Aug 2022 17:24:03 +0200 Subject: update --- .../mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to '.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc') diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc index 506e9a7..d078779 100644 --- a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc +++ b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc @@ -11,30 +11,32 @@ set mbox_type = Maildir bind index,pager gg noop bind index,pager g noop -bind index,pager M noop -bind index,pager C noop +bind index,pager m noop +bind index,pager c noop bind index gg first-entry +bind pager gg top +bind pager G bottom macro index o "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc bousset.rudy@gmail.com" "run mbsync to sync bousset.rudy@gmail.com" unmailboxes * mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" macro index,pager gi "=INBOX" "go to inbox" -macro index,pager Mi ";=INBOX" "move mail to inbox" -macro index,pager Ci ";=INBOX" "copy mail to inbox" +macro index,pager mi ";=INBOX" "move mail to inbox" +macro index,pager ci ";=INBOX" "copy mail to inbox" set spoolfile = "+INBOX" macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" -macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" -macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" +macro index,pager ms ";=[Gmail]/Sent Mail" "move mail to sent" +macro index,pager cs ";=[Gmail]/Sent Mail" "copy mail to sent" set record = "+[Gmail]/Sent Mail" macro index,pager gd "=[Gmail]/Drafts" "go to drafts" -macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" -macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" +macro index,pager md ";=[Gmail]/Drafts" "move mail to drafts" +macro index,pager cd ";=[Gmail]/Drafts" "copy mail to drafts" set postponed = "+[Gmail]/Drafts" macro index,pager gS "=[Gmail]/Spam" "go to spam" -macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" -macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" -macro index,pager gT "=[Gmail]/Trash" "go to trash" -macro index,pager MT ";=[Gmail]/Trash" "move mail to trash" -macro index,pager CT ";=[Gmail]/Trash" "copy mail to trash" +macro index,pager mS ";=[Gmail]/Spam" "move mail to spam" +macro index,pager cS ";=[Gmail]/Spam" "copy mail to spam" +macro index,pager gt "=[Gmail]/Trash" "go to trash" +macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" +macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" set trash = "+[Gmail]/Trash" -- cgit v1.2.3