[notmuch] Catching up unread messages
authorTassilo Horn <tassilo@member.fsf.org>
Sun, 22 Nov 2009 21:48:52 +0000 (22:48 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:40 +0000 (09:35 -0800)
31/9c70a1ed5c417cc7e79378b3ae59b9247651d8 [new file with mode: 0644]

diff --git a/31/9c70a1ed5c417cc7e79378b3ae59b9247651d8 b/31/9c70a1ed5c417cc7e79378b3ae59b9247651d8
new file mode 100644 (file)
index 0000000..e98eb7c
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <tassilo@member.fsf.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 38F83431FBC\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:48:56 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id vLmlIOJp9Omm for <notmuch@notmuchmail.org>;\r
+       Sun, 22 Nov 2009 13:48:55 -0800 (PST)\r
+Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com\r
+       [66.111.4.28])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7CE19431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:48:55 -0800 (PST)\r
+Received: from compute2.internal (compute2.internal [10.202.2.42])\r
+       by gateway1.messagingengine.com (Postfix) with ESMTP id 0DB3DC19AD\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 16:48:55 -0500 (EST)\r
+Received: from heartbeat2.messagingengine.com ([10.202.2.161])\r
+       by compute2.internal (MEProxy); Sun, 22 Nov 2009 16:48:55 -0500\r
+DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com;\r
+       h=from:to:subject:date:message-id:mime-version:content-type;    s=smtpout;\r
+ bh=ZfKAlfSrTkwxR6yXxjDmSjaW8jI=;\r
+       b=StRLL94Ld75BW0bElfk/lLQVZVDbfCbyyxepg+k2SzuOy2iCcDqi12A9+en5qF1ZiUaaLh+10x2v5VOWetnCu4yBa+zSY7PBaEkEcaHibjihCnZTB0Yn4bcUEt94iJUgBqnD2TbZYAP839AJAXxa7wzHoXhrUcFj/HufDkdM7gU=\r
+X-Sasl-enc: 7dspNCsDbKrvTs9/kLOhlTdtRvEa0aGk7CRCJMZOJaBZ 1258926534\r
+Received: from thinkpad.tsdh.de (p54AF3BEC.dip0.t-ipconnect.de\r
+ [84.175.59.236])      by mail.messagingengine.com (Postfix) with ESMTPA id\r
+ 1F5EA2C2D5    for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 16:48:53 -0500\r
+ (EST)\r
+From: Tassilo Horn <tassilo@member.fsf.org>\r
+To: notmuch@notmuchmail.org\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)\r
+Mail-Copies-To: never\r
+Date: Sun, 22 Nov 2009 22:48:52 +0100\r
+Message-ID: <87einqut6j.fsf@thinkpad.tsdh.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: [notmuch] Catching up unread messages\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 22 Nov 2009 21:48:56 -0000\r
+\r
+Hi!\r
+\r
+I got notmuch running, and it's absolutely incredible.  It's so damn\r
+fast and the results are very good.  So thanks a lot for creating this\r
+nice piece of software. :-)\r
+\r
+Ok, so new the question: I indexed all my 63.000 mails, and because it\r
+was a first-time indexing, all my mail now has the tags inbox and\r
+unread.  Of course, I don't want to SPC through all threads (using the\r
+great emacs interface) to remove the unread status.  So is there some\r
+catchup command, which marks all messages in the buffer as read?\r
+\r
+BTW, what's the intention of the inbox tag?  When I've read a thread,\r
+both inbox as well as unread disappear, so I don't get the difference\r
+between them.\r
+\r
+Bye,\r
+Tassilo\r