From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A5EDD6DE0130 for ; Wed, 6 Apr 2016 08:21:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.82 X-Spam-Level: X-Spam-Status: No, score=-0.82 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ddy-4YEKCe3z for ; Wed, 6 Apr 2016 08:21:14 -0700 (PDT) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by arlo.cworth.org (Postfix) with ESMTPS id 4B2BF6DE009B for ; Wed, 6 Apr 2016 08:21:14 -0700 (PDT) Received: by mail-pa0-f41.google.com with SMTP id zm5so35237189pac.0 for ; Wed, 06 Apr 2016 08:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version; bh=4k5f62Kb+QVAlyOf6JmhiBkF6/q+r8Di12Cv4c1rRUU=; b=zuiyjWdxqjIFd8kK3pEmUogioLdZ5I9HLJvouruEXVRJVcDcsvUWpfeDdWGEGEq258 Zih0wo7YLkajwGMQOHJ9dHugkv+SGRv+JqNpGdu7zEsEEFfYChkiG/4XB68bpDKgkmrj g8mXyoudtId57LcnfWxGoIRBR2rUil1XS6K2jdtDcJWF8L7a7xPtEUGaFbSGdertWHfJ rrOKF3IU6CPtYt64DFIM5C2SgRV7cp2thYhz0GxBUOLMpiNke3IIl0vT0PzsK1gJWg4S LLeGn4hqBNuJcvKxABk+KYXxD5K1i5IzxSsIjO1cFkWL+JifhXLcygeZRN5fTA0JMJbq aDtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=4k5f62Kb+QVAlyOf6JmhiBkF6/q+r8Di12Cv4c1rRUU=; b=R+9jbgOPn1sEDOEm/glUVZpyjKooD3vivI/Uzanf6Qr4D5kpVBAdPhBv1DgYbR6RVB tk11XHDgxOKfhiOAT4scrNsuRwqlrtJwwYXk7SC+lhVVNU7UKmRNUGGxQK60L14JkBeC e9YqTQD3HVWlhHrq1lzO2gGv3wnKMwx5c3HcHSvvoxSPmEu/PJGB/a7aJe0D26zm8z4q aV5gPEYSl0/EBnlyIV6C6wM453eFJt5zSrSyw0gne5eQel3a353jjmN7jhHgZY5J1Myj mnKtEtuoYQZjsbDZP73HmXQS3pmr3z2dIAJlKPnf9QPFy72u/LU2ccwjr5rZdSb89ptq GEGg== X-Gm-Message-State: AD7BkJLtFhWUX4AIQvAvGdyb063sM8F+5HpRlo56N98MHGZX8woCSkMRh5MXKZzxNQ7dqA== X-Received: by 10.66.249.228 with SMTP id yx4mr71742415pac.29.1459956071950; Wed, 06 Apr 2016 08:21:11 -0700 (PDT) Received: from localhost ([98.108.240.213]) by smtp.gmail.com with ESMTPSA id vu5sm34964pab.43.2016.04.06.08.21.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Apr 2016 08:21:10 -0700 (PDT) From: Alex Dunn To: Laurence Rochfort , "notmuch\@notmuchmail.org" Subject: Re: Order of messages In-Reply-To: References: User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/25.0.92.1 (x86_64-apple-darwin15.4.0) Date: Wed, 06 Apr 2016 08:21:04 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 15:21:22 -0000 You should be able to set `notmuch-search-oldest-first` to nil, either manually or in the Customize menu. Laurence Rochfort writes: > Hello, > > In the notmuch emacs client, messages are always shown oldest at the top > and newest at the bottom. This seems to be the case for both search results > and when viewing a message content. > > How can I set the default to be newest first in all cases? > > Cheers, > Laurence. > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch