Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: ding@gnus.org
Subject: splitting already seen emails
Date: Sun, 27 Mar 2011 20:15:16 +0100	[thread overview]
Message-ID: <87sju88jej.fsf@ucl.ac.uk> (raw)

Hello,

I do IMAP client side splitting and this seems to work quite well.
However, I often read some of my emails from my phone directly from the
IMAP INBOX.  Any email I have read is obviously marked as seen.  By
default, gnus will not split such emails so they are left in the INBOX.

I have tried setting the unsplittable articles setting for IMAP:

(setq gnus-secondary-select-methods 
  '((nnimap "work"
     (nnimap-address "...")
     (nnimap-inbox "INBOX")
     (nnimap-unsplittable-articles '(%Deleted)))))

but this doesn't seem to have any effect even though the manual
indicates that the last setting defaults to '(%Deleted %Seen) giving me
the impression that removing the %Seen element should do the job.

Actually, a quick question: how can I *see* what the settings for any
select method are once loaded?

Anyway, I am using fancy splitting with

(setq nnimap-split-methods 'default
      nnmail-split-methods 'nnmail-split-fancy)

and nnmail-split-fancy defined (and working).

Any suggestions on how to have %Seen emails split automatically?

Thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 + No Gnus v0.16



             reply	other threads:[~2011-03-27 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-27 19:15 Eric S Fraga [this message]
2011-03-27 19:19 ` Eric S Fraga

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=87sju88jej.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --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).