-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter editor limitations #80
Comments
One further issue that looks like a well-rounded bug that I have ran into is that I seemingly cannot save back to the server a sieve with everything removed. Steps to reproduce:
In comparison, if I do not remove the filter, but only disable it by un-ticking the tick-box before its name, that change CAN be saved. And the sieve script on the server looks ok (the script is put into a block comment). This is something that could be made into a separate bug report, but I figured I spammed you enough already. (: |
Spamming is fine 😉 RainLoop has a limited filter editor. The first step was to see/edit all available sieve scripts on the server, as you might have created some through Thunderbird/KMail/Evolution/RoundCube/etc. The second step was to create a full-blown GUI, but i found out that is a lot of work. For now i like to focus on upgrading everything to 2021 and after that improve the filters. I will keep this one open for future releases, and you can already use the raw editor to write complex scripts. The current simple editor will stay as-is to be compatible with RainLoop users. |
👍 |
Regarding your mark as read.
|
Yes :) |
I suggest introduction of a Basic/Expert mode for the new Sieve filters, so it will get less confusing for technically non-experienced users:
|
It would be awesome to add for the basic filter a date start / stop range, in which the vacation message should be sent. |
Working on it https://github.com/the-djmaze/snappymail/tree/sieve-gui |
Describe the bug
The filter editor does not allow creating certain (simple) filters. For example, I would like to create a filter that marks the message as read (on certain conditions) and does nothing else.
If I try to create a filter that does not move the message anywhere (other than leaving it in the Inbox), I run into an error: the drop-down has Inbox greyed out, and does not accept the empty selection (becomes red if I try to submit the dialog). I cannot choose not to move (or forward, or reject ...) the message. I think a checkbox to enable this line of actions would solve this nicely.
It would also be super nice if other common attributes/flags could be set/unset (in combination with other actions). For example, I cannot create a filter that would mark matching messages as Starred (
\Flagged
in imap4 lingo). (I realize this is starting to look more like an open-ended feature request, so feel free to make whatever you want out of it. I also realize that the sieve source can be edited by hand, which basically shortcuts all the limitations, so again, please treat this with a "nice to have" priority.)Screenshots
Here is what I see when I try to create a filter without moving the message anywhere. I cannot turn this thing off.
Desktop (please complete the following information):
Additional context
This is not super important to me right now, submitting for your feedback in case you want to improve your upcoming release.
Feel free to save for later.
The text was updated successfully, but these errors were encountered: