From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: marklar Newsgroups: gmane.emacs.help Subject: Re: really deleting an nnimap message Date: Mon, 21 Apr 2008 10:34:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7c81ccbd-3090-4916-b1c5-553ef7433271@a22g2000hsc.googlegroups.com> References: <78756ae2-1b41-4685-8f46-ea890c3d0ca0@e67g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1208913895 9049 80.91.229.12 (23 Apr 2008 01:24:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2008 01:24:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 03:25:30 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JoTjk-0005X6-HG for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2008 03:25:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoTj4-0008WD-Pr for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Apr 2008 21:24:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!a22g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 63.238.77.126 Original-X-Trace: posting.google.com 1208799278 16187 127.0.0.1 (21 Apr 2008 17:34:38 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 21 Apr 2008 17:34:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a22g2000hsc.googlegroups.com; posting-host=63.238.77.126; posting-account=z-P8UAoAAAB4FGYhJ04BFlk9XhV9OJm2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008040603 Firefox/3.0b5,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:158089 X-Mailman-Approved-At: Tue, 22 Apr 2008 21:24:16 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53484 Archived-At: On Apr 19, 6:00=A0am, Tassilo Horn wrote: > marklar writes: > > Hi Marklar, > > > I'm using emacs22 with nnimap, and am having trouble fully deleting a > > message. > > I think that's your problem: > > ,----[ (info "(gnus)IMAP") ] > | `nnimap-expunge-on-close' Thank you for the kind help, Tassilo Adding (nnimap-expunge-on-close 'ask) seems to be mostly doing the trick, but i'm still having some old, deleted messages show up. To put it more precisely, messages that I delete are gone, but there are a bunch of messages I moved to another folder this morning with B-m that won't away. If I do the following: 1. exit gnus, quit emacs 2. reopen emacs and start gnus 3. enter my INBOX 4. type /o to get my old messages, then those messages are still in the folder marked with O. If I press enter to view the message, gnus marks it with G and tells me the message doesn't exist. If I q the folder, reenter and press /o, the messages are gone, but if I restart emacs and use the /o command, they are still there. Thanks, Marklar