diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-28 10:58:26 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-28 10:58:26 +0200 |
commit | 7c94bbe950f5a2554180774d0cfe45fff80f1731 (patch) | |
tree | c80950ca99d8b8b199116b053d30917f0797e638 /.config/mutt/accounts/4-gmail_tos.muttrc | |
parent | up (diff) | |
download | dotfiles-bsd-7c94bbe950f5a2554180774d0cfe45fff80f1731.tar.gz dotfiles-bsd-7c94bbe950f5a2554180774d0cfe45fff80f1731.tar.bz2 dotfiles-bsd-7c94bbe950f5a2554180774d0cfe45fff80f1731.tar.xz dotfiles-bsd-7c94bbe950f5a2554180774d0cfe45fff80f1731.tar.zst dotfiles-bsd-7c94bbe950f5a2554180774d0cfe45fff80f1731.zip |
up
Diffstat (limited to '.config/mutt/accounts/4-gmail_tos.muttrc')
-rw-r--r-- | .config/mutt/accounts/4-gmail_tos.muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/mutt/accounts/4-gmail_tos.muttrc b/.config/mutt/accounts/4-gmail_tos.muttrc index bfbb4c0..10c8cde 100644 --- a/.config/mutt/accounts/4-gmail_tos.muttrc +++ b/.config/mutt/accounts/4-gmail_tos.muttrc @@ -9,6 +9,7 @@ set header_cache = $XDG_RUNTIME_DIR/mutt/gmail_tos/headers set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmail_tos/bodies set mbox_type = Maildir set crypt_autosign = yes +set signature = $XDG_CONFIG_HOME/mutt/sig_gmail_tos bind index,pager gg noop bind index,pager g noop @@ -20,7 +21,7 @@ bind pager G bottom macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_tos<enter>" "run mbsync to sync towerofsilence777@gmail.com" unmailboxes * -mailboxes "=INBOX" "=Keep" "=[Gmail]/Drafts" "=[Gmail]/Sent Mail" "=[Gmail]/Spam" "=[Gmail]/Trash" +mailboxes "=INBOX" "=[Gmail]/Drafts" "=[Gmail]/Sent Mail" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" |