[notmuch] [PATCH] Setup the GMimeStream only when needed

2010-04-01 Thread nst...@redhat.com
On Apr 1 16:21, Michal Sojka wrote: > On Thu, 01 Apr 2010, nstraz at redhat.com wrote: > > I ran into this while looking at the vim plugin. Vim's system() call > > redirects output to a file and it was missing many of the part{ lines. > > > > If stream_stdout is setup too early, it will

[notmuch] [PATCH] Setup the GMimeStream only when needed

2010-04-01 Thread nst...@redhat.com
I ran into this while looking at the vim plugin. Vim's system() call redirects output to a file and it was missing many of the part{ lines. If stream_stdout is setup too early, it will overwrite the part start when notmuch is redirected to a file. --- notmuch-show.c | 15 ++- 1