info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to 'resend' a mail?


From: Rolf Ade
Subject: How to 'resend' a mail?
Date: Fri, 13 May 2011 00:05:42 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]