From 68280cc53bcef81ea684ee01276b091b93eb8a71 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 4 Aug 2022 18:16:10 +0100 Subject: better consult-recoll open functions --- custom/jao-custom-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-gnus.el') 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) -- cgit v1.2.3