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
I sometimes send emails to myself and it seems like mujmap applies the sent tag but also remove the inbox tag (and I'm guessing but haven't verified that it'll remove any other tag as well).
The outcome is that this message is only shown in Sent and doesn't show in my Inbox in neomutt, which is configured to use the inbox tag.
I've tested using sent = "" in mujmap.toml which does keep the inbox tag on the message but has the expected side-effect of not syncing the tag with the Sent folder on Fastmail.
Expected outcome is that a message could be both sent and have other tags.
The text was updated successfully, but these errors were encountered:
This issue sounds familiar. I think I remember there being some interaction with Fastmail that made certain inboxes mutually exclusive when they shouldn't have been, or something like that... Not sure that's what's happening here, though. Nothing jumps out to me as obviously causing the issue after scanning over the relevant bits of code. I think logging at trace level might be helpful in ruling some things out.
I sometimes send emails to myself and it seems like mujmap applies the
sent
tag but also remove theinbox
tag (and I'm guessing but haven't verified that it'll remove any other tag as well).The outcome is that this message is only shown in Sent and doesn't show in my Inbox in neomutt, which is configured to use the
inbox
tag.I've tested using
sent = ""
in mujmap.toml which does keep theinbox
tag on the message but has the expected side-effect of not syncing the tag with the Sent folder on Fastmail.Expected outcome is that a message could be both
sent
and have other tags.The text was updated successfully, but these errors were encountered: