Forward a message

$ himalaya message forward [OPTIONS] <ID> [BODY]...

This command allows you to forward the given message using the editor defined in your environment variable $EDITOR. When the edition process finishes, you can choose between saving or sending the final message.

Options

-f|--folder

The name of the folder.

-H|--header

Prefill the template with custom headers.

A raw header should follow the pattern KEY:VAL.

--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

message.write.backend

Override the backend used for writing messages.

# valid backends: maildir, imap, notmuch
message.write.backend = "imap"

message.write.headers

Define visible headers at the top of messages when writing them (new/reply/forward).

message.write.headers = ["Date", "From", "To", "Subject"]