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
56fd9faa
Commit
56fd9faa
authored
Jul 02, 2008
by
Juanma Barranquero
Browse files
* nnimap.el (nnimap-id):
* sieve-manage.el (sieve-manage-open): Doc fixes.
parent
1f8da6df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
9 deletions
+14
-9
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+6
-1
lisp/gnus/nnimap.el
lisp/gnus/nnimap.el
+2
-2
lisp/gnus/sieve-manage.el
lisp/gnus/sieve-manage.el
+6
-6
No files found.
lisp/gnus/ChangeLog
View file @
56fd9faa
2008-07-02 Juanma Barranquero <lekktu@gmail.com>
* nnimap.el (nnimap-id):
* sieve-manage.el (sieve-manage-open): Doc fixes.
2008-07-02 Francesc Rocher <rocher@member.fsf.org>
* gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
...
...
@@ -9795,7 +9800,7 @@
2004-09-01 Simon Josefsson <jas@extundo.com>
* message.el (message-canlock-generate): Require sha1, not
sha1-el. (Can we get rid of this require al
l
tog
h
eter? It is ugly
sha1-el. (Can we get rid of this require altoget
h
er?
It is ugly
to require within a function. Sadly, if sha1.el isn't loaded, the
let binding in m-c-g will hide the defcustom definition, which is
bad.)
...
...
lisp/gnus/nnimap.el
View file @
56fd9faa
...
...
@@ -424,8 +424,8 @@ restrict visible folders.")
(
defcustom
nnimap-id
nil
"Plist with client identity to send to server upon login.
Nil
means no information is sent, symbol `no' to disable ID query
al
l
tog
h
eter, or plist with identifier-value pairs to send to
A nil value
means no information is sent, symbol `no' to disable ID query
altoget
h
er, or plist with identifier-value pairs to send to
server. RFC 2971 describes the list as follows:
Any string may be sent as a field, but the following are defined to
...
...
lisp/gnus/sieve-manage.el
View file @
56fd9faa
...
...
@@ -443,12 +443,12 @@ Returns t if login was successful, nil otherwise."
(
defun
sieve-manage-open
(
server
&optional
port
stream
auth
buffer
)
"Open a network connection to a managesieve SERVER (string).
Optional
v
ar
iable
PORT is port number (integer) on remote server.
Optional
v
ar
iable
STREAM is any of `sieve-manage-streams' (a symbol).
Optional
v
ar
iable
AUTH indicates authenticator to use, see
`sieve-manage-authenticators' for available authenticators.
If nil, chooses
the best stream the server is capable of.
Optional
v
ar
iable
BUFFER is buffer (buffer, or string naming buffer)
Optional ar
gument
PORT is port number (integer) on remote server.
Optional ar
gument
STREAM is any of `sieve-manage-streams' (a symbol).
Optional ar
gument
AUTH indicates authenticator to use, see
`sieve-manage-authenticators' for available authenticators.
If nil, chooses
the best stream the server is capable of.
Optional ar
gument
BUFFER is buffer (buffer, or string naming buffer)
to work in."
(
setq
buffer
(
or
buffer
(
format
" *sieve* %s:%d"
server
(
or
port
2000
))))
(
with-current-buffer
(
get-buffer-create
buffer
)
...
...
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