meli/src
Manos Pitsidianakis fd60be482f
Open sidebar for mailbox navigation with Left/Right arrow keys
Left/Right arrow keys change focus between the sidebar and mailbox
listing. If focused on sidebar, move arrow keys to select mailbox and
open with 'Enter'. Press Right arrow key to return to mailbox listing.

- Mailbox focused:
  +--+-------------+
  |~ |=============|
  |~ |=============|
  |  |=============|
  |~ |=============|
  |~ |=============|
  +--+-------------+
- Press `Left` arrow key
- Menu focused:
  +--------+-------+
  |~~~~    |=======|
  |~~      |=======|
  |        |=======|
  |~~~     |=======|
  |~~~~    |=======|
  +--------+-------+
- Press `Right` arrow key to return
2020-04-04 19:15:58 +03:00
..
components Open sidebar for mailbox navigation with Left/Right arrow keys 2020-04-04 19:15:58 +03:00
conf themes: add default tag theme attribute 2020-04-03 10:13:27 +03: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 Add various logic checks 2020-03-12 09:47:39 +02:00
types Add add-attachment from pipe, default_header_values 2020-03-01 17:45:55 +02:00
bin.rs Add various logic checks 2020-03-12 09:47:39 +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 Add conf_override! macro 2020-03-18 19:13:07 +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
managesieve.rs Fix unused imports/code compiler warnings 2020-03-04 22:11:37 +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 Respect autoload mailbox setting 2020-03-02 12:06:19 +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