* [PATCH 0/6] news for 0.12
@ 2012-03-14 21:21 Jani Nikula
2012-03-14 21:21 ` [PATCH 1/6] NEWS: emacs: Fix MML tag quoting in replies Jani Nikula
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
Hi David, a bunch of 0.12 news items for you, the way you wanted: separate and
boring. ;) They apply both to master and release branches at the time of
writing. Drop the un-news-worthy ones as you see fit.
J.
Jani Nikula (6):
NEWS: emacs: Fix MML tag quoting in replies
NEWS: emacs: show view archiving key binding changes
NEWS: emacs: support text/calendar MIME type
NEWS: emacs: inline patch fake attachment file names
NEWS: emacs: enable `notmuch-search-line-faces' by default
NEWS: cli: manual page for notmuch configuration options
NEWS | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/6] NEWS: emacs: Fix MML tag quoting in replies
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
@ 2012-03-14 21:21 ` Jani Nikula
2012-03-14 21:21 ` [PATCH 2/6] NEWS: emacs: show view archiving key binding changes Jani Nikula
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
---
90f310b emacs: fix MML quoting in replies
---
NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 4152e7c..6778442 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,12 @@ New functions
optionally visiting a URI to the current message at one of a number
of Mailing List Archives.
+Fix MML tag quoting in replies
+
+ The MML tag quoting fix of 0.11.1 unintentionally quoted tags
+ inserted in `message-setup-hook'. Quoting is now limited to the
+ cited message.
+
Library changes
---------------
--
1.7.5.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/6] NEWS: emacs: show view archiving key binding changes
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
2012-03-14 21:21 ` [PATCH 1/6] NEWS: emacs: Fix MML tag quoting in replies Jani Nikula
@ 2012-03-14 21:21 ` Jani Nikula
2012-03-14 21:21 ` [PATCH 3/6] NEWS: emacs: support text/calendar MIME type Jani Nikula
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
---
d2ef4ed emacs: make show view a/A/x/X key bindings more consistent
---
NEWS | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 6778442..86c0690 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,15 @@ Fix MML tag quoting in replies
inserted in `message-setup-hook'. Quoting is now limited to the
cited message.
+Show view archiving key binding changes
+
+ The show view archiving key bindings 'a' and 'x' now remove the
+ "inbox" tag from the current message only (instead of thread), and
+ move to the next message. At the last message, 'a' proceeds to the
+ next thread in search results, and 'x' returns to search
+ results. The thread archiving functions are now available in 'A' and
+ 'X'.
+
Library changes
---------------
--
1.7.5.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/6] NEWS: emacs: support text/calendar MIME type
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
2012-03-14 21:21 ` [PATCH 1/6] NEWS: emacs: Fix MML tag quoting in replies Jani Nikula
2012-03-14 21:21 ` [PATCH 2/6] NEWS: emacs: show view archiving key binding changes Jani Nikula
@ 2012-03-14 21:21 ` Jani Nikula
2012-03-14 21:21 ` [PATCH 4/6] NEWS: emacs: inline patch fake attachment file names Jani Nikula
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
---
cfdc9a4 emacs: support text/calendar mime type
---
NEWS | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 86c0690..3c2cd82 100644
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,11 @@ Show view archiving key binding changes
results. The thread archiving functions are now available in 'A' and
'X'.
+Support text/calendar MIME type
+
+ The text/calendar MIME type is now supported in addition to
+ text/x-vcalendar.
+
Library changes
---------------
--
1.7.5.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/6] NEWS: emacs: inline patch fake attachment file names
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
` (2 preceding siblings ...)
2012-03-14 21:21 ` [PATCH 3/6] NEWS: emacs: support text/calendar MIME type Jani Nikula
@ 2012-03-14 21:21 ` Jani Nikula
2012-03-14 21:21 ` [PATCH 5/6] NEWS: emacs: enable `notmuch-search-line-faces' by default Jani Nikula
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
---
f893d31 emacs: create patch filename from subject for inline patch fake parts
---
NEWS | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 3c2cd82..83d764a 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,13 @@ Support text/calendar MIME type
The text/calendar MIME type is now supported in addition to
text/x-vcalendar.
+Generate inline patch fake attachment file names from message subject
+
+ Use the message subject to generate file names for the inline patch
+ fake attachments. The names are now similar to the ones generated by
+ 'git format-patch' instead of just "inline patch". See "Notmuch Show
+ Insert Text/Plain Hook" in the notmuch customize interface.
+
Library changes
---------------
--
1.7.5.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/6] NEWS: emacs: enable `notmuch-search-line-faces' by default
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
` (3 preceding siblings ...)
2012-03-14 21:21 ` [PATCH 4/6] NEWS: emacs: inline patch fake attachment file names Jani Nikula
@ 2012-03-14 21:21 ` Jani Nikula
2012-03-14 21:21 ` [PATCH 6/6] NEWS: cli: manual page for notmuch configuration options Jani Nikula
2012-03-15 2:20 ` [PATCH 0/6] news for 0.12 David Bremner
6 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
---
e06943f emacs: add default value to notmuch-search-line-faces
---
NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 83d764a..b2c07ab 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,12 @@ Generate inline patch fake attachment file names from message subject
'git format-patch' instead of just "inline patch". See "Notmuch Show
Insert Text/Plain Hook" in the notmuch customize interface.
+Enable `notmuch-search-line-faces' by default
+
+ Make the `notmuch-search-line-faces' functionality more discoverable
+ for new users by showing "unread" messages bold and "flagged"
+ messages blue by default in the search view.
+
Library changes
---------------
--
1.7.5.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 6/6] NEWS: cli: manual page for notmuch configuration options
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
` (4 preceding siblings ...)
2012-03-14 21:21 ` [PATCH 5/6] NEWS: emacs: enable `notmuch-search-line-faces' by default Jani Nikula
@ 2012-03-14 21:21 ` Jani Nikula
2012-03-15 2:20 ` [PATCH 0/6] news for 0.12 David Bremner
6 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2012-03-14 21:21 UTC (permalink / raw)
To: notmuch, david
---
bb8ab4c man: document the notmuch configuration settings in notmuch-config(1)
---
NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index b2c07ab..09c5d9c 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ Mail store folder/file ignore
NOTE: *Every* file/directory that goes by one of those names will
be ignored, independent of its depth/location in the mail store.
+Manual page for notmuch configuration options
+
+ The notmuch CLI configuration file options are now documented in the
+ notmuch-config(1) manual page in addition to the configuration file
+ itself.
+
Emacs Interface
---------------
--
1.7.5.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 0/6] news for 0.12
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
` (5 preceding siblings ...)
2012-03-14 21:21 ` [PATCH 6/6] NEWS: cli: manual page for notmuch configuration options Jani Nikula
@ 2012-03-15 2:20 ` David Bremner
6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2012-03-15 2:20 UTC (permalink / raw)
To: Jani Nikula, notmuch
On Wed, 14 Mar 2012 23:21:05 +0200, Jani Nikula <jani@nikula.org> wrote:
> Hi David, a bunch of 0.12 news items for you, the way you wanted: separate and
> boring. ;) They apply both to master and release branches at the time of
> writing. Drop the un-news-worthy ones as you see fit.
>
I pushed all six. I was a bit unsure about the man page discussion, but
oh well.
d
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-03-15 2:20 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 21:21 [PATCH 0/6] news for 0.12 Jani Nikula
2012-03-14 21:21 ` [PATCH 1/6] NEWS: emacs: Fix MML tag quoting in replies Jani Nikula
2012-03-14 21:21 ` [PATCH 2/6] NEWS: emacs: show view archiving key binding changes Jani Nikula
2012-03-14 21:21 ` [PATCH 3/6] NEWS: emacs: support text/calendar MIME type Jani Nikula
2012-03-14 21:21 ` [PATCH 4/6] NEWS: emacs: inline patch fake attachment file names Jani Nikula
2012-03-14 21:21 ` [PATCH 5/6] NEWS: emacs: enable `notmuch-search-line-faces' by default Jani Nikula
2012-03-14 21:21 ` [PATCH 6/6] NEWS: cli: manual page for notmuch configuration options Jani Nikula
2012-03-15 2:20 ` [PATCH 0/6] news for 0.12 David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).