Add neomutt config file
This commit is contained in:
parent
fc199bcb7b
commit
617fed6549
23
.config/neomutt/neomuttrc
Normal file
23
.config/neomutt/neomuttrc
Normal file
@ -0,0 +1,23 @@
|
||||
set ssl_starttls=yes
|
||||
set ssl_force_tls=yes
|
||||
|
||||
set imap_user = "tanguy.herbron@outlook.com"
|
||||
#set imap_pass = "passwd"
|
||||
set from = $imap_user
|
||||
set use_from = yes
|
||||
set realname = "Tanguy Herbron"
|
||||
set folder = imaps://imap-mail.outlook.com:993
|
||||
set spoolfile = "+INBOX"
|
||||
set postponed = "+[hotmail]/Drafts"
|
||||
set mail_check = 100
|
||||
set header_cache = "~/.neomutt/cache/headers"
|
||||
set message_cachedir = "~/.neomutt/cache/bodies"
|
||||
set certificate_file = "~/.neomutt/certificates"
|
||||
set smtp_url = "smtp://$imap_user@smtp-mail.outlook.com:587"
|
||||
#set smtp_pass = $imap_pass
|
||||
set move = no
|
||||
set imap_keepalive = 900
|
||||
set record = "+Sent"
|
||||
|
||||
# Macros
|
||||
macro pager \cb <pipe-entry>'urlscan'<enter> 'Follow links with urlscan'
|
Loading…
Reference in New Issue
Block a user