No message selected
Accounts register themselves when a meerail-agent connects
(see agent/README.md). To add or remove one, edit the
agent's config.toml — the name, colour and footer set here
are local settings and stay put across syncs. The footer is prefilled
into the composer, so it can be edited or removed per message.
Messages in the list fade from white towards red as they age,
reaching full red once they are this old. Set to 0 to
switch the tint off. Stored in this browser only.
Copy it from Meerato's API page. With one saved, an Add Task button appears on the reading pane and on every message: the subject becomes the task title, the body its text, and any attachments you tick are uploaded with it. Leave the field empty to remove it.
The message body becomes the task text.
Plain words are ANDed — every one of them has to appear somewhere in
the mail: subject, participants, body, or the text of an attachment. Wrap a phrase in
"double quotes" to match it exactly, spaces and all.
Filters narrow the results instead of searching text, so they work on their own as well as alongside words. Mixing them is an AND.
:unread |
Conversations with at least one unread message. |
:read |
Conversations you have read all the way through. |
:has-attachment |
Only mail that carries an attachment. |
:from pattern |
Sender address or display name matches. |
:to pattern |
Any recipient matches — To, Cc and Bcc. |
The pattern in :from and :to is always a
regular expression, whether or not the Regex switch is on — a plain address works as
one. Use quotes if it contains a space, or :from=pattern if you prefer.
invoice :unread | Unread mail mentioning “invoice”. |
:from @acme\.com :has-attachment |
Everything anyone at Acme sent you with a file attached. |
:to (ada|grace)@ | Addressed to either of them. |
"board meeting" :from ada | That phrase, from Ada. |
The Regex switch turns the rest of the query into a POSIX regular expression instead of a list of words. The scope and time pickers next to it narrow the search the same way the filters do.
The mail is sent, then filed in Meerato's Backlog. It moves to Now on that date.