From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80388 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.gnus.general Subject: Re: where is sent mail stored in this situation? Date: Sat, 22 Oct 2011 10:15:49 +0530 Message-ID: <8262jh1vnm.fsf@gmail.com> References: <87ty726kcq.fsf@psinom.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319258822 14882 80.91.229.12 (22 Oct 2011 04:47:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 Oct 2011 04:47:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28676@lists.math.uh.edu Sat Oct 22 06:46:58 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 1RHTU1-0001dQ-EX for ding-account@gmane.org; Sat, 22 Oct 2011 06:46:57 +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 1RHTTD-0004Kl-H8; Fri, 21 Oct 2011 23:46:07 -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 1RHTTB-0004KY-KJ for ding@lists.math.uh.edu; Fri, 21 Oct 2011 23:46:05 -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 1RHTTA-0006Bn-AF for ding@lists.math.uh.edu; Fri, 21 Oct 2011 23:46:05 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RHTT7-0002z0-Gg for ding@gnus.org; Sat, 22 Oct 2011 06:46:01 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RHTT7-0001Ni-88 for ding@gnus.org; Sat, 22 Oct 2011 06:46:01 +0200 Original-Received: from 122.179.61.236 ([122.179.61.236]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Oct 2011 06:46:01 +0200 Original-Received: from nsivaram.net by 122.179.61.236 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Oct 2011 06:46:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 122.179.61.236 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3 (windows-nt) Cancel-Lock: sha1:I/qKv/KI8UTnHuabjNkqoXjgFRI= X-Spam-Score: -3.3 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80388 Archived-At: On Sat, Oct 22 2011,prad wrote: > i have things setup so that any emails i send (including replies) goes > right back into my inbox. this is nice because i can follow threads that > way. > > however, if i do a mairix search and then reply to something from within > that search, it doesn't go into my inbox. in fact, i don't know where it > goes? > > is there a default location where gnus keeps sent emails? isn't there a GCC header when you reply/send emails? That points to, for me, 0: nnfolder+archive:sent.2011-05 0: nnfolder+archive:sent.2011-06 0: nnfolder+archive:sent.2011-07 0: nnfolder+archive:sent.2011-08 0: nnfolder+archive:sent.2011-09 0: nnfolder+archive:sent.2011-10 You may want to check the following too gnus-message-archive-group Variable: *Name of the group in which to save the messages you've written. Plist: standard-value variable-documentation custom-version custom-type custom-requests gnus-message-archive-method Variable: *Method used for archiving messages you've sent. Plist: standard-value variable-documentation custom-type custom-requests gnus-update-message-archive-method Variable: Non-nil means always update the saved "archive" method. Plist: standard-value variable-documentation custom-version custom-type custom-requests mail-archive-file-name Variable: Name of file to write all outgoing messages in, or nil for none. Plist: variable-documentation custom-autoload custom-loads sivaram --