]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus.texi (The swish++ Engine): Add customizable parameters descriptions.
authorAndrew Cohen <cohen@andy.bu.edu>
Tue, 14 Dec 2010 22:11:38 +0000 (22:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 14 Dec 2010 22:11:38 +0000 (22:11 +0000)
 (The swish-e Engine): Ditto.

doc/misc/ChangeLog
doc/misc/gnus.texi

index 65f9dbb67dfb52629419418396dcebe542e02a31..05da55c49c06e0480ee1f9032643bb78efb1b4ac 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * gnus.texi (The swish++ Engine): Add customizable parameters
+       descriptions.
+       (The swish-e Engine): Ditto.
+
 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Inline methods): Add "ksu" method.
index d413d13d65ac10954aa886af67e1cf1972d89b1b..16b8acd47d8756b4c91856b35061fabf375712d2 100644 (file)
@@ -21231,6 +21231,21 @@ FIXEM: Say something more here.
 Documentation for swish++ may be found at the swish++ sourceforge page:
 @uref{http://swishplusplus.sourceforge.net}
 
+@table @code
+
+@item nnir-swish++-program
+The name of the swish++ executable. Defaults to @code{search}
+
+@item nnir-swish++-additional-switches
+A list of strings to be given as additional arguments to
+swish++. @code{nil} by default.
+
+@item nnir-swish++-remove-prefix
+The prefix to remove from each file name returned by swish++ in order
+to get a group name. By default this is @code{$HOME/Mail}.
+
+@end table
+
 @node The swish-e Engine
 @subsubsection The swish-e Engine
 
@@ -21239,6 +21254,21 @@ FIXEM: Say something more here.
 Documentation for swish-e may be found at the swish-e homepage
 @uref{http://swish-e.org}
 
+@table @code
+
+@item nnir-swish-e-program
+The name of the swish-e search program. Defaults to @code{swish-e}.
+
+@item nnir-swish-e-additional-switches
+A list of strings to be given as additional arguments to
+swish-e. @code{nil} by default.
+
+@item nnir-swish-e-remove-prefix
+The prefix to remove from each file name returned by swish-e in order
+to get a group name. By default this is @code{$HOME/Mail}.
+
+@end table
+
 @node The namazu Engine
 @subsubsection The namazu Engine