[RFC PATCH 1/1] add --stderr option

2013-05-22 Thread Justus Winter
Quoting Tomi Ollila (2013-05-22 09:50:46) > On Tue, May 21 2013, Justus Winter <4winter at informatik.uni-hamburg.de> > wrote: > > > Quoting Tomi Ollila (2013-05-21 20:42:30) > >> --- > >> > >> Note quickly written untested code (but compiles!), just to show an idea... > >> > >> This

[RFC PATCH 1/1] add --stderr option

2013-05-22 Thread Tomi Ollila
On Tue, May 21 2013, Justus Winter <4winter at informatik.uni-hamburg.de> wrote: > Quoting Tomi Ollila (2013-05-21 20:42:30) >> --- >> >> Note quickly written untested code (but compiles!), just to show an idea... >> >> This implements (i hope) curl(1) --stderr option in notmuch(1): >> >>

Re: [RFC PATCH 1/1] add --stderr option

2013-05-22 Thread Tomi Ollila
On Tue, May 21 2013, Justus Winter 4win...@informatik.uni-hamburg.de wrote: Quoting Tomi Ollila (2013-05-21 20:42:30) --- Note quickly written untested code (but compiles!), just to show an idea... This implements (i hope) curl(1) --stderr option in notmuch(1): --stderr file

Re: [RFC PATCH 1/1] add --stderr option

2013-05-22 Thread Justus Winter
Quoting Tomi Ollila (2013-05-22 09:50:46) On Tue, May 21 2013, Justus Winter 4win...@informatik.uni-hamburg.de wrote: Quoting Tomi Ollila (2013-05-21 20:42:30) --- Note quickly written untested code (but compiles!), just to show an idea... This implements (i hope) curl(1) --stderr

[RFC PATCH 1/1] add --stderr option

2013-05-21 Thread Justus Winter
Quoting Tomi Ollila (2013-05-21 20:42:30) > --- > > Note quickly written untested code (but compiles!), just to show an idea... > > This implements (i hope) curl(1) --stderr option in notmuch(1): > >--stderr > Redirect all writes to stderr to the specified file instead.

[RFC PATCH 1/1] add --stderr option

2013-05-21 Thread Tomi Ollila
--- Note quickly written untested code (but compiles!), just to show an idea... This implements (i hope) curl(1) --stderr option in notmuch(1): --stderr Redirect all writes to stderr to the specified file instead. If the file name is a plain '-', it is

[RFC PATCH 1/1] add --stderr option

2013-05-21 Thread Mark Walters
On Tue, 21 May 2013, Tomi Ollila wrote: > --- > > Note quickly written untested code (but compiles!), just to show an idea... > > This implements (i hope) curl(1) --stderr option in notmuch(1): > >--stderr > Redirect all writes to stderr to the specified file instead. If

[RFC PATCH 1/1] add --stderr option

2013-05-21 Thread Tomi Ollila
--- Note quickly written untested code (but compiles!), just to show an idea... This implements (i hope) curl(1) --stderr option in notmuch(1): --stderr file Redirect all writes to stderr to the specified file instead. If the file name is a plain '-', it is

Re: [RFC PATCH 1/1] add --stderr option

2013-05-21 Thread Mark Walters
On Tue, 21 May 2013, Tomi Ollila tomi.oll...@iki.fi wrote: --- Note quickly written untested code (but compiles!), just to show an idea... This implements (i hope) curl(1) --stderr option in notmuch(1): --stderr file Redirect all writes to stderr to the specified

Re: [RFC PATCH 1/1] add --stderr option

2013-05-21 Thread Justus Winter
Quoting Tomi Ollila (2013-05-21 20:42:30) --- Note quickly written untested code (but compiles!), just to show an idea... This implements (i hope) curl(1) --stderr option in notmuch(1): --stderr file Redirect all writes to stderr to the specified file instead. If