From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17427 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Location of .gnus init file Date: Mon, 09 Feb 2015 10:26:41 +0100 Message-ID: <87wq3rmo4u.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1423474019 20178 80.91.229.3 (9 Feb 2015 09:26:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 09:26:59 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Feb 09 10:26:58 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YKkcK-0005DL-IM for gegu-info-gnus-english@m.gmane.org; Mon, 09 Feb 2015 10:26:56 +0100 Original-Received: from localhost ([::1]:59727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKkcK-0002G8-1P for gegu-info-gnus-english@m.gmane.org; Mon, 09 Feb 2015 04:26:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKkcH-0002G1-EI for info-gnus-english@gnu.org; Mon, 09 Feb 2015 04:26:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKkcE-0005Hi-8h for info-gnus-english@gnu.org; Mon, 09 Feb 2015 04:26:53 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:51753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKkcE-0005Ha-1k for info-gnus-english@gnu.org; Mon, 09 Feb 2015 04:26:50 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YKkcD-0005Au-3D for info-gnus-english@gnu.org; Mon, 09 Feb 2015 10:26:49 +0100 Original-Received: from dhcp84.uni-koblenz.de ([141.26.71.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Feb 2015 10:26:49 +0100 Original-Received: from tsdh by dhcp84.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Feb 2015 10:26:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp84.uni-koblenz.de User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:H6gAMkDslz9KMkwmokfOnB5tgyM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 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-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17427 Archived-At: eminmn@sysmatrix.net (Ed C.) writes: > Question: Why does sort not work on articles when thread view is > toggled off? There are two separate sorting variables in Gnus, one for threads (`gnus-thread-sort-functions'), one for articles (`gnus-article-sort-functions'). Probably, you've only customized the former to your likings. Bye, Tassilo