From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84769 Path: news.gmane.org!not-for-mail From: Rainer M Krug Newsgroups: gmane.emacs.gnus.general Subject: Re: [gmane.emacs.gnus.user] Re: One folder in local imap not seen Date: Wed, 13 Aug 2014 10:29:03 +0200 Message-ID: References: <87mwb9wb4o.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1407919573 10234 80.91.229.3 (13 Aug 2014 08:46:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2014 08:46:13 +0000 (UTC) Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M33012@lists.math.uh.edu Wed Aug 13 10:46: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 1XHUC4-0005Kp-Sl for ding-account@gmane.org; Wed, 13 Aug 2014 10:46:05 +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 1XHUBF-0008Pk-SM; Wed, 13 Aug 2014 03:45:13 -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 1XHUBD-0008Pa-RF for ding@lists.math.uh.edu; Wed, 13 Aug 2014 03:45:11 -0500 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 1XHUBC-0001Up-4m for ding@lists.math.uh.edu; Wed, 13 Aug 2014 03:45:11 -0500 Original-Received: from mail-we0-f176.google.com ([74.125.82.176]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XHUBA-0003CT-1s for ding@gnus.org; Wed, 13 Aug 2014 10:45:08 +0200 Original-Received: by mail-we0-f176.google.com with SMTP id q58so10945702wes.35 for ; Wed, 13 Aug 2014 01:45:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:references:message-id:user-agent :mime-version:content-type; bh=9lbuJMcIYWWb2eHEJa0LC/Z8g7HxhO48a3CCeDwIpWY=; b=NB9A5Lta/kSVkwzIlFoqQ9B5sJpYpyXnUju6QyDaozM10TPOkWyuOZrygP+CeMjCYg 3gscoOswBdzFwbWbzyzJuc/lpjhSBBXyno+3tE7Grn91RjB+LlvXyu8pL4ccm99F1afK 3KEiNN/0aHs/MRuqiZLw+0kVi8qLEr2FRZlwf8mDQFx7+AtJgWhy6AHKvNZRFk5G+xh8 ACjdEiTs936GEkF9lpfk/9eI5GcfAWNhnFjLocbUjYUu3st1g2ka+welXlQf5K9OtkB8 N9ANLVi8ZgMMYZt99OaeWjyJsEmxoTv7imh7pBWAlZzH/x5VkrEkqWgFe8PliXPzyrP/ dZzg== X-Received: by 10.180.80.105 with SMTP id q9mr37979206wix.39.1407919502572; Wed, 13 Aug 2014 01:45:02 -0700 (PDT) Original-Received: from Rainers-MacBook-Pro-3.local (arn78-1-88-186-171-7.fbx.proxad.net. [88.186.171.7]) by mx.google.com with ESMTPSA id d2sm6065286wiy.13.2014.08.13.01.45.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Aug 2014 01:45:01 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84769 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable <#secure method=3Dpgpmime mode=3Dsign> Eric Abrahamsen writes: > Rainer M Krug writes: > >> I am posting this here now, as I did not get any reponse on the >> gnus.user list. >> >> I have one folder in my local imap, which I see when I telnet into the >> local imap server, which is seen by e.g. Mail (OSX), but not seen by >> gnus. I have added the local imap server again as an additional server, >> but I also couldn't see it there. It is not killed as far as I can see. > > One good way of seeing where things are going wrong is to edebug > `nnimap-get-groups'. When you go into the *Server* buffer and list the > groups in your local imap server, you'll be able to see the results of > the LIST command, and then see how Gnus parses those results. That > should get you closer to the source of the problem. OK - yes, it does. But it does not help me. When I cycle through the 'nnimap-get-groups' function, I can't make any sense out of the results, but I realized that in the (while ...) loop (see the code for reference bel= ow), the folder ...[Mailbox].Later does not occur. As I can't make any sense out of the previous results. Any further tips how I can debug this?=20 For information, some info on the folders: This one does not =3Dshow in GNUS: ,---- | a EXAMINE "RMKrugGMAIL.[Mailbox].Later" | * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) | * OK [PERMANENTFLAGS ()] Read-only mailbox. | * 11 EXISTS | * 0 RECENT | * OK [UIDVALIDITY 1355158626] UIDs valid | * OK [UIDNEXT 60] Predicted next UID | * OK [HIGHESTMODSEQ 54] Highest | a OK [READ-ONLY] Examine completed (0.008 secs). `---- This one does: ,---- | a EXAMINE "RMKrugGMAIL.[Mailbox].To Read" | * OK [CLOSED] Previous mailbox closed. | * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) | * OK [PERMANENTFLAGS ()] Read-only mailbox. | * 57 EXISTS | * 0 RECENT | * OK [UIDVALIDITY 1355158623] UIDs valid | * OK [UIDNEXT 62] Predicted next UID | * OK [HIGHESTMODSEQ 65] Highest | a OK [READ-ONLY] Examine completed (0.007 secs). `---- Any further suggestions? Rainer ,---- | (defun nnimap-get-groups () | (erase-buffer) | (let ((sequence (nnimap-send-command "LIST \"\" \"*\"")) | groups) | (nnimap-wait-for-response sequence) | (subst-char-in-region (point-min) (point-max) | ?\\ ?% t) | (goto-char (point-min)) | (nnimap-unfold-quoted-lines) | (goto-char (point-min)) | (while (search-forward "* LIST " nil t) | (let ((flags (read (current-buffer))) | (separator (read (current-buffer))) | (group (read (current-buffer)))) | (unless (member '%NoSelect flags) | (push (utf7-decode (if (stringp group) | group | (format "%s" group)) t) | groups)))) | (nreverse groups))) `---- > > HTH, > Eric > >> Further details are in the forwarded email below. >> >> Suggestions? >> >> Rainer >> >> From: Rainer M Krug >> Subject: Re: One folder in local imap not seen >> Newsgroups: gmane.emacs.gnus.user >> To: info-gnus-english@gnu.org >> Date: Mon, 11 Aug 2014 18:44:43 +0200 (1 day, 6 hours, 26 minutes ago) >> >> I created a new foreign group which connects to my local imap server and >> I still can't see the imap folder named "Later" >> >> I can see=20 >> >> ,---- >> | 0: .[Mailbox].To Buy >> | 0: . .To Follow >> | * 0: . .To Read >> | 0: . .To Watch >> | 0: . .Wait For Feedback >> | 0: . .To Download >> `---- >> >> of the following folders: >> >> ,---- >> | .=00 .RMKrugGMAIL.[Mailbox].Later >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.cache >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> | .=00. .RMKrugGMAIL.[Mailbox].To Buy >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.cache >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> | .=00. .RMKrugGMAIL.[Mailbox].To Download >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.cache >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> | .=00. .RMKrugGMAIL.[Mailbox].To Follow >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.cache >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> | .=00. .RMKrugGMAIL.[Mailbox].To Read >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.cache >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> | .=00. .RMKrugGMAIL.[Mailbox].To Watch >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> | .=00. .RMKrugGMAIL.[Mailbox].Wait For Feedback >> | .=A0. .=00. cur >> | .=A0. .=00. dovecot-uidlist >> | .=A0. .=00. dovecot.index.cache >> | .=A0. .=00. dovecot.index.log >> | .=A0. .=00. maildirfolder >> | .=A0. .=00. new >> | .=A0. .=00. tmp >> `---- >> >> >> So what is happening here? >> >> As I said, when I Mail (OSX), I can see the folders. >> >> Rainer >> >> >> Rainer M Krug writes: >> >>> ping >>> >>> any ideas why this is the case? >>> >>> Is there a cache which I could delete? >>> >>> Rainer >>> >>> Rainer M Krug writes: >>> >>>> Hi >>>> >>>> I am using=20 >>>> >>>> ,---- >>>> | gmail <-> offlineimap <-> dovecot tunnel <-> local maildir <-> dovec= ot tunnel <-> gnus >>>> `---- >>>> >>>> to access my mail. I have one folder which is in gmail, synched to my >>>> local maildir, visible via localhost from the Mail app (I am using OSX) >>>> but I can't see it in gnus. >>>> >>>> It is not listed in under the servers, not even as killed folder. >>>> >>>> Any suggestions how I can see this folder from gnus? >>>> >>>> The name of the folder is=20 >>>> >>>> ,---- >>>> | [Mailbox]/Later >>>> `---- >>>> >>>> while there are sever other folders like >>>> >>>> ,---- >>>> | [Mailbox].To Buy >>>> `---- >>>> >>>> and all=20 >>>> >>>> ,---- >>>> | [gmail]... >>>> `---- >>>> >>>> which I can see. >>>> >>>> Any suggestions? >>>> >>>> Thanks, >>>> >>>> Rainer >> >> --=20 >> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biolo= gy, UCT), Dipl. Phys. (Germany) >> >> Centre of Excellence for Invasion Biology >> Stellenbosch University >> South Africa >> >> Tel : +33 - (0)9 53 10 27 44 >> Cell: +33 - (0)6 85 62 59 98 >> Fax : +33 - (0)9 58 10 27 44 >> >> Fax (D): +49 - (0)3 21 21 25 22 44 >> >> email: Rainer@krugs.de >> >> Skype: RMkrug >> >> PGP: 0x0F52F982 >> >> >> ---------- > > > =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJT6yWKAAoJENvXNx4PUvmCeRQIAKhKHm7kj0SHH2j8j8oKjw6h 4siFt1zHQYK5o/UTeTXYEK4QjZpQq8trFVl+h5ezd4WU22C6IMxL1BPufP9UbeAt A80ChpR3UHteAT0Kx6Aa3IB+MbEL5i50zjLJbU1N9NVE0EjgTH8SIWeDaxMjFSVn eQlt1YY1yjX3axxDTcvTVUg5lvouk8WCCOz4KOd7p7LJ4Q4cHZZh0v5xm4sSsyTM KqV+0NXIVykzpd+eXRqCxzyKs87rTQSAO/3PmIS2PzhL7DIny4oipGY3eE61BiLf S/y8Mxvc4yJLGl+Rff+XW8OshESd5OrBsZt1mYz9uwkTW0Cmjv+tqyrayZ1ujXs= =e3Qh -----END PGP SIGNATURE----- --=-=-=--