Set flags

$ himalaya flag set [OPTIONS] <ID-OR-FLAG>...

This command allows you to replace existing flags of the given envelope(s) with the given flag(s).

Options

-f|--folder

The name of the folder.

--disable-cache

Disable any sort of cache.

The action depends on commands it apply on. For example, when listing envelopes using the IMAP backend, this flag will ensure that envelopes are fetched from the IMAP server rather than the synchronized local Maildir.

-a|--account

Override the default account.

An account name corresponds to an entry in the table at the root level of your TOML configuration file.

Settings

flag.set.backend

Override the backend used for setting flags.

# valid backends: maildir, imap, notmuch
flag.set.backend = "imap"