aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/connection.go
Commit message (Collapse)AuthorAgeFilesLines
* 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>