On Mon, May 02 2022, Leo Okawa Ericson wrote:

> ---
>  emacs/notmuch.el | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/emacs/notmuch.el b/emacs/notmuch.el
> index c9cf80dc..c1ddb06b 100644
> --- a/emacs/notmuch.el
> +++ b/emacs/notmuch.el
> @@ -525,13 +525,13 @@ (defun notmuch-search-show-thread (&optional 
> elide-toggle)
>    (let ((thread-id (notmuch-search-find-thread-id)))
>      (if thread-id
>       (notmuch-show thread-id
> -                   elide-toggle
> -                   (current-buffer)
> -                   notmuch-search-query-string
> -                   ;; Name the buffer based on the subject.
> -                   (format "*%s*" (truncate-string-to-width
> -                                   (notmuch-search-find-subject)
> -                                   30 nil nil t)))

To me it looks like this change "breaks" indentation -- the original
where all function (notmuch-show) arguments are aligned vertically,
starting from same column in each line...???

> +            elide-toggle
> +            (current-buffer)
> +            notmuch-search-query-string
> +            ;; Name the buffer based on the subject.
> +            (format "*%s*" (truncate-string-to-width
> +                            (notmuch-search-find-subject)
> +                            30 nil nil t)))
>        (message "End of search results."))))
>  
>  (defun notmuch-tree-from-search-current-query ()
>
> base-commit: e3ad0087f3453c89871acac8b11da8bab1ac54df

btw: what is this 'base commit:' line ?

Tomi

> -- 
> 2.36.0
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to