diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-19 17:24:03 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-19 17:24:03 +0200 |
commit | e01c26286a18ec9e3b203b3ded104a654e85d12d (patch) | |
tree | 0415c6095f94ebf4f6cde7714ecf8d8c29988ef3 /.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc | |
parent | update (diff) | |
download | dotfiles-bsd-e01c26286a18ec9e3b203b3ded104a654e85d12d.tar.gz dotfiles-bsd-e01c26286a18ec9e3b203b3ded104a654e85d12d.tar.bz2 dotfiles-bsd-e01c26286a18ec9e3b203b3ded104a654e85d12d.tar.xz dotfiles-bsd-e01c26286a18ec9e3b203b3ded104a654e85d12d.tar.zst dotfiles-bsd-e01c26286a18ec9e3b203b3ded104a654e85d12d.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 28 |
1 files changed, 15 insertions, 13 deletions
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 "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc bousset.rudy@gmail.com<enter>" "run mbsync to sync bousset.rudy@gmail.com" unmailboxes * mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" -macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" -macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox" +macro index,pager mi ";<save-message>=INBOX<enter>" "move mail to inbox" +macro index,pager ci ";<copy-message>=INBOX<enter>" "copy mail to inbox" set spoolfile = "+INBOX" macro index,pager gs "<change-folder>=[Gmail]/Sent Mail<enter>" "go to sent" -macro index,pager Ms ";<save-message>=[Gmail]/Sent Mail<enter>" "move mail to sent" -macro index,pager Cs ";<copy-message>=[Gmail]/Sent Mail<enter>" "copy mail to sent" +macro index,pager ms ";<save-message>=[Gmail]/Sent Mail<enter>" "move mail to sent" +macro index,pager cs ";<copy-message>=[Gmail]/Sent Mail<enter>" "copy mail to sent" set record = "+[Gmail]/Sent Mail" macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "go to drafts" -macro index,pager Md ";<save-message>=[Gmail]/Drafts<enter>" "move mail to drafts" -macro index,pager Cd ";<copy-message>=[Gmail]/Drafts<enter>" "copy mail to drafts" +macro index,pager md ";<save-message>=[Gmail]/Drafts<enter>" "move mail to drafts" +macro index,pager cd ";<copy-message>=[Gmail]/Drafts<enter>" "copy mail to drafts" set postponed = "+[Gmail]/Drafts" macro index,pager gS "<change-folder>=[Gmail]/Spam<enter>" "go to spam" -macro index,pager MS ";<save-message>=[Gmail]/Spam<enter>" "move mail to spam" -macro index,pager CS ";<copy-message>=[Gmail]/Spam<enter>" "copy mail to spam" -macro index,pager gT "<change-folder>=[Gmail]/Trash<enter>" "go to trash" -macro index,pager MT ";<save-message>=[Gmail]/Trash<enter>" "move mail to trash" -macro index,pager CT ";<copy-message>=[Gmail]/Trash<enter>" "copy mail to trash" +macro index,pager mS ";<save-message>=[Gmail]/Spam<enter>" "move mail to spam" +macro index,pager cS ";<copy-message>=[Gmail]/Spam<enter>" "copy mail to spam" +macro index,pager gt "<change-folder>=[Gmail]/Trash<enter>" "go to trash" +macro index,pager Mt ";<save-message>=[Gmail]/Trash<enter>" "move mail to trash" +macro index,pager Ct ";<copy-message>=[Gmail]/Trash<enter>" "copy mail to trash" set trash = "+[Gmail]/Trash" |