Quoth Reiner Steib <[EMAIL PROTECTED]>: > On Wed, Oct 31 2007, Slackrat wrote: > >> ;; Change Citation Line >> (defun my-insert-citation-line () >> ;"Function that inserts a simple citation line." >> (when message-reply-headers >> (insert "* " (mail-header-from message-reply-headers) > > (car (mail-extract-address-components > (mail-header-from message-reply-headers)))
Hmm... I thought to myself "I bet there are some existing gnus routines that do this" while I was writing my hack. >> * "William Witteman" <[EMAIL PROTECTED]> a écrit profondement: >> >> But I would like it to omit the email address >> <[EMAIL PROTECTED]> entirely or alternatively insert say >> three asterisks before the "@" in the email address as I have seen >> others do. > > The development version of Gnus has customizable citation line: > > [...] Even better. At least I've provided him with a drop-in replacement for his existing customisation, that will work for the time being :-/ Sebastian _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
