projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83ab29
)
minor whitespace cleanups
author
Piotr Trojanek
<piotr.trojanek@gmail.com>
Fri, 16 Jun 2017 22:50:22 +0000
(23:50 +0100)
committer
David Bremner
<david@tethera.net>
Sun, 25 Jun 2017 12:32:08 +0000
(09:32 -0300)
tag-util.c
patch
|
blob
|
history
diff --git
a/tag-util.c
b/tag-util.c
index 343c161f471aa827ff186df01e7c24afe71e5d06..7091d294beae1cf9c0150377d867604d0fd2d45e 100644
(file)
--- a/
tag-util.c
+++ b/
tag-util.c
@@
-34,7
+34,6
@@
line_error (tag_parse_status_t status,
const char *
illegal_tag (const char *tag, notmuch_bool_t remove)
{
-
if (*tag == '\0' && ! remove)
return "empty tag forbidden";
@@
-155,7
+154,6
@@
tag_parse_status_t
parse_tag_command_line (void *ctx, int argc, char **argv,
char **query_str, tag_op_list_t *tag_ops)
{
-
int i;
for (i = 0; i < argc; i++) {
@@
-209,7
+207,6
@@
makes_changes (notmuch_message_t *message,
tag_op_list_t *list,
tag_op_flag_t flags)
{
-
size_t i;
notmuch_tags_t *tags;