Re: [PATCH] NEWS: add Emacs front end changes by various people.

2019-06-06 Thread David Bremner
David Edmondson  writes:

> On Wednesday, 2019-06-05 at 20:48:39 -03, David Bremner wrote:
>
>> +Bind `B` to browse URLs in current message.
>> +
>> +Bind 'g' to refresh the current notmuch buffer.
>
> There is formatting inconsistency here.
>
> dme.
> -- 
> No proper time of day.

Thanks, fixed locally.

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS: add Emacs front end changes by various people.

2019-06-06 Thread David Edmondson
On Wednesday, 2019-06-05 at 20:48:39 -03, David Bremner wrote:

> +Bind `B` to browse URLs in current message.
> +
> +Bind 'g' to refresh the current notmuch buffer.

There is formatting inconsistency here.

dme.
-- 
No proper time of day.
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] NEWS: add Emacs front end changes by various people.

2019-06-05 Thread David Bremner
These are most of the remaining emacs related chagnes.
---
 NEWS | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/NEWS b/NEWS
index 8f250ab9..088a2b55 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,20 @@ more details about what is included there.
 Emacs
 -
 
+Optionally check for missing attachements in outgoing messages (see
+function `notmuch-mua-attachment-check`).
+
+Bind `B` to browse URLs in current message.
+
+Bind 'g' to refresh the current notmuch buffer.
+
+Editing a message as new now includes an FCC header.
+
+Forwarded messages are now tagged as +forwarded (customizable).
+
+Add references header to link forwarded message to thread of original
+message.
+
 The minimum supported major version of Emacs is now 24.
 
 Support for GNU Emacs older than 25.1 is deprecated with this release,
-- 
2.20.1

___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS: deprecate Emacs 24

2019-04-14 Thread David Bremner
David Bremner  writes:

> ---
>  NEWS | 6 ++
>  1 file changed, 6 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 9fcb57ed..5dffd5a2 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -7,6 +7,12 @@ Command Line Interface
>  `notmuch show` now supports --body=false and --include-html with
>  --format=text
>  
> +Emacs
> +-
> +
> +Support for GNU Emacs older than 24 is deprecated with this release,
> +and may be removed in a future release.
> +
>  Notmuch 0.28.3 (2019-03-05)

pushed, after s/24/25.1/
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS: deprecate Emacs 24

2019-03-28 Thread David Bremner
David Edmondson  writes:

>> +
>> +Support for GNU Emacs older than 24 is deprecated with this release,
>> +and may be removed in a future release.
>> +
>
> “older than 24” implies to me that 24 is supported.
>
> dme.
> -- 
> I get this feeling I'm in motion, a sudden sense of liberty.

Oops. I was thinking "older than 25", but failed to write that. Thanks
for the correction.
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS: deprecate Emacs 24

2019-03-28 Thread David Edmondson
On Thursday, 2019-03-28 at 08:31:03 -03, David Bremner wrote:

> ---
>  NEWS | 6 ++
>  1 file changed, 6 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 9fcb57ed..5dffd5a2 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -7,6 +7,12 @@ Command Line Interface
>  `notmuch show` now supports --body=false and --include-html with
>  --format=text
>  
> +Emacs
> +-
> +
> +Support for GNU Emacs older than 24 is deprecated with this release,
> +and may be removed in a future release.
> +

“older than 24” implies to me that 24 is supported.

dme.
-- 
I get this feeling I'm in motion, a sudden sense of liberty.
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] NEWS: deprecate Emacs 24

2019-03-28 Thread David Bremner
---
 NEWS | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 9fcb57ed..5dffd5a2 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ Command Line Interface
 `notmuch show` now supports --body=false and --include-html with
 --format=text
 
+Emacs
+-
+
+Support for GNU Emacs older than 24 is deprecated with this release,
+and may be removed in a future release.
+
 Notmuch 0.28.3 (2019-03-05)
 ===
 
-- 
2.20.1

___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS for emacs

2017-03-07 Thread David Bremner
Mark Walters  writes:

