]> git.neil.brown.name Git - edlib.git/commitdiff
notmuch: show raw message in a Popup:Tile
authorNeilBrown <neil@brown.name>
Tue, 17 Oct 2023 05:36:41 +0000 (16:36 +1100)
committerNeilBrown <neil@brown.name>
Tue, 17 Oct 2023 05:36:41 +0000 (16:36 +1100)
The "V" command now shows the message in a popup tile.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
python/module-notmuch.py

index 8a07acfadb329a514269a3d7f7a103585a6df204..a4f79a5f29491c181fe10d077c3acc4d7e4a0b38 100644 (file)
@@ -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
index ce0dec1d45e1802573c07180696f70de28451621..cd86747e68e2e97be04dfdcf4ef036c8dbd5bfd2 100644 (file)
@@ -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