Gnus development mailing list
 help / color / mirror / Atom feed
From: "Edward O'Connor" <hober0@gmail.com>
To: Richard Riley <rileyrg@googlemail.com>
Cc: nognus <ding@gnus.org>
Subject: Re: gmail and sent mail
Date: Wed, 16 Mar 2011 11:25:03 -0700	[thread overview]
Message-ID: <AANLkTim0+PRk7DSf4+73rzN7Nt2p5Zpb8DM8EJQJ_Ljx@mail.gmail.com> (raw)
In-Reply-To: <278vwfexrg.fsf@news.eternal-september.org>

> I've been browsing through the list for issues with gmail and "sent
> mail".
>
> What solutions are others here using in the case where you do NOT use
> the gmail smtp server but rather your own local domain smtp server (ie
> gmail is not auto archiving your sent mail in its Sent Mail folder).
> Are you somehow configuring gnus to copy to the "from" gmail Sent folder
> or just keeping a local archive? Suggestions?

I GCC messages into the group I'm in / the group of the message I'm
replying to, with this code:


(defvar ted-default-gcc-group "INBOX")

(defun ted-gnus-message-archive-group (group)
  (setq group (or group ted-default-gcc-group "INBOX"))
  (let ((method (gnus-find-method-for-group group)))
    (format "%s+%s:%s" (car method) (cadr method) group)))

(setq gnus-message-archive-group 'ted-gnus-message-archive-group)


Ted



  reply	other threads:[~2011-03-16 18:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16 18:16 Richard Riley
2011-03-16 18:25 ` Edward O'Connor [this message]
2011-11-03 15:36 Harry Putnam
2011-11-03 20:00 ` Raphael Kubo da Costa
2011-11-03 23:06   ` Harry Putnam
2011-11-03 23:14     ` Raphael Kubo da Costa

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=AANLkTim0+PRk7DSf4+73rzN7Nt2p5Zpb8DM8EJQJ_Ljx@mail.gmail.com \
    --to=hober0@gmail.com \
    --cc=ding@gnus.org \
    --cc=rileyrg@googlemail.com \
    /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).