diff --git a/AUTHORS b/AUTHORS index c6fb09b..6deee6b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Damien Goutte-Gattat +Damien Goutte-Gattat diff --git a/NEWS b/NEWS index fcba84e..338367a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -Changes in fmail 0.1.0 (2018-02-25) +Changes in fmail 0.1.2 (2018-02-26) + + * Correctly accept -U and -D options. + + +Changes in fmail 0.1.1 (2018-02-25) * Make User-Agent and Date headers optional. * Specify correct hash algorithm in micalg parameter. diff --git a/configure.ac b/configure.ac index c2abc09..33ecc6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Configure template for the fmail package -AC_INIT([fmail], [0.1.1], +AC_INIT([fmail], [0.1.2], [dgouttegattat@incenp.org]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/fmail.c b/src/fmail.c index a5051b3..415ffad 100644 --- a/src/fmail.c +++ b/src/fmail.c @@ -559,7 +559,7 @@ main(int argc, char *argv[]) ctx.footer = NULL; ctx.input = stdin; - while ( (c = getopt_long(argc, argv, "hvsa:ef:H:F:T:C:S:", + while ( (c = getopt_long(argc, argv, "hvsa:ef:H:F:T:C:S:UD", options, NULL)) != -1 ) { switch ( c ) { case 'h':