Creating a Smart Mailbox with the following conditions does not return any started emails. What am I missing?

* Any of the following messages "All Messages"
* Condition: All of the following are true "Message is Flagged"


Thanks for all the help!



On 4 Jul 2018, at 4:58, Benny Kjær Nielsen wrote:

On 4 Jul 2018, at 5:29, Randy Abbott wrote:

* Is it possible to always display the From box, even if I'm sending an email with the default email address?

I'm afraid there's no setting for that. A workaround is to provide an alternative dummy address in the “Email Addresses” field of the account settings:

        Email Addresses: [email protected], [email protected]

I'll keep this limitation in mind when re-implementing the composer status bar (something which I probably have to do fairly soon since it looks even worse in Mojave Dark mode than it already does in the current light mode).

* How can I setup Address Pattern for two domains? I have `.*@example\.com` currently, but I would like to add another. (I am not so great at RegExp).

One way to do it:

        (.*@example1\.com|.*@example2\.com)

I've also changed the code such that when address patterns are enabled then the From popup is always shown. That should take care of your first question.

* How can I get the Starred emails in Gmail to appear in MailMate? The manual has detailed instructions for labels, but not so much for Starred emails.

The manual page says: “If you click “Edit Subscriptions” in the IMAP account editor for a Gmail account then you might notice that “[Gmail]/Starred” and “[Gmail]/Important” are unsubscribed. It is important to keep it that way. The starred emails are equivalent to flagged emails.”

Gmail “Starred” is equivalent to the IMAP keyword “\Flagged” and Gmail does set that on starred emails. Therefore the Starred label/mailbox itself is not needed (and would just cause duplicate emails to appear in MailMate).

--
Benny
https://freron.com/become_a_mailmate_patron/
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to