Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e818c17f
Commit
e818c17f
authored
Feb 16, 2002
by
ShengHuo ZHU
Browse files
* gnus-msg.el (gnus-post-method): Fix doc.
parent
9005a471
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-1
lisp/gnus/gnus-msg.el
lisp/gnus/gnus-msg.el
+7
-7
No files found.
lisp/gnus/ChangeLog
View file @
e818c17f
2002-02-17 ShengHuo ZHU <zsh@cs.rochester.edu>
2002-02-16 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-msg.el (gnus-post-method): Fix doc.
* gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
...
...
lisp/gnus/gnus-msg.el
View file @
e818c17f
...
...
@@ -37,21 +37,21 @@
(
defcustom
gnus-post-method
'current
"*Preferred method for posting USENET news.
If this variable is `current'
, Gnus will use the \"current\" select
method when posting. If it is
nil (which is the default)
, Gnus
will
use the native select method when posting.
If this variable is `current'
(which is the default), Gnus will use
the \"current\" select
method when posting. If it is
`native'
, Gnus
will
use the native select method when posting.
This method will not be used in mail groups and the like, only in
\"real\" newsgroups.
If not
nil nor `native
', the value must be a valid method as discussed
If not
`native' nor `current
', the value must be a valid method as discussed
in the documentation of `gnus-select-method'. It can also be a list of
methods. If that is the case, the user will be queried for what select
method to use when posting."
:group
'gnus-group-foreign
:
type
`
(
choice
(
const
nil
)
(
const
current
)
(
const
native
)
:
link
'
(
custom-manual
"(gnus)Posting Server"
)
:type
`
(
choice
(
const
native
)
(
const
current
)
(
sexp
:tag
"Methods"
,
gnus-select-method
)))
(
defvar
gnus-outgoing-message-group
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment