From: markus schnalke Date: Fri, 8 Jun 2012 08:04:59 +0000 (+0200) Subject: Fixed `alist' command at whatnow prompt. X-Git-Tag: mmh-thesis-end~35 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=6d6b17fd2311daa48928e36bb131cda8fd1c91eb Fixed `alist' command at whatnow prompt. --- diff --git a/uip/whatnow.c b/uip/whatnow.c index bbb468d..798d0e2 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -299,8 +299,7 @@ main(int argc, char **argv) ** List attachments on current draft. */ snprintf(buf, sizeof buf, "anno -list -comp '%s' " - "-number all -text IGNORE '%s'", - attach_hdr, drft); + "-number '%s'", attach_hdr, drft); if (system(buf) != 0) { advise(NULL, "Could not list attachment headers."); }