40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
set from = "benjamin.bertrand@opytex.org"
|
|
set realname = "Benjamin Bertrand"
|
|
set my_pass = `pass show mail/mailfence/Takanuva | head -n 1`
|
|
|
|
set smtp_url = "smtps://benjamin.bertrand@opytex.org@smtp.mailfence.com:465"
|
|
set smtp_pass = $my_pass
|
|
|
|
set ssl_force_tls = yes
|
|
set ssl_starttls = yes
|
|
set folder = "~/.mail/opytex"
|
|
set spoolfile = "$folder/INBOX"
|
|
set postponed = "$folder/Drafts"
|
|
set record = "$folder/Sent\ Items"
|
|
set mbox = "$folder/Archive"
|
|
set trash = "$folder/Trash"
|
|
|
|
mailboxes =INBOX =Sent\ Items =Archive =Trash =Drafts
|
|
|
|
bind index,pager,attach g noop
|
|
bind index,pager,attach gi noop
|
|
bind index,pager,attach ga noop
|
|
bind index,pager,attach gd noop
|
|
bind index,pager,attach gt noop
|
|
bind index,pager,attach gs noop
|
|
macro index gi "<change-folder>=INBOX<enter>" "Go to inbox"
|
|
macro index ga "<change-folder>=Archive<enter>" "Go to all mail"
|
|
macro index gd "<change-folder>=Drafts<enter>" "Go to drafts"
|
|
macro index gt "<change-folder>=Trash<enter>" "Go to trash"
|
|
macro index gs "<change-folder>=Sent\ Items<enter>" "Go to trash"
|
|
|
|
bind index,pager m noop
|
|
bind index,pager mt noop
|
|
bind index,pager ma noop
|
|
macro index,pager mt "<save-message>=Trash<enter><enter>" "Trash"
|
|
macro index,pager ma "<save-message>=Archive<enter><enter>" "Archive"
|
|
|
|
|
|
|
|
# vim: ft=muttrc
|