diff options
-rw-r--r-- | news/grn/files/patch-pattern.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/grn/files/patch-pattern.c b/news/grn/files/patch-pattern.c new file mode 100644 index 0000000..3186e11 --- /dev/null +++ b/news/grn/files/patch-pattern.c @@ -0,0 +1,10 @@ +--- libmutt/pattern.c.orig Tue Aug 17 16:08:15 2004 ++++ libmutt/pattern.c Tue Aug 17 16:09:00 2004 +@@ -883,6 +883,7 @@ + return (pat->not ^ (h->pgp & PGPKEY)); + #endif + #endif ++ break; + } + mutt_error ("error: unknown op %d (report this error).", pat->op); + return (-1); |