Start changed account options for neomutt
This commit is contained in:
parent
a3b542fc5d
commit
7fbffedebe
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ set sendmail = "msmtp -a {{ account.fulladdress }}"
|
|||
alias me {{ account.realname }} <{{ account.fulladdress }}>
|
||||
set folder = "{{ account.imap.proto }}://{{ account.imap.login }}@{{ account.imap.server }}:{{ account.imap.port }}"
|
||||
set header_cache = /home/{{ ansible_facts['env']['USER'] }}/.cache/neomutt/{{ account.fulladdress }}/headers
|
||||
set message_cachedir = /home/{{ ansible_facts['env']['USER'] }}/.cache/neomutt/{{ account.fulladdress }}/bodies
|
||||
#set message_cachedir = /home/{{ ansible_facts['env']['USER'] }}/.cache/neomutt/{{ account.fulladdress }}/bodies
|
||||
set mbox_type = Maildir
|
||||
set hostname = "{{ account.fulladdress | split('@') | last }}"
|
||||
source /home/{{ ansible_facts['env']['USER'] }}/.config/neomutt/switch.neomuttrc
|
||||
|
@ -14,6 +14,8 @@ set spoolfile = "+INBOX"
|
|||
set record = "+Sent"
|
||||
set postponed = "+Drafts"
|
||||
set trash = "+Trash"
|
||||
set imap_check_subscribed
|
||||
|
||||
{% if account.imap %}
|
||||
set imap_user = "{{ account.imap.login }}"
|
||||
set imap_pass = "`pass {{ account.passlocation }}`"
|
||||
|
|
Loading…
Add table
Reference in a new issue