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
ec5741dc
Commit
ec5741dc
authored
Nov 15, 2007
by
Juanma Barranquero
Browse files
(nnimap-split-download-body): Fix typo in docstring.
parent
e9346447
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
lisp/ChangeLog
lisp/ChangeLog
+13
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-2
lisp/gnus/nnimap.el
lisp/gnus/nnimap.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ec5741dc
2007-11-15 Juanma Barranquero <lekktu@gmail.com>
* ediff-wind.el (ediff-window-setup-function):
* simple.el (normal-erase-is-backspace):
* eshell/em-unix.el (eshell/info):
* progmodes/cc-engine.el (c-crosses-statement-barrier-p):
Fix typos in docstrings.
* emulation/cua-base.el (cua--keymaps-initialized):
Rename from `cua--keymaps-initalized'. Callers changed.
(cua-highlight-region-shift-only): Doc fix.
(cua-paste-pop): Fix typo in docstring.
2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
* emulation/cua-base.el (cua--pre-command-handler-1):
...
...
lisp/gnus/ChangeLog
View file @
ec5741dc
2007-11-15 Juanma Barranquero <lekktu@gmail.com>
* nnimap.el (nnimap-split-download-body):
* gnus-demon.el (gnus-demon):
* gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring.
* gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring
s
.
2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
...
...
@@ -10369,7 +10370,7 @@
(gnus-agent-load-local,gnus-agent-read-and-cache-local),
(gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
(gnus-agent-set-local): A per-server file that keeps min/max range
limits for articles known to the agent.
Provides a fast mechanism
limits for articles known to the agent.
Provides a fast mechanism
for altering many active ranges.
(gnus-agent-expire-group,gnus-agent-expire): No longer save the
active file (local makes it unnecessary).
...
...
lisp/gnus/nnimap.el
View file @
ec5741dc
...
...
@@ -208,7 +208,7 @@ This is generally not required, and will slow things down considerably.
You may need it if you want to use an advanced splitting function that
analyzes the body before splitting the article.
If this variable is nil, bodies will not be downloaded; if this
variable is the symbol `default' the default behavio
u
r is
variable is the symbol `default' the default behavior is
used (which currently is nil, unless you use a statistical
spam.el test); if this variable is another non-nil value bodies
will be downloaded."
...
...
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