From ab0ef1b53d18d9b204688863f19dfd1541d41063 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 17 Oct 2023 16:36:41 +1100 Subject: [PATCH] notmuch: show raw message in a Popup:Tile The "V" command now shows the message in a popup tile. Signed-off-by: NeilBrown --- DOC/TODO.md | 3 +++ python/module-notmuch.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DOC/TODO.md b/DOC/TODO.md index 8a07acfa..a4f79a5f 100644 --- a/DOC/TODO.md +++ b/DOC/TODO.md @@ -9,6 +9,8 @@ the file. ### Triage +- [ ] w3m hangs for CAAmjac0r78WpiYW9FsJK=+E8-FG4MoxD2zkUJS_oCRyNW+=rug@mail.gmail.com + It is writing to stdout which is reading very slowly. - [ ] in filename competion, TAB might add a '/' to a partial name and then get confused. - [X] when search succeeds on final line then trying again loops back to @@ -37,6 +39,7 @@ the file. - [ ] selection-menu sub-menu for UPPER lower Caps ?? - [ ] selection-menu item for text-fill - [ ] selection-menu item for spell-check ?? +- [ ] selection-menu item to view a named file - in Popup:Tile - [ ] notmuch - capture errors about multiple Subject lines and display them better. - [ ] switch display-pygtk to use Draw:scale-image diff --git a/python/module-notmuch.py b/python/module-notmuch.py index ce0dec1d..cd86747e 100644 --- a/python/module-notmuch.py +++ b/python/module-notmuch.py @@ -2469,7 +2469,7 @@ class notmuch_master_view(edlib.Pane): if p0: p0.take_focus() return 1 - p0 = self.call("OtherPane", ret='pane') + p0 = self.call("PopupTile", "MD3tsa", ret='pane') if p0: p2.call("doc:attach-view", p0, 1, "viewer") return 1 -- 2.39.5