From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17225 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.user Subject: Re: IMAP copies of usenet posts in exactly the same format Date: Thu, 06 Nov 2014 00:57:23 +0100 Organization: Aioe.org NNTP Server Message-ID: <87egthfbfg.fsf@debian.uxu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1415232011 21141 80.91.229.3 (6 Nov 2014 00:00:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 00:00:11 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Nov 06 01:00:06 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XmAUg-0003MQ-JY for gegu-info-gnus-english@m.gmane.org; Thu, 06 Nov 2014 01:00:06 +0100 Original-Received: from localhost ([::1]:49183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmAUg-0002uB-Ba for gegu-info-gnus-english@m.gmane.org; Wed, 05 Nov 2014 19:00:06 -0500 X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 195.154.128.97 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!dedibox.gegeweb.org!gegeweb.eu!gegeweb.org!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 49 Original-NNTP-Posting-Host: feB02bRejf23rfBm51Mt7Q.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:1dnyC9qZHgTKOdfIhfWj4n07hyE= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88356 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17225 Archived-At: "Andrzej A. Filip" writes: > How to make gnus store copies of usent posts in IMAP > folder in exactly the same format as they are sent > to usenet? There are several ways to do that, though I don't know exactly what you mean by "exactly the same format". The best and most "automatic" way I've found is to set `gnus-message-archive-group'. In my case, as I use nnml for mail, it looks like this: (setq gnus-message-archive-group "nnml:mail.sent") This will insert a Gcc header to your outgoing messages: Gcc: nnml:mail.sent In effect, you are archiving your outgoings by sending them to yourself. As for the "same format", in nnml you get a file on your filesystem for each message. With the 'file' command, it tells me the files are "news or mail, ASCII text" - all files (mails and news), so that's pretty much the same format, I'd say. (Of course, most often I access them from Gnus, but sometimes as filesystem files, yes.) If you get tired of seeing the Gcc header all the time, use (setq message-hidden-headers '( ... "Gcc:") ) If you don't like this method, there are hooks to the message-mode: message-send-hook message-send-mail-hook message-send-news-hook message-sent-hook You can setup those to save your messages in any way you like. -- underground experts united