aerc/commands/msg
ARaspiK 0535f6333f Add additional flagging functionality
More mail flags can now be set, unset, and toggled, not just the
read/seen flag.

This functionality is implemented with a new `:flag` and `:unflag`
command, which are extensions to the matching `:read` and `:unread`
commands, adding support for different flags.  In fact, the
`read`/`unread` commands are now recognized aliases to `flag`/`unflag`.
The new commands are also well documented in aerc(1).

The change mostly extends the previous read/unread setting functionality
by adding a selection for the flag to change.
2020-07-08 09:13:03 +02:00
..
archive.go Rework msglist scrolling 2020-06-09 21:52:10 +02:00
copy.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
delete.go delete: push unsupported error up to the user 2020-07-05 12:22:45 +02:00
forward.go Fix dates in reply/forward commands. 2020-06-26 09:25:53 +02:00
mark.go Fix typos 2020-05-21 18:11:47 +02:00
modify-labels.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
move.go Rework msglist scrolling 2020-06-09 21:52:10 +02:00
msg.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
pipe.go pipe: don't crash if part is nil 2020-07-05 14:27:21 +02:00
read.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00
recall.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
reply.go Fix dates in reply/forward commands. 2020-06-26 09:25:53 +02:00
unsubscribe.go Allow open to be asynchronous 2020-07-08 09:07:43 +02:00
unsubscribe_test.go Add unsubscribe command 2019-07-04 11:06:14 -04:00
utils.go Move findPlaintext / findFirstNonMultipart to utils 2020-05-17 12:15:50 +02:00