meli/src/components/mail
Manos Pitsidianakis 505adca54d
Add forward mail option
Forward email with shortcut 'forward' (default ctrl+f)

This opens a composing tab letting you to select receiver etc.

"composing" config setting "forward_as_attachment" selects the
forwarding behavior:

- "ask" asks you ever time
- true always forwards by attaching the entire email as a single
attachment
- false always forwards by inlining the email, like most email clients
do.

Closes #120
2021-10-02 13:38:50 +03:00
..
compose Don't unwrap try_recv() on async jobs channels 2020-12-25 06:10:28 +02:00
listing listing/conversations: highlight two rows instead of three 2021-09-04 16:56:55 +03:00
view view/thread: open the latest email in the thread by default 2021-09-18 11:36:17 +03:00
compose.rs Add forward mail option 2021-10-02 13:38:50 +03:00
listing.rs listing/compact: move flags to subject column 2021-07-18 10:26:19 +03:00
pgp.rs melib/attachments: add SMIME signature variant 2020-10-16 12:47:16 +03:00
status.rs Add reload-config command 2020-12-02 21:01:22 +02:00
view.rs Add forward mail option 2021-10-02 13:38:50 +03:00