From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EED9F431FAE for ; Wed, 18 Apr 2012 06:34:37 -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 P576p0CWPSqH for ; Wed, 18 Apr 2012 06:34:33 -0700 (PDT) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A1517431FB6 for ; Wed, 18 Apr 2012 06:34:33 -0700 (PDT) Received: by eekb47 with SMTP id b47so3057295eek.26 for ; Wed, 18 Apr 2012 06:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IcD4WaLwfrcfyYvrXXo/q8k6KujscZfutHNFeVIFz5k=; b=F6I1EFwzaLVcIeZdAKoo3Hmf1mXtOWAyVq1GaEt8QgNrY6xo1bXJHsuqUrdFLRN06T 1tb3VLvD6hAkIn2ba6qEN23H6jVp3v/VLpxRkPzNbZAWelLbszlMAIi9P4l39rPqvnr0 FheBPviK2/8Li3TQGx4suG+VM2ps3aRiUVqURz/TVFqAZhQuXdVO+8dr+taZhg9/4GxQ WH8cPWogE7XEWq0HxzaqsQ6rsfcR5R8bLkjB8OA2pxWMFqrvbpAJY5abFnFcTLJyidG+ 6krZJtz42LpFkLFC5hN839Bfelc5Jhn0AKVZ21K54PHRk6DawkQmm4RVDh0RMUWODLvp H8Cw== MIME-Version: 1.0 Received: by 10.213.32.2 with SMTP id a2mr203766ebd.39.1334756070551; Wed, 18 Apr 2012 06:34:30 -0700 (PDT) Received: by 10.213.19.67 with HTTP; Wed, 18 Apr 2012 06:34:30 -0700 (PDT) In-Reply-To: <873981chpj.fsf@nikula.org> References: <1334752753-23970-1-git-send-email-felipe.contreras@gmail.com> <1334752753-23970-2-git-send-email-felipe.contreras@gmail.com> <873981chpj.fsf@nikula.org> Date: Wed, 18 Apr 2012 16:34:30 +0300 Message-ID: Subject: Re: [PATCH v2 1/3] Add 'compose' command From: Felipe Contreras To: Jani Nikula Content-Type: text/plain; charset=UTF-8 Cc: Felipe Contreras , notmuch@notmuchmail.org 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: Wed, 18 Apr 2012 13:34:38 -0000 On Wed, Apr 18, 2012 at 4:06 PM, Jani Nikula wrote: > Running "notmuch compose" more than once within a second would result in > identical message ids for the messages, which is not a good idea. That's > not likely in interactive use, but the notmuch cli is highly scriptable, > so someone is bound to hit this. > > Some paranoid might also be worried about "leaking" the time you run > "notmuch compose"... which may be different from the actual time you > send the message. It's still better than the current situation; nothing. In any case, people that have not needed this would not be affected; their UI would override the Message-ID. So do you have a better suggestion for a Message-ID? -- Felipe Contreras