info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making | include the headers


From: jidanni
Subject: Re: making | include the headers
Date: Thu, 18 Jun 2009 10:09:43 +0800

>>>>> "j" == jidanni  <jidanni@jidanni.org> writes:
j> Nowadays | doesn't include the headers.

j> We read:
j> The properties `:decode' and `:headers' that are put to the function
j> symbol `gnus-summary-save-in-pipe' control whether this function
j> decodes articles and what headers to keep (see the doc string for the
j> `gnus-default-article-saver' variable).

j> OK, I did read that. But I still don't understand what I need to setq in
j> .gnus.el to make | always include the headers.

OK,
(add-hook
 'gnus-summary-mode-hook
 (function
  (lambda ()
    (put 'gnus-summary-save-in-pipe :headers nil))))
seems to work. Wish it was documented.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]