Re: How to 'resend' a mail?

2011-05-24 Thread David Kastrup
Rolf Ade  writes:

> Hello,
>
> is there a way, to resend an already send mail? Just the mail as
> stored in the archive, same headers and mail body, as if I had freshly
> writen it with gnus-summary-mail-other-window.

S D r runs the command gnus-summary-resend-message, which is an
interactive compiled Lisp function in `gnus-msg.el'.

It is bound to S D r,   .

(gnus-summary-resend-message ADDRESS N)

Resend the current article to ADDRESS.

[back]

-- 
David Kastrup
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


How to 'resend' a mail?

2011-05-24 Thread Rolf Ade

Hello,

is there a way, to resend an already send mail? Just the mail as
stored in the archive, same headers and mail body, as if I had freshly
writen it with gnus-summary-mail-other-window.

I'm archive my mails with this:

 (setq gnus-message-archive-method 
   '(nnfolder "archive"
  (nnfolder-directory   "~/Mail/archive")
  (nnfolder-active-file "~/Mail/archive/active")
  (nnfolder-get-new-mail nil)
  (nnfolder-inhibit-expiry t)))
 (setq gnus-message-archive-group
   '((if (message-news-p)
 "misc-news"
   (concat "mail." (format-time-string "%Y-%m" (current-time))

rolf
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english