update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

@@ -18,8 +18,8 @@
;; along with Notmuch. If not, see <https://www.gnu.org/licenses/>.
;;
;; Authors: Carl Worth <cworth@cworth.org>
;; Package-Version: 20250620.1557
;; Package-Revision: 63665f1ebd6e
;; Package-Version: 20260314.2247
;; Package-Revision: 094744b3f6f5
;; Homepage: https://notmuchmail.org
;;; Commentary:
@@ -1194,7 +1194,7 @@ search results and that are also tagged with the given TAG."
(interactive
(list (notmuch-select-tag-with-completion "Filter by tag: "
notmuch-search-query-string)))
(notmuch-search (concat notmuch-search-query-string " and tag:" tag)
(notmuch-search (format "(%s) and tag:%s" notmuch-search-query-string tag)
notmuch-search-oldest-first
notmuch-search-hide-excluded))