From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79925 Path: news.gmane.org!not-for-mail From: "Paulo J. Matos" Newsgroups: gmane.emacs.gnus.general Subject: imap dies after inspecting Trash Date: Tue, 13 Sep 2011 11:18:13 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315924077 30867 80.91.229.12 (13 Sep 2011 14:27:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Sep 2011 14:27:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28219@lists.math.uh.edu Tue Sep 13 16:27:51 2011 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.69) (envelope-from ) id 1R3Txn-00050h-9H for ding-account@gmane.org; Tue, 13 Sep 2011 16:27:51 +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 1R3Tx9-0007Wy-9f; Tue, 13 Sep 2011 09:27:11 -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 1R3QAz-0006UE-K9 for ding@lists.math.uh.edu; Tue, 13 Sep 2011 05:25:13 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R3QAx-0000O5-K1 for ding@lists.math.uh.edu; Tue, 13 Sep 2011 05:25:13 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R3QAu-0007ed-Nt for ding@gnus.org; Tue, 13 Sep 2011 12:25:08 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R3QAr-0003Ot-Tu for ding@gnus.org; Tue, 13 Sep 2011 12:25:05 +0200 Original-Received: from 193.128.72.68 ([193.128.72.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Sep 2011 12:25:05 +0200 Original-Received: from paulo by 193.128.72.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Sep 2011 12:25:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.128.72.68 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79925 Archived-At: Hi all, I don't know why GNUS is trying to inspect the trash folder (which from Thunderbird looks empty), however when it does, it seems GNUS dies and I get the backtrace: Debugger entered--Lisp error: (error "Process imap<2> not running") process-send-string(#> "34 EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\" \n") imap-send-command-1("34 EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"") imap-send-command("EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"" nil) imap-send-command-wait("EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"") imap-mailbox-select-1("Trash/RSS Feeds/Mark Shuttleworth" examine) imap-mailbox-select("Trash/RSS Feeds/Mark Shuttleworth" examine) nnimap-find-minmax-uid("Trash/RSS Feeds/Mark Shuttleworth" examine) nnimap-request-newgroups("Mon, 12 Sep 2011 11:43:08 +0100" "csr") gnus-request-newgroups("Mon, 12 Sep 2011 11:43:08 +0100" (nnimap "csr" (nnimap-address "eurmail.csr.com") (nntp-authinfo-file "~/.authinfo") (nnimap-server-port 993) (nnir-search-engine imap) (nnimap-stream ssl))) gnus-ask-server-for-new-groups() gnus-find-new-newsgroups() gnus-setup-news(nil nil nil) byte-code("\204...) gnus-1(nil nil nil) gnus(nil) call-interactively(gnus t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) Any suggestions? Cheers, -- PMatos