Add note about non working Sieve filters in system mailbox#581
Open
pixelbrackets wants to merge 2 commits intoUberspace:mainfrom
Open
Add note about non working Sieve filters in system mailbox#581pixelbrackets wants to merge 2 commits intoUberspace:mainfrom
pixelbrackets wants to merge 2 commits intoUberspace:mainfrom
Conversation
Sieve filters dont work in the system mailbox. Add a note about this issue on the filter page as well, instead of the mailbox page only.
1f1166b to
67ec8a6
Compare
Usage of the system mailbox was discouraged before and adds some issues when migrating mail setups. See commit:d8915c86f171144e59f1b6a095ad3a401f7dbecc Therefore make it more clear that this is provided as a neat, quick feature, but not recommended for regular e-mail communcation. Use a normal mailbox instead.
67ec8a6 to
0c6907d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I spent hours in my mailbox today trying to get Sieve filters to run according to the manual. No use, even debugging did not deliver any results. The filters can be checked in the webmailer GUI, linted via CLI, everything is fine - but nothing is executed. Until I accidentally came across the last sentence in the manual section about mailboxes, that filters do not run in the "system mailbox" at all. Well, I was working with a system mailbox.
So I added this information to the manual page about filters as well.