diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2021-10-23 18:37:06 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2021-10-23 18:37:06 +0100 |
| commit | 5c7d4873908f28dde33013d10543e4cf1417525b (patch) | |
| tree | 50c381fd5ab776d2dbecfc8e590fd224e0f3c044 /doc | |
| parent | 57292f268a961e559618d0b5007dbda4df33f00c (diff) | |
| download | aerc-5c7d4873908f28dde33013d10543e4cf1417525b.tar.gz aerc-5c7d4873908f28dde33013d10543e4cf1417525b.zip | |
Implement interface for my custom IMAP flags
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/aerc-search.1.scd | 32 | ||||
| -rw-r--r-- | doc/aerc.1.scd | 16 |
2 files changed, 48 insertions, 0 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index b90a934..35b0026 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -30,6 +30,22 @@ aerc-search(1) Flagged Flagged messages + important + + list + + food + + personal + + work + + physics + + todo + + later + *-b*: Search in the body of the messages *-a*: Search in the entire text of the messages @@ -70,6 +86,22 @@ aerc-search(1) Flagged Flagged messages + important + + list + + food + + personal + + work + + physics + + todo + + later + *-b*: Search in the body of the messages *-a*: Search in the entire text of the messages diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index f678a0a..03dcadd 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -181,6 +181,22 @@ message list, the message in the message viewer, etc). Flagged Message is flagged for urgent/special attention + important + + list + + food + + personal + + work + + physics + + todo + + later + *unflag* [-t] <flag> Operates exactly like *flag*, defaulting to unsetting (disabling) flags. |
