comparison lisp/gnus/nnsoup.el @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents c5406394f567 f58700566a56
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
73 73
74 (defvoo nnsoup-packet-regexp "Soupout" 74 (defvoo nnsoup-packet-regexp "Soupout"
75 "*Regular expression matching SOUP packets in `nnsoup-packet-directory'.") 75 "*Regular expression matching SOUP packets in `nnsoup-packet-directory'.")
76 76
77 (defvoo nnsoup-always-save t 77 (defvoo nnsoup-always-save t
78 "If non nil commit the reply buffer on each message send. 78 "If non-nil commit the reply buffer on each message send.
79 This is necessary if using message mode outside Gnus with nnsoup as a 79 This is necessary if using message mode outside Gnus with nnsoup as a
80 backend for the messages.") 80 backend for the messages.")
81 81
82 82
83 83