help

2022-05-24 Thread Jose Antonio Ortega Ruiz
___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH] emacs: add global tag history

2022-01-26 Thread Jose Antonio Ortega Ruiz
On Wed, Jan 26 2022, Carl Worth wrote: > On Wed, Jan 26 2022, inwit wrote: >>> Even that will not be perfect (since the messages matching the query >>> could change behind emacs back), but close enough for most interactive >>> use, maybe? >> >> I was thinking about saving the IDs of the messages a

Re: [PATCH v7] emacs: customizable names for search buffers

2022-01-23 Thread Jose Antonio Ortega Ruiz
On Sun, Jan 23 2022, David Bremner wrote: > jao writes: > >> Customizable names for buffers presenting search results, via two >> custom variables (notmuch-search-buffer-name-format and >> notmuch-saved-search-buffer-name-format), defaulting to values >> currently used for plain searches and incl

Re: [PATCH v6] emacs: customizable names for search buffers

2022-01-23 Thread Jose Antonio Ortega Ruiz
On Sun, Jan 23 2022, David Bremner wrote: > jao writes: > >> Customizable names for buffers presenting search results, via two >> custom variables (notmuch-search-buffer-name-format and >> notmuch-saved-search-buffer-name-format), defaulting to values >> currently used for plain searches and incl

Re: FYI: emacs / notmuch-search-edit-search

2022-01-12 Thread Jose Antonio Ortega Ruiz
hi, On Wed, Jan 12 2022, Tomi Ollila wrote: > Hi all > > I've had this for a while in .emacs.d/notmuch-config.el > > --- > > (defun notmuch-search-edit-search () > "Edit current search" > (interactive) > (notmuch-search (read-from-minibuffer > "Edit search: " notmuch-searc

Re: [PATCH] emacs: use query name for tree saved-search buffer names

2022-01-09 Thread Jose Antonio Ortega Ruiz
On Sun, Jan 09 2022, David Bremner wrote: > jao writes: > >> This simply mimics what we already do for non-tree searches, and makes >> up for nicer buffer names. Note that this patch only applies to >> queries not coming from a search widget in the hello buffer. >> > > Two questions: > > 1) Shou

Re: [PATCH] emacs: make header line in notmuch-show buffers optional

2022-01-09 Thread Jose Antonio Ortega Ruiz
On Sun, Jan 09 2022, David Bremner wrote: > jao writes: > >> New notmuch-show-header-line customizable boolean to allow inhibiting >> a header line in notmuch-show-mode buffers (for instance, because one >> prefers to just include Subject in notmuch-message-headers). >> > > No objections, provide

Re: [PATCH] emacs: use query name for tree saved-search buffer names

2022-01-08 Thread Jose Antonio Ortega Ruiz
On Sat, Jan 08 2022, jao wrote: > This simply mimics what we already do for non-tree searches, and makes > up for nicer buffer names. Note that this patch only applies to > queries not coming from a search widget in the hello buffer. sorry, i meant "queries *coming* from a search widget" __

Re: Notmuch Emacs 0.31.2 documentation and keybinding suggestions

2021-10-11 Thread Jose Antonio Ortega Ruiz
On Sun, Oct 10 2021, David Bremner wrote: [...] >> Finally, the binding for in Notmuch-Show and Notmuch-Hello >> inconveniently clobbers the tab-bar-mode binding for that key. Should >> not Notmuch be content with // (and >> possibly ) and leave alone? >> > > Notmuch has used the binding sinc

Re: configurable summary line for notmuch search

2021-09-01 Thread Jose Antonio Ortega Ruiz
On Wed, Sep 01 2021, Alexander Adolf wrote: > That said, this could - more or less - easily be done with the patch > proposed on this thread by jao. _Provided_ that it will be amended > to not only cover notmuch-tree-result-format, but also > notmuch-search-result-format. ;-) fwiw, that patch alr

Re: [PATCH v4] emacs: notmuch-tree: customizable strings for drawing trees

