On Tuesday, 28 Nov 2006, Jochem Huhmann wrote: > Hi, > > I have a nnml group with many mails in it I want to export to a unix > mailbox file. After looking through the Gnus manual and then googling for it > I still came up empty handed. Probably I'm just using the wrong > keywords... > > > Any hints? > > Jochem
Does the following command work for you? ,---- | C-o runs the command gnus-summary-save-article-mail | which is an interactive compiled Lisp function in `gnus-sum.el'. | It is bound to C-o, O m, <menu-bar> <Article> <Output> <Save in Unix mail format...>. | (gnus-summary-save-article-mail &optional arg) | | Append the current article to a Unix mail box file. | If N is a positive number, save the N next articles. | If N is a negative number, save the N previous articles. | If N is nil and any articles have been marked with the process mark, | save those articles instead. `---- -- Leo _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