> ---
>
> This is the NEWS updates for most of my changes. I am not quite sure
> whether any of my other changes warranted news items -- prod me if you
> think they do.

I've pushed these to master and release. I prefer to be a bit aggressive
applying NEWS patches otherwise the conflicts get out of hand.

> Note I changed the heading to Emacs not Emacs Interface to match
> previous releases but obviously that can be changed back if you
> prefer.

I see both historically, but recently "Emacs" seems to win, so that's
fine.

> +Emacs
> +-
> +
> +Postpone and resume messages in `notmuch-message-mode` (composition)
> +
> +  Notmuch now has built in support for postponing, saving and resuming
> +  messages. The default bindings are C-x C-s to save a draft, C-c C-p
> +  to postpone a draft (save and exit compose buffer), and "e" in show
> +  or tree view to resume.

When I read this I wondered if there is any potential for confusion with
"Notmuch" in general and notmuch-emacs, since only the latter provides
save and resume. On the other hand, it is only NEWS, so I can live with
it as is.

> +
> +Tag jump menu
> +
> +  It is now possible to configure tagging shortcuts (with an interface
> +  like notmuch jump). For example (by default) k u will remove the
> +  unread tag, and k s will add a tag "spam" and remove the inbox
> +  tag. Pressing k twice will do the reverse operation so, for example,
> +  k k s removes the spam tag and adds the inbox tag. See the customize
> +  variable `notmuch-tagging-keys` for more information.

Since having a way to tag messages deleted is a common request, I wonder
if we should hilight that new binding here?
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] NEWS for emacs

2017-03-06 Thread Mark Walters
---

This is the NEWS updates for most of my changes. I am not quite sure
whether any of my other changes warranted news items -- prod me if you
think they do.

Note I changed the heading to Emacs not Emacs Interface to match
previous releases but obviously that can be changed back if you
prefer.

Best wishes

Mark



NEWS | 65 ++---
 1 file changed, 62 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 652affa..bfd5255 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,69 @@ Regular expression searches supported for `from:` and 
`subject:`.
   This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
   details.
 
-Emacs Interface

