[hackers] [surf] Add the commandline flag for the cookie policies too. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Thu, 30 Jan 2014 20:50:24 +0100

commit fa9b1873936934bfd7ccc6da9cf66b92d193e72e
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Thu Jan 30 20:47:03 2014 +0100

    Add the commandline flag for the cookie policies too.

diff --git a/surf.c b/surf.c
index 906d145..e967672 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -1391,6 +1391,9 @@ main(int argc, char *argv[]) {
 
         /* command line args */
         ARGBEGIN {
+ case 'a':
+ cookiepolicies = EARGF(usage());
+ break;
         case 'b':
                 enablescrollbars = 0;
                 break;
Received on Thu Jan 30 2014 - 20:50:24 CET

This archive was generated by hypermail 2.3.0 : Thu Jan 30 2014 - 21:00:09 CET