From e4531f4c3745300329b3559d98abfcc7b23fd143 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 28 Jun 2008 15:47:31 +0000 Subject: [PATCH] Use ]] rather than * to make Manoj happy git-svn-id: file:///svn/tfheen/trunk/dotfiles@1272 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- gnus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnus b/gnus index a287250..8642455 100644 --- a/gnus +++ b/gnus @@ -335,13 +335,13 @@ inserts \" characters." ;(add-hook 'mc-pre-signature-hook 'tfheen-escape-url) (defun tfh-insert-citation-line () - "My own function to insert citation. Inserts a line similar to \"* Tollef Fog Heen\n\n\"" + "My own function to insert citation. Inserts a line similar to \"]] Tollef Fog Heen\n\n\"" (if (string-equal gnus-newsgroup-name "nnml:drift.news.nag.submissions") " " (when message-reply-headers (let ((author (or (mail-header-from message-reply-headers) ""))) (string-match "[^@ ]+@[^@ ]+" author) - (insert "* "(replace-match "" nil nil author) "\n\n"))))) + (insert "]] "(replace-match "" nil nil author) "\n\n"))))) (setq gnus-summary-gather-subject-limit 'fuzzy gnus-simplify-subject-fuzzy-regexp "^\\([Aa][Dd]: \\|[Ss][Vv]: \\|[Rr][Ee]: \\)+" -- 2.39.5