From: Lars Magne Ingebrigtsen Date: Mon, 3 Dec 2007 18:05:36 +0000 (+0000) Subject: Add a command for the yenc function. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=a0220a3f62bb824df3de42813fa8dd31d088aee6;hp=a2b3b6ec16e806357dcec7cb630bb7180c2c807a Add a command for the yenc function. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db3653346..a98a501fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,9 @@ 2007-12-03 Lars Magne Ingebrigtsen + * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc + function. + * gnus-uu.el (gnus-uu-decode-yenc): New command. (gnus-uu-yenc-article): New function. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index bc5ed9f0f..1660cc658 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -2193,6 +2193,7 @@ increase the score of each group you read." "O" gnus-uu-decode-save "b" gnus-uu-decode-binhex "B" gnus-uu-decode-binhex + "Y" gnus-uu-decode-yenc "p" gnus-uu-decode-postscript "P" gnus-uu-decode-postscript-and-save) diff --git a/texi/ChangeLog b/texi/ChangeLog index e51ec84d9..392824bff 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Lars Magne Ingebrigtsen + + * gnus.texi (Other Files): Add the yenc command. + 2007-11-30 Reiner Steib * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t diff --git a/texi/gnus.texi b/texi/gnus.texi index c6ad7fcce..b4ee8f941 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -8175,6 +8175,11 @@ Save the current series @findex gnus-uu-decode-binhex Unbinhex the current series (@code{gnus-uu-decode-binhex}). This doesn't really work yet. + +@item X Y +@kindex X Y (Summary) +@findex gnus-uu-decode-yenc +yEnc-decode the current series and save it (@code{gnus-uu-decode-yenc}). @end table