diff options
author | neodarz <neodarz@neodarz.net> | 2018-10-28 00:47:43 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-11-27 15:38:23 +0100 |
commit | 8e781f77466eb7ee6b78301042a37b5f61766e70 (patch) | |
tree | c2195c9bcc11ff2ff511ca6056fbcdf596f51809 | |
parent | ffbdcec44b50b3d75601b187d130e6c8b2757aa4 (diff) | |
download | dotfiles_ascii-8e781f77466eb7ee6b78301042a37b5f61766e70.tar.xz dotfiles_ascii-8e781f77466eb7ee6b78301042a37b5f61766e70.zip |
Add another email account
-rw-r--r-- | mutt/.mutt/account.fr.happy-dev.neodarz | 40 | ||||
-rw-r--r-- | mutt/.muttrc | 2 |
2 files changed, 42 insertions, 0 deletions
diff --git a/mutt/.mutt/account.fr.happy-dev.neodarz b/mutt/.mutt/account.fr.happy-dev.neodarz new file mode 100644 index 0000000..f4f8fa7 --- /dev/null +++ b/mutt/.mutt/account.fr.happy-dev.neodarz @@ -0,0 +1,40 @@ +unmailboxes * +#mailboxes "+neodarz@happy-dev.fr/INBOX" "+neodarz@happy-dev.fr/Sent" "+neodarz@neodarz.net/Drafts" +#set ssl_starttls=yes +#set ssl_force_tls=yes +#set imap_check_subscribed +#set imap_user = "neodarz@happy-dev.fr" +#set smtp_url = "smtps://neodarz@mail.happy-dev.fr:587" +set smtp_url = "smtp://neodarz@smtp.happy-dev.fr:587" +set smtp_pass="wQtZi9WtpD" +set sendmail="/usr/bin/msmtp" +set from = "neodarz@happy-dev.fr" +set realname = "Corentin Breton" +#set folder = "imaps://mail.happy-dev.fr:993" +#set spoolfile = +INBOX +#set header_cache = ~/.mutt/net.neodarz.neodarz/cache/headers +#set message_cachedir = ~/.mutt/net.neodarz.neodarz/cache/bodies +#set certificate_file =~/.mutt/certificates + +#set postponed = +Drafts +#set record = no +set record = "+corentin.breton@neodarz.net/Sent" +copy = no + +#set folder = "~/Mail" +#source ~/.mutt/mailboxes +#set spoolfile = "+neodarz@happy-dev.fr/INBOX" +#set record = "+neodarz@happy-dev.fr/Sent" +#set postponed = "+neodarz@happy-dev.fr/Drafts" + +#set pager_index_lines=10 + +#set pgp_use_gpg_agent = no +#set pgp_sign_as = 4987E1338C1FA0D7C09650A0B0811718191581D5 +#set pgp_timeout = 3600 +#set crypt_autosign = yes +#set crypt_replyencrypt = yes +set pgp_autosign = no + +#source "gpg -d ~/.mutt/net.neodarz.neodarz.imap.password.gpg |" +#source "pass Mail/neodarz@happy-dev.fr" diff --git a/mutt/.muttrc b/mutt/.muttrc index 400963e..7fa7d46 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -25,6 +25,7 @@ set sort=threads # Folder hooks folder-hook 'account.net.neodarz.neodarz' 'source ~/.mutt/account.net.neodarz.neodarz' folder-hook 'account.net.neodarz.corentin.breton' 'source ~/.mutt/account.net.neodarz.corentin.breton' +folder-hook 'account.fr.happy-dev.neodarz' 'source ~/.mutt/account.fr.happy-dev.neodarz' # GPG commands source ~/.mutt/gpg.rc @@ -32,6 +33,7 @@ source ~/.mutt/gpg.rc # Macros for switching accounts macro index <f2> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.net.neodarz.neodarz<enter><change-folder>!<enter>' macro index <f3> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.net.neodarz.corentin.breton<enter><change-folder>!<enter>' +macro index <f4> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.fr.happy-dev.neodarz<enter><change-folder>!<enter>' # Fetch mail shortcut #bind index G imap-fetch-mail |