msgid doesn't need translation

This commit is contained in:
Jai Flack 2022-03-24 23:27:21 +10:00
parent 7d67bacf6a
commit 3b4476ab68
No known key found for this signature in database
GPG Key ID: B0073AB365D0807D
1 changed files with 0 additions and 5 deletions

View File

@ -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))