summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-04 18:16:10 +0100
committerjao <jao@gnu.org>2022-08-04 18:16:10 +0100
commit68280cc53bcef81ea684ee01276b091b93eb8a71 (patch)
tree072ce854a0e6e7d50c8667bdfd6a663052029f8f /custom/jao-custom-gnus.el
parentf7446555b2410a03b35c1c343574c411676bb785 (diff)
downloadelibs-68280cc53bcef81ea684ee01276b091b93eb8a71.tar.gz
elibs-68280cc53bcef81ea684ee01276b091b93eb8a71.tar.bz2
better consult-recoll open functions
Diffstat (limited to 'custom/jao-custom-gnus.el')
-rw-r--r--custom/jao-custom-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index ddc2606..cf50ed3 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -421,7 +421,7 @@
(with-temp-buffer
(insert-file filename)
(goto-char (point-min))
- (when (re-search-forward "[Mm]essage-[Ii][Dd]: <?\\([^><]+\\)>?" nil t)
+ (when (re-search-forward "^[Mm]essage-[Ii][Dd]: <?\\([^><]+\\)>?" nil t)
(match-string 1))))
(defun jao-gnus-goto-file (filename &optional _page)