On 29.07.2008 Dmitry Dzhus <[EMAIL PROTECTED]> wrote: [...] >>> Change `message-citation-line-function` variable to >>> `message-insert-formatted-citation-line`, adjust >>> `message-citation-line-format` variable to meet your needs. This is >>> described in «3.6 Insertion Variables» of message package manual. >>> >> I changed my .gnus file following your instructions. As you see in the >> quoting header, I wasn't successful. >> The message package manual is not very enlightening in this case. >> I insert the lines from my .gnus: >> >> (setq message-insert-formatted-citation-line >> '(message-citation-line-format >> "on %d. %m. %Y at %X %n <%a> wrote:")) > > I think, that was meant to be > > (setq message-citation-line-function > 'message-insert-formatted-citation-line) > (setq messate-citation-line-format "On %d.%m.%Y %f wrote:\n") > Thank you very much, as you see in the header it now works as wanted.
> You may need to reload Gnus for new settings to take effect. > >> "%n" should mean "name" and "<%a>" should mean "mail address". I took >> this from the syntax used by Mutt. I guess it is different in Gnus? > > Yes, it is. Looks like that you'd better use `M-x customize-variable` to > edit settings, because that way you get contextual documentation right > at your fingertips. Thanks for the tip. Hermann _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
