Re: [dev] [surf] [patch] Set cookiefile for new windows

From: Christoph Lohmann <20h_AT_r-36.net>
Date: Fri, 12 Jul 2013 06:52:58 +0200

Greetings.

On Fri, 12 Jul 2013 06:52:58 +0200 Jack Murray <jack_AT_murray.cx> wrote:
> diff --git a/surf.c b/surf.c
> index 53dda18..0f9b032 100644
> --- a/surf.c
> +++ b/surf.c
> _AT_@ -865,6 +865,8 @@ newwindow(Client *c, const Arg *arg, gboolean noembed) {
> cmd[i++] = "-s";
> if(showxid)
> cmd[i++] = "-x";
> + cmd[i++] = "-c";
> + cmd[i++] = cookiefile;
> cmd[i++] = "--";
> uri = arg->v ? (char *)arg->v : c->linkhover;
> if(uri)

Thanks for the patch. I could have applied it more easily if you
wouldn’t send your e‐mail as text/html too. You are wasting value re‐
sources and are causing global warming. Just think of all the parsers
that have to read the second part just because you misconfigured your e‐
mail client.


Sincerely,

Christoph Lohmann
Received on Fri Jul 12 2013 - 06:52:58 CEST

This archive was generated by hypermail 2.3.0 : Fri Jul 12 2013 - 07:00:19 CEST