From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66789 Path: news.gmane.org!not-for-mail From: Jake Colman Newsgroups: gmane.emacs.gnus.general Subject: Deleting Messages from an IMAP Folder Date: Fri, 11 Apr 2008 08:37:18 -0400 Organization: Principia Partners LLC Message-ID: <76od8gwosh.fsf@dev-d01.ppllc.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207917514 28171 80.91.229.12 (11 Apr 2008 12:38:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 12:38:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15272@lists.math.uh.edu Fri Apr 11 14:39:03 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JkIWc-0001Q6-VL for ding-account@gmane.org; Fri, 11 Apr 2008 14:38:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JkIVe-0005tI-Kb; Fri, 11 Apr 2008 07:37:38 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JkIVd-0005t3-9z for ding@lists.math.uh.edu; Fri, 11 Apr 2008 07:37:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JkIVX-0007fe-Kh for ding@lists.math.uh.edu; Fri, 11 Apr 2008 07:37:37 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JkIVh-0006vl-00 for ; Fri, 11 Apr 2008 14:37:41 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JkIVV-0005Kv-Ek for ding@gnus.org; Fri, 11 Apr 2008 12:37:29 +0000 Original-Received: from 69.7.239.34 ([69.7.239.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 12:37:29 +0000 Original-Received: from colman by 69.7.239.34 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 12:37:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 44 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 69.7.239.34 X-Attribution: Jake X-URL: http://www.principiapartners.com User-Agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.17 (usg-unix-v, no MULE) Cancel-Lock: sha1:pi+jaABlmyvuysZamQXuWYiFz8Y= X-Spam-Score: -1.6 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66789 Archived-At: 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