12345678910111213141516171819202122232425262728293031323334 |
- # Source default account configuration
- source "gpg2 -dq ~/.password-store/mutt/gmail.gpg |"
- # source "gpg2 -dq ~/.password-store/mutt/outlook.gpg |"
- # macro index gd "<change-folder>$postponed<enter>" "go to drafts"
- # macro index gs "<change-folder>$record<enter>" "go to sent"
- # macro index gi "<change-folder>$spoolfile<Enter>" "go to inbox"
- # macro index gt "<change-folder>$trash<enter>" "go to trash""
- # unmailboxes *
- # Macros for switching accounts
- macro index <f2> '<sync-mailbox><enter-command>source "gpg2 -dq ~/.password-store/mutt/gmail.gpg |"<enter><change-folder>!<enter>'
- macro index <f3> '<sync-mailbox><enter-command>source "gpg2 -dq ~/.password-store/mutt/outlook.gpg |"<enter><change-folder>!<enter>'
- # # # Macros to switch accounts
- # # macro index <f2> "<enter-command>unmailboxes *<enter><enter-command>source "gpg2 -dq ~/.password-store/mutt/gmail.gpg |"<enter><sync-mailbox><change-folder>!<enter>"
- # # macro index <f3> "<enter-command>unmailboxes *<enter><enter-command>source "gpg2 -dq ~/.password-store/mutt/outlook.gpg |"<enter><sync-mailbox><change-folder>!<enter>"
- # # Mappings
- # ## Fetch mail shortcut
- # bind index G imap-fetch-mail
- # # General settings
- # set editor='nvim'
- # # this might be helpfull
- # # https://linuxconfig.org/how-to-install-configure-and-use-mutt-with-a-gmail-account-on-linux
- # # https://gist.github.com/miguelmota/9456162
- # # https://gist.github.com/carlcidromero/90c3b531d897bc6a1be9099f47373f3e
|