>>>>> "j" == jidanni  <[email protected]> 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.


_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to