From 3b4476ab6811d29d0a2738d834ae1708d3fe9852 Mon Sep 17 00:00:00 2001 From: Jai Flack Date: Thu, 24 Mar 2022 23:27:21 +1000 Subject: [PATCH] msgid doesn't need translation --- gnus-search-mu.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnus-search-mu.el b/gnus-search-mu.el index f70bee4..4a8fe31 100644 --- a/gnus-search-mu.el +++ b/gnus-search-mu.el @@ -153,11 +153,6 @@ This can also be set per-server." maildir m msgid i prio p flag g date d size z embed e file j mime y tag x list v)) - ;; TODO: check if msgid needs translation - ;; (when (eql (car expr) 'id) - ;; (setf (cdr expr) (replace-regexp-in-string "\\`<\\|>\\'" - ;; "" - ;; (cdr expr)))) (format "%s:%s" (car expr) (if (string-match "\\`\\*" (cdr expr)) (replace-match "" nil nil (cdr expr))