From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18689 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.user Subject: Re: groups not being scanned Date: Wed, 16 Aug 2017 12:21:38 -0700 Message-ID: <87inhnqpx9.fsf@ericabrahamsen.net> References: <877ey3h001.fsf@t3610> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1502911410 16325 195.159.176.226 (16 Aug 2017 19:23:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 16 Aug 2017 19:23:30 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Aug 16 21:23:22 2017 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1di3uP-0003Vd-5m for gegu-info-gnus-english@m.gmane.org; Wed, 16 Aug 2017 21:23:17 +0200 Original-Received: from localhost ([::1]:42368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di3uV-0002YZ-Jx for gegu-info-gnus-english@m.gmane.org; Wed, 16 Aug 2017 15:23:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di3uT-0002Xe-2s for info-gnus-english@gnu.org; Wed, 16 Aug 2017 15:23:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1di3uP-00074c-Su for info-gnus-english@gnu.org; Wed, 16 Aug 2017 15:23:21 -0400 Original-Received: from [195.159.176.226] (port=47686 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1di3uP-000745-Mf for info-gnus-english@gnu.org; Wed, 16 Aug 2017 15:23:17 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1di3u4-0002T2-48 for info-gnus-english@gnu.org; Wed, 16 Aug 2017 21:22:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:53P2wSu0cbisz4C4pmyADdliZOQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18689 Archived-At: Eric S Fraga writes: > Hello all, > > Long story short for background: I have had to move back to Outlook > exchange server for my emails. I used to use this server before and > everything (sort of) worked. Moved 1.5 years ago to gmail for speed > (especially search) but I have had to move back. > > For some reason that I cannot fathom, when I ask for new email, only my > INBOX is scanned. Other groups on that server are not even though their > levels are low enough (with respect to gnus-activate-level). Multiple > group scanning works on my gmail servers. > > Is there a server specific setting that would affect this? Not that I'm aware of... Can you explicitly scan other groups with M-g in the *Group* buffer? Maybe try setting the nnimap-streaming server variable to nil? Alternately, edebug the function `nnimap-retrieve-group-data-early' and see if the "infos" argument contains all the groups it should? You could also take a look at `nnimap-get-groups'? Dunno... Eric