+Emacs
+-
+
+Postpone and resume messages in `notmuch-message-mode` (composition)
+
+  Notmuch now has built in support for postponing, saving and resuming
+  messages. The default bindings are C-x C-s to save a draft, C-c C-p
+  to postpone a draft (save and exit compose buffer), and "e" in show
+  or tree view to resume.
+
+  Draft messages are tagged with `notmuch-draft-tags` (draft by
+  default) so you may wish to add that to the excluded tags list. When
+  saving a previously saved draft message the earlier draft gets
+  tagged deleted.
+
+  Note that attachments added before postponing will be included as
+  they were when you postponed in the final message.
+
+Address Completion
+
+  It is now possible to save the list of address completions for
+  notmuch's internal completion between runs of emacs. This makes the
+  first calls to address completion much better and faster. For
+  privacy reasons it is disabled by default, to enable set or
+  customize `notmuch-address-save-filename`.
+
+Tag jump menu
+
+  It is now possible to configure tagging shortcuts (with an interface
+  like notmuch jump). For example (by default) k u will remove the
+  unread tag, and k s will add a tag "spam" and remove the inbox
+  tag. Pressing k twice will do the reverse operation so, for example,
+  k k s removes the spam tag and adds the inbox tag. See the customize
+  variable `notmuch-tagging-keys` for more information.
+
+Refresh all buffers
+
+  It is now possible to refresh all notmuch buffers to reflect the
+  current state of the database with a single command, `M-=`.
+
+Stop display of application/* parts
+
+  By default gnus displays all application/* parts such as
+  application/zip in the message buffer. This has several undesirable
+  effects for notmuch (security, triggering errors etc). Notmuch now
+  overrides this and does not display them by default. If you have
+  customized `mm-inline-override-types` then we assume you know what
+  you want and do not interfere; if you do want to stop the display of
+  application/* add application/* to your customization. If you want
+  to allow application/* then set `mm-inline-override-types` to
+  "non/existent".
+
+Small change in the api for notmuch-search-tag
+
+  When `notmuch-search-tag` is called non-interactively and the region
+  is set, then it only tags the threads in the region. (Previously it
+  only tagged the current thread.)
+
+Bugfix for sending messages with very long headers.
 
-  Save and resume messages in `notmuch-message-mode` (composition).
+  Previously emacs didn't fold very long headers when sending which
+  could cause the MTA to refuse to send the message. This makes sure
+  it does fold any long headers so the message is RFC compliant.
 
 Library changes
 ---
-- 
2.1.4

___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] News for emacs saved-searches change.

2014-04-11 Thread Tomi Ollila
On Wed, Apr 09 2014, Mark Walters  wrote:

> ---
> The important point is that the changed search variable is not forward
> compatible (it *is* backwards compatible): that is previous version of
> notmuch-emacs will be unusable with a new style notmuch-saved-search
> variable.

the above part could be before '---' so that it is added to the commit
message, too. 

>
> Best wishes
>
> Mark
>
>
>
>  NEWS |   17 +
>  1 file changed, 17 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index d4f4ea4..8aa4182 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -15,6 +15,23 @@ Command-Line Interface
>  Emacs Interface
>  ---
>  
> +Changed format for saved searches.
> +
> +  The format for `notmuch-saved-searches` has changed, but old style
> +  saved searches are still supported. The new style means that a saved
> +  search can store the desired sort order for the search, and it can
> +  store a separate query to use for generating the count notmuch
> +  shows.
> +
> +  The variable is fully customizable and any configuration done
> +  through customize should `just work', with the additional options

I'm afraid the `just work' work badly when contained in markdown page
(perhaps *just work*?).

Tomi


> +  mentioned above. For manual customization see the documentation for
> +  `notmuch-saved-searches`.
> +
> +  IMPORTANT: a new style notmuch-saved-searches variable will break
> +  previous versions of notmuch-emacs (even search will not work); to
> +  fix remove the customization for notmuch-saved-searches.
> +
>  Bug fix for saved searches with newlines in them.
>  
>Split lines confuse `notmuch count --batch`, so we remove embedded
> -- 
> 1.7.10.4


[PATCH] News for emacs saved-searches change.

2014-04-11 Thread David Bremner
Tomi Ollila  writes:
>
> I'm afraid the `just work' work badly when contained in markdown page
> (perhaps *just work*?).
>

sorry missed that. Care to fixup my mess? ;)

d


Re: [PATCH] News for emacs saved-searches change.

2014-04-11 Thread Tomi Ollila
On Wed, Apr 09 2014, Mark Walters markwalters1...@gmail.com wrote:

 ---
 The important point is that the changed search variable is not forward
 compatible (it *is* backwards compatible): that is previous version of
 notmuch-emacs will be unusable with a new style notmuch-saved-search
 variable.

the above part could be before '---' so that it is added to the commit
message, too. 


 Best wishes

 Mark



  NEWS |   17 +
  1 file changed, 17 insertions(+)

 diff --git a/NEWS b/NEWS
 index d4f4ea4..8aa4182 100644
 --- a/NEWS
 +++ b/NEWS
 @@ -15,6 +15,23 @@ Command-Line Interface
  Emacs Interface
  ---
  
 +Changed format for saved searches.
 +
 +  The format for `notmuch-saved-searches` has changed, but old style
 +  saved searches are still supported. The new style means that a saved
 +  search can store the desired sort order for the search, and it can
 +  store a separate query to use for generating the count notmuch
 +  shows.
 +
 +  The variable is fully customizable and any configuration done
 +  through customize should `just work', with the additional options

I'm afraid the `just work' work badly when contained in markdown page
(perhaps *just work*?).

Tomi


 +  mentioned above. For manual customization see the documentation for
 +  `notmuch-saved-searches`.
 +
 +  IMPORTANT: a new style notmuch-saved-searches variable will break
 +  previous versions of notmuch-emacs (even search will not work); to
 +  fix remove the customization for notmuch-saved-searches.
 +
  Bug fix for saved searches with newlines in them.
  
Split lines confuse `notmuch count --batch`, so we remove embedded
 -- 
 1.7.10.4
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] News for emacs saved-searches change.

2014-04-11 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes:

 ---
 The important point is that the changed search variable is not forward
 compatible (it *is* backwards compatible): that is previous version of
 notmuch-emacs will be unusable with a new style notmuch-saved-search
 variable.

pushed, with that paragraph as commit message
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] News for emacs saved-searches change.

2014-04-11 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes:

 I'm afraid the `just work' work badly when contained in markdown page
 (perhaps *just work*?).


sorry missed that. Care to fixup my mess? ;)

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] News for emacs saved-searches change.

2014-04-09 Thread Mark Walters
---
The important point is that the changed search variable is not forward
compatible (it *is* backwards compatible): that is previous version of
notmuch-emacs will be unusable with a new style notmuch-saved-search
variable.

Best wishes

Mark



 NEWS |   17 +
 1 file changed, 17 insertions(+)

diff --git a/NEWS b/NEWS
index d4f4ea4..8aa4182 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,23 @@ Command-Line Interface
 Emacs Interface
 ---

+Changed format for saved searches.
+
+  The format for `notmuch-saved-searches` has changed, but old style
+  saved searches are still supported. The new style means that a saved
+  search can store the desired sort order for the search, and it can
+  store a separate query to use for generating the count notmuch
+  shows.
+
+  The variable is fully customizable and any configuration done
+  through customize should `just work', with the additional options
+  mentioned above. For manual customization see the documentation for
+  `notmuch-saved-searches`.
+
+  IMPORTANT: a new style notmuch-saved-searches variable will break
+  previous versions of notmuch-emacs (even search will not work); to
+  fix remove the customization for notmuch-saved-searches.
+
 Bug fix for saved searches with newlines in them.

   Split lines confuse `notmuch count --batch`, so we remove embedded
-- 
1.7.10.4



[PATCH] News for emacs saved-searches change.

2014-04-09 Thread Mark Walters
---
The important point is that the changed search variable is not forward
compatible (it *is* backwards compatible): that is previous version of
notmuch-emacs will be unusable with a new style notmuch-saved-search
variable.

Best wishes

Mark



 NEWS |   17 +
 1 file changed, 17 insertions(+)

diff --git a/NEWS b/NEWS
index d4f4ea4..8aa4182 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,23 @@ Command-Line Interface
 Emacs Interface
 ---
 
+Changed format for saved searches.
+
+  The format for `notmuch-saved-searches` has changed, but old style
+  saved searches are still supported. The new style means that a saved
+  search can store the desired sort order for the search, and it can
+  store a separate query to use for generating the count notmuch
+  shows.
+
+  The variable is fully customizable and any configuration done
+  through customize should `just work', with the additional options
+  mentioned above. For manual customization see the documentation for
+  `notmuch-saved-searches`.
+
+  IMPORTANT: a new style notmuch-saved-searches variable will break
+  previous versions of notmuch-emacs (even search will not work); to
+  fix remove the customization for notmuch-saved-searches.
+
 Bug fix for saved searches with newlines in them.
 
   Split lines confuse `notmuch count --batch`, so we remove embedded
-- 
1.7.10.4

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] NEWS for emacs part visibility change

2012-12-25 Thread David Bremner
Mark Walters  writes:

> Wording suggested by Austin.
> ---

pushed.

d


[PATCH] NEWS for emacs part visibility change

2012-12-25 Thread Mark Walters
Wording suggested by Austin.
---

I have taken Austin's (excellent) wording and agree with the
downplaying of notmuch-show-all-multipart/alternative-parts.

Best wishes

Mark


 NEWS |   11 +++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 0de685a..69f21a0 100644
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,17 @@ Removal of the deprecated `notmuch-folders` variable
   has now been removed. Any remaining users should migrate to
   `notmuch-saved-searches`.

+Visibility of MIME parts can be toggled
+
+  Each part of a multi-part MIME email can now be shown or hidden
+  using the button at the top of each part (by pressing RET on it or
+  by clicking).  For emails with multiple alternative formats (e.g.,
+  plain text and HTML), only the preferred format is shown initially,
+  but other formats can be shown using their part buttons.  To control
+  the behavior of this, see
+  `notmuch-multipart/alternative-discouraged` and
+  `notmuch-show-all-multipart/alternative-parts`.
+
 Emacs now buttonizes mid: links

   mid: links are a standardized way to link to messages by message ID
-- 
1.7.9.1



[PATCH] NEWS for emacs part visibility change

2012-12-25 Thread Austin Clements
On Sun, 23 Dec 2012, Mark Walters  wrote:
> ---
> Here is some news for the recent part visibility change. I am not
> completely happy with the wording so please do read. In particular
> should it mention how the user's preferred part is chosen
> (notmuch-multipart/alternative-discouraged etc)?
>
> Best wishes
>
> Mark
>
>
>  NEWS |   10 ++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index 3e48501..d290934 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -63,6 +63,16 @@ Removal of the deprecated `notmuch-folders` variable
>has now been removed. Any remaining users should migrate to
>`notmuch-saved-searches`.
>  
> +Visibility of mime parts can be toggled

MIME?

> +
> +  The visibility of mime parts that can be displayed in the emacs show
> +  buffer can be toggled by activating the part button (either by
> +  pressing RET on it or with a mouse click). In particular, the
> +  "alternative" parts of a multipart/alternative email can be viewed.
> +  Note: the default has changed and only the user preferred part of a
> +  multipart/alternative email is displayed. To restore the old
> +  behaviour set `notmuch-show-all-multipart/alternative-parts` to t.

  Each part of a multi-part MIME email can now be shown or hidden using
  the button at the top of each part (by pressing RET on it or by
  clicking).  For emails with multiple alternative formats (e.g., plain
  text and HTML), only the preferred format is shown initially, but
  other formats can be shown using their part buttons.  To control the
  behavior of this, see `notmuch-multipart/alternative-discouraged` and
  `notmuch-show-all-multipart/alternative-parts`.

?  I intentionally downplayed
notmuch-show-all-multipart/alternative-parts relative to your
description because I would love for people to forget about that
setting so we can eventually drop it.

> +
>  Emacs now buttonizes mid: links
>  
>mid: links are a standardized way to link to messages by message ID
> -- 
> 1.7.9.1
>
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS for emacs part visibility change

2012-12-25 Thread Austin Clements
On Sun, 23 Dec 2012, Mark Walters markwalters1...@gmail.com wrote:
 ---
 Here is some news for the recent part visibility change. I am not
 completely happy with the wording so please do read. In particular
 should it mention how the user's preferred part is chosen
 (notmuch-multipart/alternative-discouraged etc)?

 Best wishes

 Mark


  NEWS |   10 ++
  1 files changed, 10 insertions(+), 0 deletions(-)

 diff --git a/NEWS b/NEWS
 index 3e48501..d290934 100644
 --- a/NEWS
 +++ b/NEWS
 @@ -63,6 +63,16 @@ Removal of the deprecated `notmuch-folders` variable
has now been removed. Any remaining users should migrate to
`notmuch-saved-searches`.
  
 +Visibility of mime parts can be toggled

MIME?

 +
 +  The visibility of mime parts that can be displayed in the emacs show
 +  buffer can be toggled by activating the part button (either by
 +  pressing RET on it or with a mouse click). In particular, the
 +  alternative parts of a multipart/alternative email can be viewed.
 +  Note: the default has changed and only the user preferred part of a
 +  multipart/alternative email is displayed. To restore the old
 +  behaviour set `notmuch-show-all-multipart/alternative-parts` to t.

  Each part of a multi-part MIME email can now be shown or hidden using
  the button at the top of each part (by pressing RET on it or by
  clicking).  For emails with multiple alternative formats (e.g., plain
  text and HTML), only the preferred format is shown initially, but
  other formats can be shown using their part buttons.  To control the
  behavior of this, see `notmuch-multipart/alternative-discouraged` and
  `notmuch-show-all-multipart/alternative-parts`.

?  I intentionally downplayed
notmuch-show-all-multipart/alternative-parts relative to your
description because I would love for people to forget about that
setting so we can eventually drop it.

 +
  Emacs now buttonizes mid: links
  
mid: links are a standardized way to link to messages by message ID
 -- 
 1.7.9.1

 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] NEWS for emacs part visibility change

2012-12-25 Thread Mark Walters
Wording suggested by Austin.
---

I have taken Austin's (excellent) wording and agree with the
downplaying of notmuch-show-all-multipart/alternative-parts.

Best wishes

Mark


 NEWS |   11 +++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 0de685a..69f21a0 100644
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,17 @@ Removal of the deprecated `notmuch-folders` variable
   has now been removed. Any remaining users should migrate to
   `notmuch-saved-searches`.
 
+Visibility of MIME parts can be toggled
+
+  Each part of a multi-part MIME email can now be shown or hidden
+  using the button at the top of each part (by pressing RET on it or
+  by clicking).  For emails with multiple alternative formats (e.g.,
+  plain text and HTML), only the preferred format is shown initially,
+  but other formats can be shown using their part buttons.  To control
+  the behavior of this, see
+  `notmuch-multipart/alternative-discouraged` and
+  `notmuch-show-all-multipart/alternative-parts`.
+
 Emacs now buttonizes mid: links
 
   mid: links are a standardized way to link to messages by message ID
-- 
1.7.9.1

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] NEWS for emacs part visibility change

2012-12-25 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes:

 Wording suggested by Austin.
 ---

pushed.

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] NEWS for emacs part visibility change

2012-12-23 Thread Mark Walters
---
Here is some news for the recent part visibility change. I am not
completely happy with the wording so please do read. In particular
should it mention how the user's preferred part is chosen
(notmuch-multipart/alternative-discouraged etc)?

Best wishes

Mark


 NEWS |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 3e48501..d290934 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,16 @@ Removal of the deprecated `notmuch-folders` variable
   has now been removed. Any remaining users should migrate to
   `notmuch-saved-searches`.

+Visibility of mime parts can be toggled
+
+  The visibility of mime parts that can be displayed in the emacs show
+  buffer can be toggled by activating the part button (either by
+  pressing RET on it or with a mouse click). In particular, the
+  "alternative" parts of a multipart/alternative email can be viewed.
+  Note: the default has changed and only the user preferred part of a
+  multipart/alternative email is displayed. To restore the old
+  behaviour set `notmuch-show-all-multipart/alternative-parts` to t.
+
 Emacs now buttonizes mid: links

   mid: links are a standardized way to link to messages by message ID
-- 
1.7.9.1



[PATCH] NEWS for emacs part visibility change

2012-12-23 Thread Mark Walters
---
Here is some news for the recent part visibility change. I am not
completely happy with the wording so please do read. In particular
should it mention how the user's preferred part is chosen
(notmuch-multipart/alternative-discouraged etc)?

Best wishes

Mark


 NEWS |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 3e48501..d290934 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,16 @@ Removal of the deprecated `notmuch-folders` variable
   has now been removed. Any remaining users should migrate to
   `notmuch-saved-searches`.
 
+Visibility of mime parts can be toggled
+
+  The visibility of mime parts that can be displayed in the emacs show
+  buffer can be toggled by activating the part button (either by
+  pressing RET on it or with a mouse click). In particular, the
+  alternative parts of a multipart/alternative email can be viewed.
+  Note: the default has changed and only the user preferred part of a
+  multipart/alternative email is displayed. To restore the old
+  behaviour set `notmuch-show-all-multipart/alternative-parts` to t.
+
 Emacs now buttonizes mid: links
 
   mid: links are a standardized way to link to messages by message ID
-- 
1.7.9.1

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch