diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 9 | ||||
| -rw-r--r-- | doc/misc/url.texi | 8 |
3 files changed, 16 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d287b340542..adad93ef89c 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Customizing the IMAP Connection): Mention | ||
| 4 | nnimap-record-commands. | ||
| 5 | |||
| 1 | 2012-02-10 Glenn Morris <rgm@gnu.org> | 6 | 2012-02-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * url.texi (Retrieving URLs): Update url-retrieve arguments. | 8 | * url.texi (Retrieving URLs): Update url-retrieve arguments. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 865888a28e4..c149ddfcf0f 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14227,8 +14227,9 @@ if the server supports UID EXPUNGE, but it's not done by default on | |||
| 14227 | servers that doesn't support that command. | 14227 | servers that doesn't support that command. |
| 14228 | 14228 | ||
| 14229 | @item nnimap-streaming | 14229 | @item nnimap-streaming |
| 14230 | Virtually all @code{IMAP} server support fast streaming of data. If | 14230 | Virtually all @acronym{IMAP} server support fast streaming of data. |
| 14231 | you have problems connecting to the server, try setting this to @code{nil}. | 14231 | If you have problems connecting to the server, try setting this to |
| 14232 | @code{nil}. | ||
| 14232 | 14233 | ||
| 14233 | @item nnimap-fetch-partial-articles | 14234 | @item nnimap-fetch-partial-articles |
| 14234 | If non-@code{nil}, fetch partial articles from the server. If set to | 14235 | If non-@code{nil}, fetch partial articles from the server. If set to |
| @@ -14236,6 +14237,10 @@ a string, then it's interpreted as a regexp, and parts that have | |||
| 14236 | matching types will be fetched. For instance, @samp{"text/"} will | 14237 | matching types will be fetched. For instance, @samp{"text/"} will |
| 14237 | fetch all textual parts, while leaving the rest on the server. | 14238 | fetch all textual parts, while leaving the rest on the server. |
| 14238 | 14239 | ||
| 14240 | @item nnimap-record-commands | ||
| 14241 | If non-@code{nil}, record all @acronym{IMAP} commands in the | ||
| 14242 | @samp{"*imap log*"} buffer. | ||
| 14243 | |||
| 14239 | @end table | 14244 | @end table |
| 14240 | 14245 | ||
| 14241 | 14246 | ||
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index e60aebb665b..771430251b6 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -216,10 +216,10 @@ non-@code{nil}, do not store or send cookies. | |||
| 216 | @vindex url-queue-parallel-processes | 216 | @vindex url-queue-parallel-processes |
| 217 | @vindex url-queue-timeout | 217 | @vindex url-queue-timeout |
| 218 | @defun url-queue-retrieve url callback &optional cbargs silent no-cookies | 218 | @defun url-queue-retrieve url callback &optional cbargs silent no-cookies |
| 219 | This acts like the @code{url-retrieve} function, but downloads in | 219 | This acts like the @code{url-retrieve} function, but with limits on |
| 220 | parallel. The option @code{url-queue-parallel-processes} controls the | 220 | the degree of parallelism. The option @code{url-queue-parallel-processes} |
| 221 | number of concurrent processes, and the option @code{url-queue-timeout} | 221 | controls the number of concurrent processes, and the option |
| 222 | sets a timeout in seconds. | 222 | @code{url-queue-timeout} sets a timeout in seconds. |
| 223 | @end defun | 223 | @end defun |
| 224 | 224 | ||
| 225 | @node Supported URL Types | 225 | @node Supported URL Types |