[PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Mark Walters
Hi What does the (mis-behaving) part button say? is it [image/jpeg] or [application/octet-stream as image/jpeg] or? and what do correctly behaving part buttons say? Best wishes Mark Jameson Graef Rollins writes: > On Fri, Aug 16 2013, Istvan Marko wrote: >> When text/html parts include ima

[PATCH 1/1] test: unset 'xpg_echo' bash shell option

2013-08-20 Thread Tomi Ollila
When 'xpg_echo' bash shell option is unset (usually the default) echo builtin does not expand backslash-escape sequences by default (i.e. '\n' is echoed as '\n' instead of newline). Not all bash installations have this feature we depend on activated by default. Note that the feature is bash (and G

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Tomi Ollila
On Tue, Aug 20 2013, Blake Jones wrote: >> From: Blake Jones >> >> The timegm(3) function is a non-standard extension to libc which is >> available in GNU libc and on some BSDs. Although SunOS had this >> function in its libc, Solaris (unfortunately) removed it. This patch >> implements a ver

Inline-encryption, encryption failure when storing sent mails

2013-08-20 Thread Daniel Kahn Gillmor
--- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 1027 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130820/e3e4011a/attachment.pgp>

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread vladimir.ma...@oracle.com
From: Blake Jones The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good enough for parse-

Re: [PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Mark Walters
Hi What does the (mis-behaving) part button say? is it [image/jpeg] or [application/octet-stream as image/jpeg] or? and what do correctly behaving part buttons say? Best wishes Mark Jameson Graef Rollins writes: > On Fri, Aug 16 2013, Istvan Marko wrote: >> When text/html parts include ima

Re: Inline-encryption, encryption failure when storing sent mails

2013-08-20 Thread Daniel Kahn Gillmor
On 08/16/2013 04:02 AM, David Bremner wrote: > Simon Hirscher writes: > >> 1. Support for inline-encryption As far as I can see, so far only >> encrypted mails with PGP/MIME are supported. Couldn't notmuch also >> support text/plain messages that contain PGP-encrypted messages by >> scanning for

Re: [PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
> The copyright header gives FSF "owner"ship to the file -- which would > be fine by the project -- but does assigning copyright to the FSF work > like this... ... I started to look around and found (among other > pages) this: > > http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copy

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
> The copyright header gives FSF "owner"ship to the file -- which would > be fine by the project -- but does assigning copyright to the FSF work > like this... ... I started to look around and found (among other > pages) this: > > http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copy

Re: [PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Istvan Marko
Jameson Graef Rollins writes: > On Tue, Aug 20 2013, Istvan Marko wrote: >> This is controlled by notmuch-show-part-button-default-action. >> >> There are also the "." bindings, hit ". C-h" to see them. > > Hi, Istvan. Yes, I'm aware of these options, and they're not the issue. > This button

[PATCH 1/1] test: unset 'xpg_echo' bash shell option

2013-08-20 Thread Tomi Ollila
When 'xpg_echo' bash shell option is unset (usually the default) echo builtin does not expand backslash-escape sequences by default (i.e. '\n' is echoed as '\n' instead of newline). Not all bash installations have this feature we depend on activated by default. Note that the feature is bash (and G

[PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Istvan Marko
Jameson Graef Rollins writes: > On Tue, Aug 20 2013, Istvan Marko wrote: >> This is controlled by notmuch-show-part-button-default-action. >> >> There are also the "." bindings, hit ". C-h" to see them. > > Hi, Istvan. Yes, I'm aware of these options, and they're not the issue. > This button

[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-20 Thread David Bremner
Austin Clements writes: > RFC 2047 states that the encoding and charset in an encoded word are > case-insensitive, so force them to lower case in the reply test. This > fixes an issue caused by GMime versions (somewhere between 2.6.10 and > 2.6.16), which changed the capitalization of the encodi

Re: [PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Jameson Graef Rollins
On Tue, Aug 20 2013, Istvan Marko wrote: > Jameson Graef Rollins writes: > >> However, the behavior of the part button that now appears seems to be a >> bit strange. Clicking/hitting enter on the part attempts to save it >> rather than open it. > > This is controlled by notmuch-show-part-butto

[PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Jameson Graef Rollins
other messages. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130820/11135160/attachment.pgp>

Re: [PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Tomi Ollila
On Tue, Aug 20 2013, Blake Jones wrote: >> From: Blake Jones >> >> The timegm(3) function is a non-standard extension to libc which is >> available in GNU libc and on some BSDs. Although SunOS had this >> function in its libc, Solaris (unfortunately) removed it. This patch >> implements a ver

Re: [PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Istvan Marko
Jameson Graef Rollins writes: > However, the behavior of the part button that now appears seems to be a > bit strange. Clicking/hitting enter on the part attempts to save it > rather than open it. This is controlled by notmuch-show-part-button-default-action. There are also the "." bindings

[PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Istvan Marko
Jameson Graef Rollins writes: > However, the behavior of the part button that now appears seems to be a > bit strange. Clicking/hitting enter on the part attempts to save it > rather than open it. This is controlled by notmuch-show-part-button-default-action. There are also the "." bindings

Re: [PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
> From: Blake Jones > > The timegm(3) function is a non-standard extension to libc which is > available in GNU libc and on some BSDs. Although SunOS had this > function in its libc, Solaris (unfortunately) removed it. This patch > implements a very simple version of timegm() which is good enoug

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
> From: Blake Jones > > The timegm(3) function is a non-standard extension to libc which is > available in GNU libc and on some BSDs. Although SunOS had this > function in its libc, Solaris (unfortunately) removed it. This patch > implements a very simple version of timegm() which is good enoug

Re: [PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Jameson Graef Rollins
On Fri, Aug 16 2013, Istvan Marko wrote: > When text/html parts include images as multipart/related and the > text/plain alternative is used these images can be completely hidden > with no easy way to access them or even find out that they are there. > > Make notmuch-show-insert-part-multipart/rel

[PATCH] emacs: add buttons for all multipart/related parts

2013-08-20 Thread Jameson Graef Rollins
ttachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130820/5d18b5e8/attachment.pgp>

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Vladimir . Marek
From: Blake Jones The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good enough for parse-

Re: [PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-20 Thread David Bremner
Austin Clements writes: > RFC 2047 states that the encoding and charset in an encoded word are > case-insensitive, so force them to lower case in the reply test. This > fixes an issue caused by GMime versions (somewhere between 2.6.10 and > 2.6.16), which changed the capitalization of the encodi