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

2010-04-01 Thread nstraz
On Apr 1 16:21, Michal Sojka wrote: > On Thu, 01 Apr 2010, nst...@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 overwrite t

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

2010-04-01 Thread nstraz
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 fil