Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switcher: add scrollbar | Koni Marti | 2023-10-13 | 1 | -71/+100 |
| | | | | | | | | | | | | Add scrollbar to part switcher. Add config value "max-mime-height" to the [Viewer] section to set the maximum height before a scrollbar is drawn. The part switcher height is restricted to half of the context height. Update docs. Fixes: https://todo.sr.ht/~rjarry/aerc/194 Signed-off-by: Koni Marti <koni.marti@gmail.com> Tested-by: Inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | msgviewer: separate part switcher from viewer | Koni Marti | 2023-10-13 | 1 | -0/+178 |
Separate part switcher from message viewer. The part switcher implementation was woven into the message viewer code. Decouple them to make the code more readable. Signed-off-by: Koni Marti <koni.marti@gmail.com> Tested-by: Inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc> |