fix(mail): Exclude drafts from search results
This commit is contained in:
parent
e3b4a370a2
commit
761e3794ed
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ tags=unread;inbox;
|
||||||
ignore=
|
ignore=
|
||||||
|
|
||||||
[search]
|
[search]
|
||||||
exclude_tags=deleted;spam;
|
exclude_tags=deleted;spam;draft;
|
||||||
|
|
||||||
[maildir]
|
[maildir]
|
||||||
synchronize_flags=true
|
synchronize_flags=true
|
||||||
|
|
Loading…
Reference in a new issue