aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/connection.go
Commit message (Collapse)AuthorAgeFilesLines
* statusline: move files to lib/stateRobin Jarry2023-02-201-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 statusKoni Marti2022-03-181-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 supportRobin Jarry2021-11-051-0/+37
Signed-off-by: Robin Jarry <robin@jarry.cc>