Re: [PATCH v2] emacs: Allow part preferences to depend on message content.

2016-04-03 Thread David Edmondson
On Thu, Mar 24 2016, David Bremner wrote: > David Edmondson writes: > >> Currently the preference for which sub-part of a multipart/alternative >> part is shown is global. Allow to the user to override the settings on a >> per-message basis by providing the ability to call a function that has >>

Re: [PATCH v2] emacs: Allow part preferences to depend on message content.

2016-03-24 Thread David Bremner
David Edmondson writes: > Currently the preference for which sub-part of a multipart/alternative > part is shown is global. Allow to the user to override the settings on a > per-message basis by providing the ability to call a function that has > access to the message to return the discouraged ty

[PATCH v2] emacs: Allow part preferences to depend on message content.

2016-01-29 Thread David Edmondson
Currently the preference for which sub-part of a multipart/alternative part is shown is global. Allow to the user to override the settings on a per-message basis by providing the ability to call a function that has access to the message to return the discouraged type list. The original approach is