You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to make a custom mark for marking messages as spam. In my setup, I mark a message as spam by moving it to a special IMAP folder. Mu4e has no built-in way of moving a message to a specific filter: I can only move to a folder about which I'm asked every time, and I want a command to move to a specific folder, the spam training one.
I have something working, but it relies on the internal function mu4e--server-move:
Is your feature request related to a problem? Please describe.
I want to make a custom mark for marking messages as spam. In my setup, I mark a message as spam by moving it to a special IMAP folder. Mu4e has no built-in way of moving a message to a specific filter: I can only move to a folder about which I'm asked every time, and I want a command to move to a specific folder, the spam training one.
I have something working, but it relies on the internal function
mu4e--server-move
:I'd like to use a public API function instead.
Describe the solution you'd like
There should be a public API version of
mu4e--server-move
. Accepting flags symbolically might be nice too.It'd also be nice, while we're at it, to make a public API function for copying a message.
The text was updated successfully, but these errors were encountered: