Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -2/+5 |
| | |||||
* | msg/delete: remove redundant err check | Reto Brunner | 2020-02-29 | 1 | -3/+0 |
| | |||||
* | delete: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -21/+59 |
| | |||||
* | Config for deleting message from message viewer | Srivathsan Murali | 2019-09-20 | 1 | -1/+1 |
| | | | | | As suggested in #268, this adds a behaviour setting for deleting message from message viewer. | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | select next message when deleting from message viewer | Aditya Srivastava | 2019-08-02 | 1 | -3/+10 |
| | |||||
* | commands: Don't crash when store is nil | Kevin Kuehler | 2019-07-15 | 1 | -0/+3 |
| | | | | | | | On a slow network connection, running these commands without this guard will cause aerc to panic. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | ||||
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 1 | -3/+3 |
| | |||||
* | Crash on delete in empty folder (#213) | Zach Sisco | 2019-07-04 | 1 | -0/+3 |
| | |||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -3/+12 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | Move select functionality from msglist to msgstore | Kevin Kuehler | 2019-06-11 | 1 | -1/+2 |
| | | | | | | Remove msglist Next and Prev commands Signed-off-by: Kevin Kuehler <kkuehler@brave.com> | ||||
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 1 | -0/+45 |
Consists of 3 functions * Store: Access to MessageStore type * SelectedAccount: Access to Account widget that the target widget belongs to * SelectedMessage: Current message (selected in msglist or the one we are viewing) Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> |