mblaze-ui

A minimal TUI for the mblaze email client

git clone https://git.8pit.net/mblaze-ui.git

 1* Check mtime of ~/.config/mblaze/seq before performing an operation
 2* Allow passing messages sequences via stdin?
 3* Fix sequence update after reply
 4* Support threading via mthread(1)
 5* Improve scrolling
 6	* Only scroll up if we are at the first row
 7	* Only scroll down if we are at the last row
 8* Add a script which moves mails to a different directory using fzf(1)
 9* Allow for custom keybindings / commands to be defined
10* Allow selection of multiple emails
11	* Similar to vim's virtual block selection
12	* Useful in combination with mthread (e.g. select whole thread)