From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84026 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: davmail and nnimap issues Date: Sat, 04 Jan 2014 22:01:58 +0100 Organization: Probably a good idea Message-ID: <87zjnb8nqx.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388869379 7671 80.91.229.3 (4 Jan 2014 21:02:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2014 21:02:59 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32278@lists.math.uh.edu Sat Jan 04 22:03:06 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VzYN7-0003yl-Bh for ding-account@gmane.org; Sat, 04 Jan 2014 22:03:05 +0100 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 1VzYMO-0001g7-3Z; Sat, 04 Jan 2014 15:02:20 -0600 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 1VzYML-0001ft-AM for ding@lists.math.uh.edu; Sat, 04 Jan 2014 15:02:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1VzYMJ-0006om-R0 for ding@lists.math.uh.edu; Sat, 04 Jan 2014 15:02:16 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1VzYMH-000324-KG for ding@gnus.org; Sat, 04 Jan 2014 22:02:13 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VzYME-0002FR-9R for ding@gnus.org; Sat, 04 Jan 2014 22:02:10 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jan 2014 22:02:10 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jan 2014 22:02:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 38 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:VfckG9Nd1ro/g2uAMRqPYMgb7To= X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84026 Archived-At: When the current gnus HEAD, nnimap with davmail is back to this behaviour: http://permalink.gmane.org/gmane.emacs.gnus.general/83746 In short: the correct number of unread articles is reported, but when I enter the group, this single line is all that I see in the summary buffer: O [ ?: nobody ] (none) (the text colour of the line is blue) Before entering the summary buffer of the group and displaying the above results, it reads a lot of data, ie. lines like this in the minibuffer. nnimap read 900k from localhost It also write these two lines to the minibuffer: No more unseen articles No more unread articles Looking at the IMAP traffic between gnus and davmail with wireshark, the IMAP code looks valid to me. If I'm to guess what fails is the parsing of the IMAP results into something that can be put into the Summary buffer. If I was going to edebug this, what function should I instrument? I tried doing C-M-x on (deffoo nnimap-request-group (group &optional server dont-check info) But that didn't make the debugger start when entering an nnimap group on the davmail server. Thanks! - Steinar