Gnus development mailing list
 help / color / mirror / Atom feed
* Patch: use function argument instead of global var
@ 2003-01-06 20:48 Steinar Bang
  2003-01-06 23:12 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: Steinar Bang @ 2003-01-06 20:48 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

Use the crosspost argument to gnus-sieve-script, instead of the global
variable gnus-sieve-crosspost.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Use function argument instead of global variable. --]
[-- Type: text/x-patch, Size: 545 bytes --]

*** gnus-sieve.el	2002/07/26 23:48:35	6.7
--- gnus-sieve.el	2003/01/06 20:49:29
***************
*** 226,232 ****
  	  (when spec
  	    (push (concat "if " (gnus-sieve-test spec) " {\n"
  			  "\tfileinto \"" (gnus-group-real-name group) "\";\n"
! 			  (if gnus-sieve-crosspost
  			      ""
  			    "\tstop;\n")
  			  "}")
--- 226,232 ----
  	  (when spec
  	    (push (concat "if " (gnus-sieve-test spec) " {\n"
  			  "\tfileinto \"" (gnus-group-real-name group) "\";\n"
! 			  (if crosspost
  			      ""
  			    "\tstop;\n")
  			  "}")

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch: use function argument instead of global var
  2003-01-06 20:48 Patch: use function argument instead of global var Steinar Bang
@ 2003-01-06 23:12 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2003-01-06 23:12 UTC (permalink / raw)


Steinar Bang <sb@dod.no> writes:

> Use the crosspost argument to gnus-sieve-script, instead of the global
> variable gnus-sieve-crosspost.

Thanks, added.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-06 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-06 20:48 Patch: use function argument instead of global var Steinar Bang
2003-01-06 23:12 ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).