projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf4f17
)
Fixed `alist' command at whatnow prompt.
author
markus schnalke
<meillo@marmaro.de>
Fri, 8 Jun 2012 08:04:59 +0000
(10:04 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Fri, 8 Jun 2012 08:04:59 +0000
(10:04 +0200)
uip/whatnow.c
patch
|
blob
|
history
diff --git
a/uip/whatnow.c
b/uip/whatnow.c
index
bbb468d
..
798d0e2
100644
(file)
--- 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.");
}