Gnus development mailing list
 help / color / mirror / Atom feed
From: Jake Colman <colman@ppllc.com>
To: ding@gnus.org
Subject: Deleting Messages from an IMAP Folder
Date: Fri, 11 Apr 2008 08:37:18 -0400	[thread overview]
Message-ID: <76od8gwosh.fsf@dev-d01.ppllc.com> (raw)


How do I delete a read message from an IMAP folder?  if I press the DEL
key, the 'R' becomes an 'r' but the message does not actually get
deleted when I exit the folder.

For what it's worth, for folders where I have expiry set up, messages
are deleted fine.

My IMAP select method looks like this:

        (nnimap "exchange-d01"
                (nnimap-address "exchange-d01.ppllc.com")
                (nnimap-stream ssl)
                (nnimap-authenticator login)
                (nnimap-list-pattern "*")
                (nnimap-expunge-on-close always)
                )

Other relevant settings look like this:

(setq imap-use-utf7 nil)
(setq nnimap-split-inbox "INBOX")
(setq nnimap-split-crosspost nil)
(setq nnimap-split-rule 'nnimap-split-fancy)
(setq nnimap-split-fancy
      '(|
        (: gnus-registry-split-fancy-with-parent)
        (: spam-split 'spam-use-regex-headers)
        (....)
        ))

TIA!

...Jake

-- 
Jake Colman
Director of Software Development
Principia Partners LLC
101 West Elm Street
Suite 620
Conshohocken, PA  19428
+1 (610) 755-9786
www.principiapartners.com




             reply	other threads:[~2008-04-11 12:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11 12:37 Jake Colman [this message]
2008-04-11 12:50 ` Elias Oltmanns
2008-04-16 19:12   ` Ted Zlatanov
2008-04-16 23:22 ` Greg Troxel
2008-04-17 18:06   ` Jake Colman
2008-04-17 19:25   ` Zlatko Calusic

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=76od8gwosh.fsf@dev-d01.ppllc.com \
    --to=colman@ppllc.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).