meli/src
Manos Pitsidianakis a3600c0cd2
Add `filter` option in mail list
Filter mail in mail list.

Example:
[listing]
filter = "not flags:seen" # show only unseen messages
2020-03-01 20:24:00 +02:00
..
components Add `filter` option in mail list 2020-03-01 20:24:00 +02:00
conf Add `filter` option in mail list 2020-03-01 20:24:00 +02:00
execute Add delete, copy actions for envelopes 2020-03-01 17:48:10 +02:00
plugins Add consume newlines flag to phrase() 2020-02-26 15:53:46 +02:00
terminal Detect breaks on write_string_to_grid 2020-02-28 09:17:30 +02:00
types Add add-attachment from pipe, default_header_values 2020-03-01 17:45:55 +02:00
bin.rs Notify embedded terminal on embedded process exit 2020-02-27 16:46:47 +02:00
cache.rs Add `filter` option in mail list 2020-03-01 20:24:00 +02:00
components.rs Add UIDialog and UIConfirmationDialog widgets 2020-02-19 16:57:37 +02:00
conf.rs Replace every use of Folder with Mailbox 2020-02-26 10:54:10 +02:00
execute.rs Add delete, copy actions for envelopes 2020-03-01 17:48:10 +02:00
mailcap.rs Remove text_processing 2020-02-04 17:29:55 +02:00
plugins.rs Remove ui crate 2020-02-04 17:29:55 +02:00
sqlite3.rs Remove ui crate 2020-02-04 17:29:55 +02:00
state.rs Save forked processes for reaping 2020-03-01 17:56:58 +02:00
terminal.rs Remove ui crate 2020-02-04 17:29:55 +02:00
types.rs Implement search for CellBuffer 2020-02-26 12:25:57 +02:00
unix.rs Remove duplicate function timer::arm() 2020-02-25 22:15:13 +02:00
workers.rs Don't panic in WorkController::drop 2020-02-28 09:12:36 +02:00