Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | statusline: move files to lib/state | Robin Jarry | 2023-02-20 | 1 | -4/+4 |
| | | | | | | | | These modules will not handle statusline rendering after next commit. Move them in lib/state to make next commit easier to review. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Tim Culverhouse <tim@timculverhouse.com> | ||||
* | statusline: implement per-account status | Koni Marti | 2022-03-18 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | Implement a statusline state for each account. Keep the ex line and the push notifications global. Add account name prefix to push notifications. Prefix status line with account name when multiple accounts are available. Use account-specific status line for each tab where an account is defined. Handle threading, filter/search, viewer passthrough and connection status. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | imap: add manual {dis,}connect support | Robin Jarry | 2021-11-05 | 1 | -0/+37 |
Signed-off-by: Robin Jarry <robin@jarry.cc> |