projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180a9b1
)
Fixed a bug when we use '!' with the default search field.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 21 Mar 2013 12:50:47 +0000
(13:50 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 21 Mar 2013 12:50:47 +0000
(13:50 +0100)
mymail.c
patch
|
blob
|
history
diff --git
a/mymail.c
b/mymail.c
index
3d835a7
..
318ba91
100644
(file)
--- a/
mymail.c
+++ b/
mymail.c
@@
-790,6
+790,7
@@
void init_condition(struct search_condition *condition, const char *full_string,
}
}
string = full_string;
+ if(string[0] == '!') { string++; }
}
}