From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84621 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.gnus.general Subject: Re: entering a group is slow Date: Tue, 17 Jun 2014 11:08:22 +0200 Message-ID: <87vbrz9a49.fsf@micropit.roche-blanche.homenet.org> References: <87mwdhmb9y.fsf@micropit.roche-blanche.homenet.org> <87ha3pszqe.fsf@gmail.com> <87d2ecj48r.fsf@micropit.roche-blanche.homenet.org> <877g4g9d5r.fsf@micropit.roche-blanche.homenet.org> <877g4fgbwb.fsf@pinto.chemeng.ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1402996159 19680 80.91.229.3 (17 Jun 2014 09:09:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2014 09:09:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32864@lists.math.uh.edu Tue Jun 17 11:09:12 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 1WwpOC-00031v-08 for ding-account@gmane.org; Tue, 17 Jun 2014 11:09:12 +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 1WwpNg-0000q7-Ve; Tue, 17 Jun 2014 04:08:41 -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 1WwpNf-0000pz-Rz for ding@lists.math.uh.edu; Tue, 17 Jun 2014 04:08:39 -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 1WwpNe-0001dJ-JJ for ding@lists.math.uh.edu; Tue, 17 Jun 2014 04:08:39 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WwpNc-0006Xj-8H for ding@gnus.org; Tue, 17 Jun 2014 11:08:36 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WwpNb-0002EX-Jh for ding@gnus.org; Tue, 17 Jun 2014 11:08:35 +0200 Original-Received: from arennes-651-1-118-78.w2-2.abo.wanadoo.fr ([2.2.13.78]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jun 2014 11:08:35 +0200 Original-Received: from pmlists by arennes-651-1-118-78.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jun 2014 11:08:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: arennes-651-1-118-78.w2-2.abo.wanadoo.fr User-Agent: Gnus/5.130012 (=?utf-8?Q?=E7=9C=9F?= Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:vDTefUU6/G/ON1j8iytOVOsIDTw= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84621 Archived-At: On Tue, Jun 17 2014, Eric S Fraga wrote: > On Tuesday, 17 Jun 2014 at 10:02, Peter Münster wrote: > >> gnus-thread-sort-by-most-recent-date 1981 4.8174347399 0.0024318196 >> gnus-thread-latest-date 3962 4.6299316569 0.0011685844 >> >> Because there are about 300 articles with the expirable-mark. These are >> not shown in the summary buffer, but it seems, that they are sorted >> nevertheless. >> >> Is it possible to tell gnus, to not sort articles that won't be >> displayed in the summary buffer? > > What is the backend for this inbox? nnml > I ask because my inbox (on imap) has at least an order of magnitude > more messages and starting up takes very little time (<1s generally). Do you have a similar sorting setup? Here is mine: (setq gnus-sum-thread-tree-false-root nil gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references gnus-thread-operation-ignore-subject nil gnus-thread-sort-functions '(gnus-thread-sort-by-number (not gnus-thread-sort-by-most-recent-date))) And here are my bogomips: $ grep bogomips /proc/cpuinfo bogomips : 6026.86 bogomips : 6026.86 bogomips : 6026.86 bogomips : 6026.86 -- Peter