From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67297 Path: news.gmane.org!not-for-mail From: Vitaly Mayatskikh Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus and imap Date: Tue, 26 Aug 2008 22:40:12 +0200 Message-ID: References: <877iabwtjx.fsf@randomsample.de> <87abf51c4m.fsf@marauder.physik.uni-ulm.de> <874p5dm35l.fsf@randomsample.de> <87iqttq7ja.fsf@randomsample.de> <87d4k0t7ga.fsf@randomsample.de> <87myj3wzp7.fsf@randomsample.de> <87y72mn2sy.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219783298 4089 80.91.229.12 (26 Aug 2008 20:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2008 20:41:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15748@lists.math.uh.edu Tue Aug 26 22:42:30 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 1KY5Mx-0002Kk-Di for ding-account@gmane.org; Tue, 26 Aug 2008 22:42:27 +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 1KY5Kz-0001Tq-Ek; Tue, 26 Aug 2008 15:40:25 -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 1KY5Kx-0001TZ-Vq for ding@lists.math.uh.edu; Tue, 26 Aug 2008 15:40:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KY5Ks-0001P2-GE for ding@lists.math.uh.edu; Tue, 26 Aug 2008 15:40:23 -0500 Original-Received: from ik-out-1112.google.com ([66.249.90.178]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KY5Ku-0004Y5-00 for ; Tue, 26 Aug 2008 22:40:20 +0200 Original-Received: by ik-out-1112.google.com with SMTP id c21so2068179ika.1 for ; Tue, 26 Aug 2008 13:40:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=p8+hX6WQc+JIpKufSoRYHIhJWsqSMPYR55uZJ5eqXmQ=; b=AlC2nKDY+rGL1nE4CI4/0GjXZ26kR2ahxEJBKnGvSknve3sg0gmA1jBjsfQSup3w2h MaRHLdb/OD63OT/2ODLvtkalrEI2ewm/kzWcvUuqbaX4n2Jce2L0yx8R1pLvc39lGQA9 ULEn9Ijq6tA50lv5c2WPTmn+86aA0FrrpbUSM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=gukhnd7PCK2Czp7PMvoA8I6YKNmS9eNts+Lq+KqJWPxDf587HB9V5o0JvaCsNtVnB7 3Qk4VW7Y5HmKgsyyruZp2WyG+kZ1TD+0sEc77XVDpLUcFu/PAAqkLJRda2T/HlQIM2sN Sz5gQFOR+XQEScw7q7OzxwYcbp3w0hjaJ0140= Original-Received: by 10.210.65.2 with SMTP id n2mr153249eba.116.1219783217277; Tue, 26 Aug 2008 13:40:17 -0700 (PDT) Original-Received: from gravicappa.englab.brq.redhat.com ( [78.102.31.216]) by mx.google.com with ESMTPS id i6sm27574545gve.2.2008.08.26.13.40.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 26 Aug 2008 13:40:16 -0700 (PDT) In-Reply-To: <87y72mn2sy.fsf@randomsample.de> (David Engster's message of "Sun, 24 Aug 2008 12:08:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67297 Archived-At: David Engster writes: > which will show you in what category each group falls into. For any > method in gnus-select-method or gnus-secondary-select-methods you should > get primary or secondary, resp. If not, something strange happened to > your setup. Foreign groups are usually those to which you subscribed to > using gnus-group-browse-foreign-server. Right, I have subscribed to all groups through gnus-group-browse-foreign-server. I've fixed nnimap-retrieve-groups and gnus-active-to-gnus-format (it was called by gnus-read-active-file-2). Doh, so many ugly quirks... :( -- wbr, Vitaly