Document gnus-server-copy-server
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 25 Sep 2010 20:40:46 +0000 (22:40 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 25 Sep 2010 20:40:46 +0000 (22:40 +0200)
lisp/ChangeLog
lisp/gnus-srvr.el
texi/ChangeLog
texi/gnus.texi

index 26992b3..90b197c 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-srvr.el (gnus-server-copy-server): Add documentation.
+
        * mm-decode.el (mm-save-part): Allow saving to other directories the
        normal Emacs way.
 
index 2966212..ced0d2c 100644 (file)
@@ -547,6 +547,7 @@ The following commands are available:
   (gnus-server-list-servers))
 
 (defun gnus-server-copy-server (from to)
+  "Copy a server definiton to a new name."
   (interactive
    (list
     (or (gnus-server-server-name)
index 357e9f7..92e9dca 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
+       (Unavailable Servers): Document gnus-server-copy-server.
+
 2010-09-25  Julien Danjou  <julien@danjou.info>
 
        * gnus.texi (Customizing Articles): Remove gnus-treat-translate
index 69d9695..d8204af 100644 (file)
@@ -10829,6 +10829,16 @@ Generate and print a PostScript image of the article buffer
 be run just before printing the buffer.  An alternative way to print
 article is to use Muttprint (@pxref{Saving Articles}).
 
+@item A C
+@vindex gnus-fetch-partial-articles
+@findex gnus-summary-show-complete-article
+If @code{gnus-fetch-partial-articles} is non-@code{nil}, Gnus will
+fetch partial articles, if the backend it fetches them from supports
+it.  Currently only @code{nnimap} does.  If you're looking at a
+partial article, and want to see the complete article instead, then
+the @kbd{A C} command (@code{gnus-summary-show-complete-article}) will
+do so.
+
 @end table
 
 
@@ -14141,6 +14151,14 @@ Close the connections to all servers in the buffer
 Remove all marks to whether Gnus was denied connection from any servers
 (@code{gnus-server-remove-denials}).
 
+@item c
+@kindex c (Server)
+@findex gnus-server-copy-server
+Copy a server and give it a new name
+(@code{gnus-server-copy-server}).  This can be useful if you have a
+complex method definition, and want to use the same definition towards
+a different (physical) server.
+
 @item L
 @kindex L (Server)
 @findex gnus-server-offline-server