From: tfheen Date: Mon, 28 Jul 2003 01:03:42 +0000 (+0000) Subject: add message-yank-cited-prefix since that's used by gnus 5.10 and X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fd926eff74957cbc7975313f823f1055f45de3;p=dotfiles add message-yank-cited-prefix since that's used by gnus 5.10 and newer. git-svn-id: file:///svn/tfheen/trunk/dotfiles@173 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 9ce1ef9..950a8be 100644 --- a/gnus +++ b/gnus @@ -77,6 +77,7 @@ inserts \" characters." (setq nnmail-split-methods (list '("junk.2003" "^From:.*Cron") '("spam" "^From:.*lifeminders.com") + '("spam" "^From:.*qualityemail.com") '("spam" "^From:.*ibd@inbox-deal.com") '("spam" "^From:.*@link2buy.com") '("spam" "^Subject: =\\?ks_c_5601-1987") @@ -444,6 +445,7 @@ inserts \" characters." mc-gpg-comment "Please see my GPG key at http://raw.no/gpgkey.asc" gnus-simplify-ignored-prefixes "^\\([Aa][Dd]: \\|[Ss][Vv]: \\|[Rr][Ee]: \\)+" message-yank-prefix "| " + message-yank-cited-prefix "| " message-citation-line-function 'tfh-insert-citation-line message-cite-function 'tfheen-cite-function gnus-simplify-subject-functions '(gnus-simplify-subject gnus-simplify-subject-fuzzy)