Fix spool file in sidebar, and redraw sidebar on account switch
This commit is contained in:
parent
f93aefe5ce
commit
81a2e49d55
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ set record = "{{ account.other_vars.record | default('+Sent') }}"
|
|||
set postponed = "{{ account.other_vars.postponed | default('+Drafts') }}"
|
||||
set trash = "{{ account.other_vars.trash | default('+Trash') }}"
|
||||
set imap_check_subscribed
|
||||
unmailboxes *
|
||||
mailboxes "{{ account.other_vars.spool_file | default('=INBOX') }}"
|
||||
|
||||
set ssl_starttls = yes
|
||||
set ssl_force_tls = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue