dotfiles

Dotfiles for my OpenBSD environment.
Log | Files | Refs

commit 33bb54676dd05e4127712ab675ad4a0fee76435f
parent 975e7dbd21c4b894c12516fd7a456ca85773aed1
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Wed, 15 Jun 2022 18:10:25 +0900

delete gmail from mutt

Diffstat:
M.config/mutt/muttrc | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -4,12 +4,12 @@ set realname = "Matsuda Kenji" source "~/.config/mutt/conf.d/sakura" # folder hooks -folder-hook 'imaps://contact2655@matsudakenji.xyz@mail.matsudakenji.xyz' 'source ~/.config/mutt/conf.d/sakura' -folder-hook 'imaps://ftvda283@gmail.com@imap.gmail.com' 'source ~/.config/mutt/conf.d/gmail' +#folder-hook 'imaps://contact2655@matsudakenji.xyz@mail.matsudakenji.xyz' 'source ~/.config/mutt/conf.d/sakura' +#folder-hook 'imaps://ftvda283@gmail.com@imap.gmail.com' 'source ~/.config/mutt/conf.d/gmail' # macros to switch account macro index ,s "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura<enter><sync-mailbox><change-folder>!<enter>" -macro index ,g "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/gmail<enter><sync-mailbox><change-folder>!<enter>" +#macro index ,g "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/gmail<enter><sync-mailbox><change-folder>!<enter>" # security set ssl_starttls = yes @@ -44,11 +44,11 @@ unignore organization organisation x-mailer: x-newsreader: x-mailing-list: unignore posted-to: # GPG -source /usr/local/share/examples/neomutt/gpg.rc -set pgp_default_key = E05198049B0E4EEA -#set crypt_autoencrypt -set pgp_sign_as = E05198049B0E4EEA -#set crypt_autosign +#source /usr/local/share/examples/neomutt/gpg.rc +#set pgp_default_key = E05198049B0E4EEA +##set crypt_autoencrypt +#set pgp_sign_as = E05198049B0E4EEA +##set crypt_autosign # Vim like binds bind attach,index \CD half-down