From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80396 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: where is sent mail stored in this situation? Date: Sun, 23 Oct 2011 18:08:02 +0200 Message-ID: <87wrbvady5.fsf@thinkpad.tsdh.de> References: <87ty726kcq.fsf@psinom.home> <8262jh1vnm.fsf@gmail.com> <877h3x7dfx.fsf@psinom.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319386097 20254 80.91.229.12 (23 Oct 2011 16:08:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2011 16:08:17 +0000 (UTC) Cc: ding@gnus.org To: prad Original-X-From: ding-owner+M28684@lists.math.uh.edu Sun Oct 23 18:08:13 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RI0aq-0006jI-6l for ding-account@gmane.org; Sun, 23 Oct 2011 18:08:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RI0ao-00041L-3Z; Sun, 23 Oct 2011 11:08:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RI0am-000416-SZ for ding@lists.math.uh.edu; Sun, 23 Oct 2011 11:08:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RI0al-0002vs-KV for ding@lists.math.uh.edu; Sun, 23 Oct 2011 11:08:08 -0500 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RI0ak-000416-51 for ding@gnus.org; Sun, 23 Oct 2011 18:08:06 +0200 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8540920B3F; Sun, 23 Oct 2011 12:08:05 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute6.internal (MEProxy); Sun, 23 Oct 2011 12:08:05 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=BEJ+duPqzhrJb1mqXfquvoJXgVU=; b=hjXdilBuoXSkViZ8UTbyni/OqLWu JjYm624Ynqu8e4y0xB1Y2vXgv0Ead3FndTZ3TJWMNybHsjtR7YDMbG2jlzUrLn9Q IxmZOFKfLbVz208UaBXQ3X/Yac+vTlxxTdTmwDcUHAbqkouUNoU9sUgAABAqoX09 Q7lVoS/k18UCrgc= X-Sasl-enc: +SXJDXCwFuCSQ5gcw/GS+PCyVjJsUhTkRvPz1xkcb8pb 1319386083 Original-Received: from thinkpad.tsdh.de (91-67-169-145-dynip.superkabel.de [91.67.169.145]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1C7BC4833DD; Sun, 23 Oct 2011 12:08:02 -0400 (EDT) In-Reply-To: <877h3x7dfx.fsf@psinom.home> (prad@towardsfreedom.com's message of "Fri, 21 Oct 2011 23:22:42 -0700") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80396 Archived-At: prad writes: Hi, > there is no GCC header and this may be why: > > (setq gnus-parameters > '(("Mail:.*" ;"^nnimap\\+Mail:INBOX" > (gcc-self . t)))) > > ... > > (setq gnus-message-archive-group > '((if (message-news-p) > "news" > nil))) > > in my .gnus file > > the first item sends any mail from Mail: i send to my inbox. the > second seems to store what i send to news if it is news and does > nothing otherwise. > > so since what i'm replying to from the mairix search isn't from Mail:, > it seems i've left nowhere for it to go. Yep, you are right. You explicitly tell gnus not to archive sent mail, only news. Bye, Tassilo -- Sent from my Emacs