Fixed `alist' command at whatnow prompt.
authormarkus schnalke <meillo@marmaro.de>
Fri, 8 Jun 2012 08:04:59 +0000 (10:04 +0200)
committermarkus schnalke <meillo@marmaro.de>
Fri, 8 Jun 2012 08:04:59 +0000 (10:04 +0200)
uip/whatnow.c

index bbb468d..798d0e2 100644 (file)
@@ -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.");
                        }