diff options
Diffstat (limited to '')
-rw-r--r-- | .mutt/.muttrc | 4 | ||||
-rw-r--r-- | .mutt/account.gmail | 7 | ||||
-rw-r--r-- | .mutt/account.self | 5 | ||||
-rw-r--r-- | .mutt/account.zoho | 17 | ||||
-rw-r--r-- | .mutt/mail.zoho.pass | 2 |
5 files changed, 30 insertions, 5 deletions
diff --git a/.mutt/.muttrc b/.mutt/.muttrc index 8323f65..637d60e 100644 --- a/.mutt/.muttrc +++ b/.mutt/.muttrc @@ -28,7 +28,7 @@ set crypt_timestamp=yes folder-hook 'account.gmail' 'source ~/.mutt/account.gmail' folder-hook 'account.self' 'source ~/.mutt/account.self' -folder-hook 'account.zharf' 'source ~/.mutt/account.zharf' +folder-hook 'account.zoho' 'source ~/.mutt/account.zoho' # default account source ~/.mutt/account.self @@ -36,7 +36,7 @@ source ~/.mutt/account.self macro index,pager <f2> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.self<enter><change-folder>!<enter>' macro index,pager <f3> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.gmail<enter><change-folder>!<enter>' -macro index,pager <f4> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.zharf<enter><change-folder>!<enter>' +macro index,pager <f4> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.zoho<enter><change-folder>!<enter>' # macros macro index A "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>” “mark all messages read" diff --git a/.mutt/account.gmail b/.mutt/account.gmail index dc92edc..03a9af0 100644 --- a/.mutt/account.gmail +++ b/.mutt/account.gmail @@ -4,9 +4,14 @@ unmailboxes * set from = 'thabogre@gmail.com' set imap_user = 'thabogre@gmail.com' source "gpg -d ~/scripts/mail.gmail.pass.gpg |" -set smtp_url = 'smtp://thabogre@smtp.gmail.com:587' +# set smtp_url = 'smtp://thabogre@smtp.gmail.com:587' +set smtp_url = 'smtps://thabogre@smtp.gmail.com:465' set realname = 'farzad sadeghi' set folder = 'imaps://imap.gmail.com:993' +# set spoolfile = '+Inbox' +# set postponed = '+Inbox/Drafts' +# set record = '+Sent' +# set trash = '' set spoolfile = '+INBOX' set postponed = '+[Gmail]/Drafts' set record = '+[Gmail]/Sent Mail' diff --git a/.mutt/account.self b/.mutt/account.self index 9706023..51e4085 100644 --- a/.mutt/account.self +++ b/.mutt/account.self @@ -4,7 +4,8 @@ unmailboxes * set from = 'devi@terminaldweller.com' set imap_user = 'devi@terminaldweller.com' source "gpg -d ~/scripts/mail.self.pass.gpg |" -set smtp_url = 'smtp://devi@terminaldweller.com@mail.terminaldweller.com:587' +# set smtp_url = 'smtp://devi@terminaldweller.com@mail.terminaldweller.com:587' +set smtp_url = 'smtps://devi@terminaldweller.com@mail.terminaldweller.com:465' set realname = 'farzad sadeghi' set folder = 'imaps://mail.terminaldweller.com:993' set spoolfile = '+INBOX' @@ -15,4 +16,4 @@ set header_cache = ~/.mutt/self/cache/headers set message_cachedir = ~/.mutt/self/cache/bodies set certificate_file = ~/.mutt/self/certificates # mailboxes "+INBOX" "+Drafts" "+Sent" "+Trash" -mailboxes "+INBOX" "+INBOX/Github" "+INBOX/Linkedin" "+INBOX/Launchpad" "+INBOX/Opennic" "+INBOX/Trf" "+INBOX/Devto" +mailboxes "+INBOX" "+INBOX/Github" "+INBOX/Linkedin" "+INBOX/Launchpad" "+INBOX/Opennic" "+INBOX/Trf" "+INBOX/Devto" "+INBOX/Kaggle" diff --git a/.mutt/account.zoho b/.mutt/account.zoho new file mode 100644 index 0000000..436c524 --- /dev/null +++ b/.mutt/account.zoho @@ -0,0 +1,17 @@ +# vim: filetype=neomuttrc + +unmailboxes * +set from = 'bloodstalker@zoho.com' +set imap_user = 'bloodstalker@zoho.com' +source "gpg -d ~/scripts/mail.zoho.pass.gpg |" +set smtp_url = 'smtps://bloodstalker@smtp.zoho.com:465' +set realname = 'farzad sadeghi' +set folder = 'imaps://imap.zoho.com:993' +set spoolfile = '+Inbox' +set postponed = '+Drafts' +set record = '+Sent' +set trash = '+Trash' +set header_cache = ~/.mutt/zoho/cache/headers +set message_cachedir = ~/.mutt/zoho/cache/bodies +set certificate_file = ~/.mutt/zoho/certificates +mailboxes "+Inbox" "+Drafts" "+Sent" "+Trash" diff --git a/.mutt/mail.zoho.pass b/.mutt/mail.zoho.pass new file mode 100644 index 0000000..6cd4db7 --- /dev/null +++ b/.mutt/mail.zoho.pass @@ -0,0 +1,2 @@ +set imap_pass = "" +set smtp_pass = "" |