On Mon, Apr 30 2007, giglio robbo' d'acciaio wrote:

> Would be anyone so kind to help me to customize this variable?
> The standard value is:
> "\\([         ]*[-_.[:word:]]+[>]+\\|[        ]*[]>|}+]\\)+"
>
> I'd like edit it in order to parse as quotes line starting with an
> arbitrary number of ':' too.

(setq message-cite-prefix-regexp
      (gnus-replace-in-string message-cite-prefix-regexp "}" "}:"))

In other words: change "}" to "}:".

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to