From: Lars Magne Ingebrigtsen Date: Sat, 25 Sep 2010 20:40:46 +0000 (+0200) Subject: Document gnus-server-copy-server X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=f8c7828ba05a163e42b2a85b0dcb9d85bda0f866;p=gnus Document gnus-server-copy-server --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26992b347..90b197c86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-09-25 Lars Magne Ingebrigtsen + * gnus-srvr.el (gnus-server-copy-server): Add documentation. + * mm-decode.el (mm-save-part): Allow saving to other directories the normal Emacs way. diff --git a/lisp/gnus-srvr.el b/lisp/gnus-srvr.el index 2966212de..ced0d2cc2 100644 --- a/lisp/gnus-srvr.el +++ b/lisp/gnus-srvr.el @@ -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) diff --git a/texi/ChangeLog b/texi/ChangeLog index 357e9f7da..92e9dca3d 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2010-09-25 Lars Magne Ingebrigtsen + + * gnus.texi (Article Commands): Document gnus-fetch-partial-articles. + (Unavailable Servers): Document gnus-server-copy-server. + 2010-09-25 Julien Danjou * gnus.texi (Customizing Articles): Remove gnus-treat-translate diff --git a/texi/gnus.texi b/texi/gnus.texi index 69d969503..d8204afbb 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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