Sandra Snan <sandra.s...@idiomdrottning.org> writes:

> +  (interactive "P")
> +  (let ((thread-id (notmuch-search-find-thread-id)))
> +    (if thread-id
> +     (notmuch-unthreaded (if entire thread-id
> +                           (concat notmuch-search-query-string " and " 
> thread-id)))
> +      (message "No such thread with that id found!")
> +      nil)))
> +

Hi Sandra;

This seems reasonable enough. Two questions

1) can you make a test (probably something in T465 can serve as a model

2) Should this be bound by default, or is the function in the next patch
always the one users will want?
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to