diff options
author | Ryan Kavanagh <rak@rak.ac> | 2022-06-01 11:04:49 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2022-06-01 11:04:49 -0400 |
commit | 3a544f6ff901d1ec37582fbc4cf4b5c1b22815f8 (patch) | |
tree | f17a51b406eb32d29d737789bd85407f0e23527e /dot_mutt | |
parent | Fix certificate file cohice for hades/eos (diff) |
Set imap_delim_chars to / for rak.ac
Diffstat (limited to '')
-rw-r--r-- | dot_mutt/private_accounts.rc.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_mutt/private_accounts.rc.tmpl b/dot_mutt/private_accounts.rc.tmpl index 8076fe6..6de5247 100644 --- a/dot_mutt/private_accounts.rc.tmpl +++ b/dot_mutt/private_accounts.rc.tmpl @@ -84,6 +84,7 @@ set status_format = '-%r-QUEENSU: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d account-hook imaps://imap.rak.ac \ "set imap_user = 'rak';\ set imap_pass = '{{ .password.rakac }}';\ +set imap_delim_chars = '/';\ set folder = 'imaps://imap.rak.ac/';\ set record = '=Sent';\ set copy = 'yes';\ |