# Navigation bind index,pager k previous-entry bind index,pager j next-entry bind index,pager \Cu half-up bind index,pager \Cd half-down bind pager gg top bind index gg first-entry bind pager G bottom bind index G last-entry bind index,pager N search-opposite bind index collapse-thread bind index,pager gf change-folder # Read HTML bind index,pager V noop macro index,pager V "html" # Sidebar navigation # bind index,pager \Cj sidebar-next # bind index,pager \Ck sidebar-prev # bind index,pager \Cl sidebar-open # bind index,pager gl sidebar-toggle-visible # macro index,pager g8 "less" "Just testing" # compose bind compose p postpone-message bind compose P pgp-menu # macro compose I "`tmpfile=$(mktemp -u --suffix .png -t XXXXXXXXXXXX -p ~/tmp) && wl-paste -t image/png > "$tmpfile" && echo "$tmpfile"`" "attach image from clipboard" bind editor complete-query bind editor ^T complete bind index,pager a group-reply bind index,pager m noop macro index,pager mar "newn*" "Mark all read" # compose with signature management macro index,pager @ "set signature=$my_signature" "Compose to sender" macro index,pager c "set signature=$my_signature" "Compose new message" macro index,pager r "unset signature" "Reply to message" macro index,pager a "unset signature" "Reply all" macro index,pager f "unset signature" "Forward message" # moving messages macro index,pager J ":set resolve=no\nn:set resolve=yes\n$my_junk" \ "Move to junk folder" macro index,pager y ":set resolve=no\nn:set resolve=yes\n$mbox" \ "Move message to the archive" macro index,pager I "$spoolfile" "Move message to the inbox" # switch folders # macro index,pager gi "$spoolfile" "Go to inbox" macro index,pager g! "$spoolfile" "Go to inbox" macro index,pager gd "$postponed" "Go to drafts" # macro index,pager gs "$record" "Go to sent" macro index,pager g< "$record" "Go to sent" # macro index,pager ga "$mbox" "Go to archive" macro index,pager g> "$mbox" "Go to archive" macro index,pager gt "$trash" "Go to trash" macro index,pager gj "$my_junk" "Go to junk" # accounts macro index,pager gu "+gu/IMAP/Inbox" "Go to GU" macro index,pager gp "+systemli/IMAP/Inbox" "Go to Systemli" macro index,pager gm "+gmail/IMAP/Inbox" "Go to Gmail" macro index,pager gk "+ks/IMAP/Inbox" "Go to KS" macro index,pager gi "+ktiu/IMAP/Inbox" "Go to ktiu" macro index,pager gf "+dkg/IMAP/Inbox" "Go to DKG" macro index,pager L "all\n" "Show all messages (undo limit)" macro index,pager go "mbsync -c ~/.config/mbsync/mbsyncrc $my_mbsync_acct && notmuch new" \ "Run mbsync to sync mail for this account" macro index,pager g/ \ "" \ "mu find" macro index,pager A \ "khard add-email --vcard-version=4.0" \ "add the sender email address to khard" macro index,pager S \ " ripmime -i - -d ~/tmp && rm ~/tmp/textfile*" \ "save all non-text attachments using ripmime" macro index,pager gb \ " urlscan" \ "extract URLs out of a message" macro index,pager gO \ "mbsync -ac ~/.config/mbsync/mbsyncrc && notmuch new" \ "run mbsync to sync all mail"