Gnus development mailing list
 help / color / mirror / Atom feed
From: prad <prad@towardsfreedom.com>
To: ding@gnus.org
Subject: Re: where is sent mail stored in this situation?
Date: Fri, 21 Oct 2011 23:22:42 -0700	[thread overview]
Message-ID: <877h3x7dfx.fsf@psinom.home> (raw)
In-Reply-To: <8262jh1vnm.fsf@gmail.com>

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> 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
>  -- 
>
thx for all this sivaram!

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.

it shows up in ~/News/drafts/drafts regardless, but then vanishes. :(

i think my above reasoning is correct, though i'm not sure.

(the mail-archive-file-name value shows nil as well)

-- 
in friendship,
prad




  reply	other threads:[~2011-10-22  6:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-21 22:38 prad
2011-10-22  4:45 ` Sivaram Neelakantan
2011-10-22  6:22   ` prad [this message]
2011-10-23 16:08     ` Tassilo Horn
2011-10-23 17:25       ` prad
2011-10-24  2:34         ` Dave Goldberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877h3x7dfx.fsf@psinom.home \
    --to=prad@towardsfreedom.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).