From 8e781f77466eb7ee6b78301042a37b5f61766e70 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 28 Oct 2018 00:47:43 +0200 Subject: Add another email account --- mutt/.mutt/account.fr.happy-dev.neodarz | 40 +++++++++++++++++++++++++++++++++ mutt/.muttrc | 2 ++ 2 files changed, 42 insertions(+) create mode 100644 mutt/.mutt/account.fr.happy-dev.neodarz 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 'source ~/.mutt/account.net.neodarz.neodarz!' macro index 'source ~/.mutt/account.net.neodarz.corentin.breton!' +macro index 'source ~/.mutt/account.fr.happy-dev.neodarz!' # Fetch mail shortcut #bind index G imap-fetch-mail -- cgit v1.2.1