From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2F06A6DE1154 for ; Sun, 4 Sep 2016 06:53:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.359 X-Spam-Level: X-Spam-Status: No, score=-0.359 tagged_above=-999 required=5 tests=[AWL=0.211, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lf1jKJHZAiCr for ; Sun, 4 Sep 2016 06:53:29 -0700 (PDT) Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by arlo.cworth.org (Postfix) with ESMTPS id 727F46DE10E8 for ; Sun, 4 Sep 2016 06:53:29 -0700 (PDT) Received: by mail-wm0-f68.google.com with SMTP id l65so1684965wmf.3 for ; Sun, 04 Sep 2016 06:53:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=AwXySGdY8x3NXE8JLIJ1Y/4KvHYbFHU6yLmkkgmRAps=; b=sNnNPxljSo92AceF4AXzJj5dvbOZbMvDNQJbqTG23CDljI9V0bbXBQYczFMWyhjoLm Xj/E455TsuG9GG/Q/CUIzP3Gb3wfCzfP+ZRV60ZH0fT4DTpRviVYeedrafnxzqp+1Y/A 3kxZU3Ou7r7xfgrD9RwJawim5uVgE9N0Sbb0GHvFbhnr6cA1BpB4X8oUuS5An8+Ya/1v XrDQEwMR97QSvFFNfoYYUn4ASkOj2bAv1nS5+DrKPBJpHjrldjuJTa6NcaVYGDIDMd8q /RYhwVxFaSdJrvvTYGG8/8eTuzV0y1x10xv5iq5yi6rWeI0ht7OIohDO9k0jBIR9bYtr mu0w== 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; bh=AwXySGdY8x3NXE8JLIJ1Y/4KvHYbFHU6yLmkkgmRAps=; b=Z03/yGh0i2SzS3CS21bf/MyjczvEapD5GpK2Y5Irl58RtRW1bBC04ILSlElzgGBiRh F35Z8k+DgbKvshgcVxzETy3FmqG7+P+EVw70Z5efM3LYLkRnXDGaQWIMhuoCx+Fc59/p 7S6ZIeaqcGSgl8oRPcN1QcnK+cUc0ao8fT4p3hlEoMwDIZWOFsWz0pe9sJ+Hsqj7HB3o I73boa2tL0p45n2ULsPxD93iOu2o+GpXkdpVGvmBvYGC165aGTJNKPr0kcwXpmSAWLxf yd+OpA2i6t964mhFbZCaIZEuTVErTe091jP1lP5MXcifJLvLIWLs75VWF1XWavZUQmPT ee6A== X-Gm-Message-State: AE9vXwPea0rckNnsvTSnR8KJlMb6DirZjsl+Ra1bPaqD8nQzuKgbAuPHjVI8nNPEKeRcUQ== X-Received: by 10.28.24.5 with SMTP id 5mr11571995wmy.6.1472997207705; Sun, 04 Sep 2016 06:53:27 -0700 (PDT) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id ex14sm21419611wjc.30.2016.09.04.06.53.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Sep 2016 06:53:27 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: add news for fcc insert and address completion changes Date: Sun, 4 Sep 2016 14:53:24 +0100 Message-Id: <1472997204-15411-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 04 Sep 2016 13:53:31 -0000 --- I am not totally sure about the wording, so any suggestions gratefully received. Best wishes Mark NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/NEWS b/NEWS index 0221414..af4a712 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,43 @@ Notmuch 0.23 (UNRELEASED) Emacs ----- +Make message mode use insert for fcc + + Message mode now defaults to using notmuch insert for fcc. The old + file based fcc behaviour can be restored by setting the defcustom + `notmuch-maildir-use-notmuch-insert` to nil. + + When using notmuch insert, `notmuch-fcc-dirs` must be a subdirectory + of the mailstore (absolute paths are not permitted) followed by any + tag changes to be applied to the inserted message. The tag changes + are applied after the default tagging for new messages. For example + setting the header to "sentmail -inbox +sent" would insert the + message in the subdirectoty sentmail of the mailstore, add the tag + "sent", and not add the (normally added) "inbox" tag. + + Finally, if the insert fails (e.g. if the database is locked)the + user is presented with the option to retry, ignore, or edit the + header. + +Make address completion customizable + + There is a new defcustom `notmuch-address-internal-completion` which + controls how the internal completion works: it allows the user to + choose whether to match on messages the user sent, or the user + received, and to filter the messages used for the match, for example + by date. + +Allow internal address completion on an individual basis + + There is a new function `notmuch-address-toggle-internal-completion` + (by default it has no keybinding) which allows users who normally + use an exteranl completion command to use the builtin internal + completion for the current buffer. + + Alternatively, if the user has company-mode enabled, then the user + can use company mode commands such as `company-complete` to + activate the builtin completion for an individual completion. + Face customization is easier New faces `notmuch-search-flagged-face` and -- 2.1.4