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 409CC431FCF for ; Thu, 1 May 2014 07:42:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 lKJDhqVvP6xY for ; Thu, 1 May 2014 07:42:10 -0700 (PDT) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AC19C431FBD for ; Thu, 1 May 2014 07:42:08 -0700 (PDT) Received: by mail-ee0-f48.google.com with SMTP id e49so1159155eek.21 for ; Thu, 01 May 2014 07:42:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=1N9T89RXctdVRl5uIUwinoWdeM539xc2MpMzcM90Tv4=; b=YdGgfNrdmjnbsE5LqXd0s7E1RwSWfEhvl4u0Hs8oljmQ8zjqXgZaRMu6krlKiDmnFV VK/rdAQtw9UvTTftQdI2q2yrARpDbgXVylAemOtwIqFBt6ccgsqqJ/6M4NT/mKWXLoST RDDDjk3xDwItzNEJOI+mTW8zS2AhLybvSud+6zs2xG/87HvUIllaeTK4UrbEBEzUDt5u eWCjbHv0ZiGcOZSfq5MVysrBXxsWbFoQOAzmGQtudhlUE5wBwen1dQ5B73tMfOVuuvaj ImRCmAVZDBHitO9ZTedJwXD1CvX1m8VboiwhYj0bGgb6d+XDuHvfLIuLL3TQYqftgXtb Hi5Q== X-Gm-Message-State: ALoCoQnf9QrefhfZwHJrSY+TlwghL+JOmpa0DQ8KvZP+JPhX6x/esu87WIMnurUNQHU35xRekf/K X-Received: by 10.15.24.201 with SMTP id j49mr10002000eeu.99.1398955327324; Thu, 01 May 2014 07:42:07 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id w12sm76821327eez.36.2014.05.01.07.42.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 May 2014 07:42:06 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 1/5] NEWS: notmuch insert respects maildir.synchronize_flags Date: Thu, 1 May 2014 17:41:58 +0300 Message-Id: <223156d3c6c96c4192dcea014d6427a61fbde3ea.1398955196.git.jani@nikula.org> X-Mailer: git-send-email 1.9.2 In-Reply-To: References: <1398899916-18352-1-git-send-email-david@tethera.net> In-Reply-To: References: 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, 01 May 2014 14:42:14 -0000 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 06876e0a7df1..b7a1b5f645e5 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,11 @@ Command-Line Interface This option suppresses the progress and summary reports. +`notmuch insert` respects maildir.synchronize_flags config option + + Do not synchronize tags to maildir flags in `notmuch insert` if the + user does not want it. + Emacs Interface --------------- -- 1.9.2