From: Rama Date: Thu, 9 Oct 2014 23:56:34 +0000 (+1700) Subject: thread id specification X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b9fc9ef9e5c0f8ad973a64aef1e0f99ce0558b1e;p=notmuch-archives.git thread id specification --- diff --git a/ac/512751a5a1eddf6063a681ec0ddf5548a188f4 b/ac/512751a5a1eddf6063a681ec0ddf5548a188f4 new file mode 100644 index 000000000..713d12729 --- /dev/null +++ b/ac/512751a5a1eddf6063a681ec0ddf5548a188f4 @@ -0,0 +1,91 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1A992431FB6 + for ; Thu, 9 Oct 2014 16:56:47 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 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] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id cQZBJAlxJ7Xt for ; + Thu, 9 Oct 2014 16:56:39 -0700 (PDT) +Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com + [66.111.4.221]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id AF89C431FAF + for ; Thu, 9 Oct 2014 16:56:39 -0700 (PDT) +Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) + by gateway2.nyi.internal (Postfix) with ESMTP id 7FBF62400 + for ; Thu, 9 Oct 2014 19:56:34 -0400 (EDT) +Received: from web1 ([10.202.2.211]) + by compute2.internal (MEProxy); Thu, 09 Oct 2014 19:56:37 -0400 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com.au; + h=message-id:x-sasl-enc:from:to:mime-version + :content-transfer-encoding:content-type:subject:date; s=mesmtp; + bh=NufOWtPtqeK9sFAK+2PhmXVY+FQ=; b=CEd/+O6coeWAeLxuxmdbRKKO78Ep + MCd7kXDUQKDuxT1PmfWFUczbxvI6zAD1UqZyTkW6KShlSZRyYHX8A6o2DQ1pBKQC + z3etsfwwzekft1dQD9DtlMcIY5sjVt/RGgLwQVMt/CDoG2RRlV+7BO56bkx8TzpH + G1gcSs78q46lZD0= +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= + messagingengine.com; h=message-id:x-sasl-enc:from:to + :mime-version:content-transfer-encoding:content-type:subject + :date; s=smtpout; bh=NufOWtPtqeK9sFAK+2PhmXVY+FQ=; b=An0Fs96kD+n + SWQfW2d4tPkoZV6GqTdUjrWsvvsolsaAUw+Pwr3UtI3NQDik+hsLIu1UBxdwQkK1 + qW2q6sJ8cG3d3aINff22I302x1rpKycwCvjYWOcfRA4t6J3CmDDkCAeoHzEMlTJY + UysyYx7oh+jFELj9iTJUfeIH2Ter6abQ= +Received: by web1.nyi.internal (Postfix, from userid 99) + id 67BAAF00AF2; Thu, 9 Oct 2014 19:56:34 -0400 (EDT) +Message-Id: <1412898994.37246.177261393.5FA4747A@webmail.messagingengine.com> +X-Sasl-Enc: lIx80GnQmiin4UFMdslwmudcPtcbXbmPv1etYH0aYzGb 1412898994 +From: Rama +To: notmuch@notmuchmail.org +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Type: text/plain +X-Mailer: MessagingEngine.com Webmail Interface - ajax-7434a20c +Subject: thread id specification +Date: Thu, 09 Oct 2014 16:56:34 -0700 +X-Mailman-Approved-At: Fri, 10 Oct 2014 01:24:00 -0700 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Thu, 09 Oct 2014 23:56:47 -0000 + +Can anyone in-the-know shed some light on how notmuch generates its +thread ids? Until recently, I'd only seen numeric thread ids 16 +characters long, padded with zeroes. For example: + +thread:0000000000000001 +thread:0000000000000002 +thread:0000000000000005 +etc etc + +Today, several new threads were created with non numeric ids: + +thread:000000000000000d +thread:000000000000000e +thread:000000000000000f + +Is this normal behavior? + +-- +Rama + + +