automatically expunge emails without asking on mailbox change/sync
This commit is contained in:
parent
5440d78b2b
commit
ddab8f780f
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ set pager_index_lines = 10 # Shows 10 lines of index when pager is acti
|
||||||
set editor = nvim # use neovim, of course.
|
set editor = nvim # use neovim, of course.
|
||||||
save-hook . '=Archive' # Save to archive folder by default
|
save-hook . '=Archive' # Save to archive folder by default
|
||||||
set wait_key=no # dont wait for a key after a command runs (like sync)
|
set wait_key=no # dont wait for a key after a command runs (like sync)
|
||||||
|
set delete=yes # automatically expunge when syncing
|
||||||
|
|
||||||
|
|
||||||
### Multipart handling
|
### Multipart handling
|
||||||
|
|
Loading…
Reference in a new issue