From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84698 Path: news.gmane.org!not-for-mail From: Peter Davis Newsgroups: gmane.emacs.gnus.general Subject: Showing threads with IMAP Date: Tue, 22 Jul 2014 16:01:28 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406059442 24274 80.91.229.3 (22 Jul 2014 20:04:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2014 20:04:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32941@lists.math.uh.edu Tue Jul 22 22:03:52 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 1X9gHw-0001FJ-0y for ding-account@gmane.org; Tue, 22 Jul 2014 22:03:52 +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 1X9gHE-00051b-Pp; Tue, 22 Jul 2014 15:03:08 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1X9gHD-00051Q-8e for ding@lists.math.uh.edu; Tue, 22 Jul 2014 15:03:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1X9gHB-00066i-Tv for ding@lists.math.uh.edu; Tue, 22 Jul 2014 15:03:06 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1X9gHA-0006Ah-4R for ding@gnus.org; Tue, 22 Jul 2014 22:03:04 +0200 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 70AFA20E64 for ; Tue, 22 Jul 2014 16:03:01 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Tue, 22 Jul 2014 16:03:02 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :mime-version:content-type; s=smtpout; bh=JAmrJAHtLhHET06dYnbBWr CvEpM=; b=ZxvLRvARsWK8L87DCWOnerZ2tkSu89cYEgEqPwJRsULkzhJ71iCkwm hQ2ST7Y0jmR4QNHKfuFdnQog+mXzU7HRQminFQDtunwK8DZhJ6ZorbOOEgWEDvCb 3Zh7pA2WTQeyRhJsQ7mLFuSPmAbkkxJFyfgtmOmWOhKYtlwGmH8g8= X-Sasl-enc: P7J9pwCJeuIOOzjWrh/lIoKhKY0XIAaKIe7NPQCzTE/j 1406059381 Original-Received: from pdavismbp15.iscinternal.com (unknown [38.112.155.163]) by mail.messagingengine.com (Postfix) with ESMTPA id 752D7C007B1; Tue, 22 Jul 2014 16:03:01 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84698 Archived-At: Hi. I've just started really using Gnus for IMAP mail, and just joined this group, so please forgive me if this is a tired old question that just won't go away. I'm reading email via IMAP from Fastmail.fm. I have (setq gnus-fetch-old-headers t) set in my .gnus.el, but I never actually see any previously read messages ... only the unread ones. Is there any way to get this behavior with an IMAP server, so that I can see all the previous messages in a thread that has new, unread messages? Thanks! I'm sure I'll have more ignorant n00b questions later. -pd