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

2022-01-12 Thread Tomi Ollila
On Mon, Jan 10 2022, j...@gnu.org wrote: > 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 including too tree and > u

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

2022-01-12 Thread jao
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-search-q

Re: [PATCH] test/gpgsm: use --with-colons when calculating fingerprint.

2022-01-12 Thread David Bremner
David Bremner writes: > As stressed by the gpg documentation, the non-'with-colons' output > format is subject to change, and indeed it did in 2.3.x (x<=3). This > should make the the test suite more robust against such changes. applied to release and master. d _

Re: [PATCH] test/gpgsm: use --with-colons when calculating fingerprint.

2022-01-12 Thread Stig Palmquist
On 2022-01-12 17:38, Stig Palmquist wrote: > LGTM, tests work with GnuPG 2.3 > > Nice use of awk btw. > > Stig. > > On 2022-01-11 19:52, David Bremner wrote: > > As stressed by the gpg documentation, the non-'with-colons' output > > format is subject to change, and indeed it did in 2.3.x (x<=3).

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

FYI: emacs / notmuch-search-edit-search

2022-01-12 Thread Tomi Ollila
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-search-query-string) notmuch-search-oldest-first))