2021-08-31 Thread Jose Antonio Ortega Ruiz
On Tue, Aug 31 2021, David Bremner wrote: > jao writes: > >> - (push "│" tree-status)) >> + (push (alist-get 'vertical notmuch-tree-thread-symbols 3) >> tree-status)) > > That 3 looks like a typo. If nothing else turns up, I can just delete > it. indeed. it's a leftover of my previou

Re: [PATCH] emacs: notmuch-tree: customizable strings for drawing trees

2021-08-30 Thread Jose Antonio Ortega Ruiz
On Mon, Aug 30 2021, David Bremner wrote: > jao writes: > >> +(defcustom notmuch-tree-thread-symbols '(" " "─" "┬" "│" "├" "╰" "►") > > How hard would it be to use a plist or an alist, and allow the user to > overide only the symbols they are interested in? not hard at all... we just need to fig

Re: configurable summary line for notmuch search

2021-08-28 Thread Jose Antonio Ortega Ruiz
On Sat, Aug 28 2021, David Bremner wrote: > I was idly thinking about how to provide custom summary formats for > notmuch-search. I know this has been discussed a few times on IRC, but I > can't remember the kind of things people were looking for. So if this a > feature you're interested in, what

Re: [PATCH] emacs: notmuch-tree: customizable strings for drawing trees

2021-08-22 Thread Jose Antonio Ortega Ruiz
This one should have been sent with a version 3 mark, sorry. It's essentially the previous version (with yet another doc typo corrected), but rebased against today's master. Cheers, jao ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscrib

Re: emacs: honoring notmuch-show-insert-part-text/html for 'w3m renderer

2021-08-03 Thread Jose Antonio Ortega Ruiz
On Tue, Aug 03 2021, David Bremner wrote: > can someone (TM) make a patch I can apply with git-am? sent: 20210804000241.1053748-1-...@gnu.org ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.o

sorting in show tree

2021-07-30 Thread Jose Antonio Ortega Ruiz
Hi, I wanted to be able to sort oldest-first in notmuch-tree view (inside emacs). Turns out that needed 'notmuch show' to accept a --sort argument (as search does). I've given it a try (with the patient help of David on IRC) in this repo: https://jao.io/cgit/notmuch/log/?h=tree-sort. With tha

emacs: honoring notmuch-show-insert-part-text/html for 'w3m renderer

2021-07-30 Thread Jose Antonio Ortega Ruiz
Hi, notmuch-show-insert-part-text/html correctly binds shr-blocked-images to notmuch-show-text/html-blocked-images when using 'shr as the mm-text-html-renderer. However, when the latter is not shr, the function only binds gnus-blocked-images, which is not used by the 'w3m rendered. The corresp

Re: [PATCH 7/7] emacs: fix notmuch-tree-toggle-order keybinding

2021-06-26 Thread Jose Antonio Ortega Ruiz
On Sat, Jun 26 2021, David Bremner wrote: > Jose Antonio Ortega Ruiz writes: > >> Ah, i just remembered the reason: notmuch-search-toggle-order is not >> bound in notmuch-common-keymap, so, no, i think that it cannot be >> remapped here. > > OIC. OK, so just defini

Re: [PATCH 7/7] emacs: fix notmuch-tree-toggle-order keybinding

2021-06-26 Thread Jose Antonio Ortega Ruiz
On Sat, Jun 26 2021, Jose Antonio Ortega Ruiz wrote: > On Sat, Jun 26 2021, David Bremner wrote: > >> David Bremner writes: >> >>> jao writes: >>> >>>> Really assign the new emacs command notmuch-tree-toggle-order to o, as >>>> pre

Re: [PATCH 7/7] emacs: fix notmuch-tree-toggle-order keybinding

2021-06-26 Thread Jose Antonio Ortega Ruiz
On Sat, Jun 26 2021, David Bremner wrote: > David Bremner writes: > >> jao writes: >> >>> Really assign the new emacs command notmuch-tree-toggle-order to o, as >>> previously documented. >> >> It seems like this one should be merged with 3/7? >> >> d > > Apologies for the many replies, but can'

Re: [PATCH 3/7] emacs/tree: command to toggle search sort order in tree mode

2021-06-26 Thread Jose Antonio Ortega Ruiz
On Sat, Jun 26 2021, David Bremner wrote: > jao writes: > >> New command notmuch-tree-toggle-order for switching the sort order (by >> reissuing the search with a different flag) in a notmuch-tree buffer. >> --- >> emacs/notmuch-tree.el | 14 +- >> 1 file changed, 13 insertions(+), 1

Re: sorting in show tree

2021-06-25 Thread Jose Antonio Ortega Ruiz
On Fri, Jun 25 2021, David Bremner wrote: [...] > Unless the series is really huge (thousands of lines of diff) we prefer > sending it to the list with git-send-email for review. So I guess that's > the other thing you should do ;). okay, i'm attaching to this mail the single patch produced by

Re: sorting in show tree

2021-06-24 Thread Jose Antonio Ortega Ruiz
Hi again, Just in case: is there anything else i should do to request this for merging on the main branch? Or just wait? (which is of course okay!) Thanks, jao On Fri, Jun 11 2021, Jose Antonio Ortega Ruiz wrote: > Hi, > > I wanted to be able to sort oldest-first in notmuch-tree vie