all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: help-gnu-emacs@gnu.org
Subject: Re: gnus question; how to make coming mails to be read
Date: Tue, 09 Mar 2010 13:03:07 -0600	[thread overview]
Message-ID: <878wa1e2s4.fsf@lifelogs.com> (raw)
In-Reply-To: c461e765-aa5d-4781-a66e-10b28e1080b2@m27g2000prl.googlegroups.com

On Thu, 4 Mar 2010 19:15:56 -0800 (PST) Kiwon Um <um.kiwon@gmail.com> wrote: 

KU> Dear emacs gnus users:
KU> I'm now using gnus with pop3 of gmail. Using nnmail-split-fancy, I
KU> split sent mail into specific group mail.sent. As you know, if I send
KU> a mail using smtp or web of gmail, it sends back the mail to me, and
KU> it goes to mail.sent as I set the nnmail-split-fancy. This is okay for
KU> me. In gnus then, it becomes the new mail so the gnus-notify+ notifies
KU> it. However, in my context, it's already read mail to me.

KU> So how can I make these mails in the group (mail.sent) to be read (or
KU> expired) automatically?

You can write the following:

1) a function to log all your sent mail message-IDs somewhere
(e.g. diary.el or the Gnus registry)

2) a function that, when a group is visited, checks if any of the
message-IDs match the recorded ones and marks those as read.

None of this exists exactly the way you'd want it, so you'll have to
write a bit of code.

Ted


  parent reply	other threads:[~2010-03-09 19:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-05  3:15 gnus question; how to make coming mails to be read Kiwon Um
2010-03-05  9:27 ` Pascal J. Bourguignon
2010-03-05 10:09   ` Kiwon Um
2010-03-07  1:37     ` B. T. Raven
2010-03-09 19:03 ` Ted Zlatanov [this message]
2010-05-04 19:07 ` Sergei Organov

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=878wa1e2s4.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.