Rocco Rutte:
[apps/madmutt.git] / query.c
diff --git a/query.c b/query.c
index 570ef07..5c5d0a3 100644 (file)
--- a/query.c
+++ b/query.c
@@ -156,11 +156,6 @@ static int query_search (MUTTMENU * m, regex_t * re, int n)
     if (table[n].data->addr->mailbox &&
         !regexec (re, table[n].data->addr->mailbox, 0, NULL, 0))
       return 0;
-#ifdef EXACT_ADDRESS
-    if (table[n].data->addr->val &&
-        !regexec (re, table[n].data->addr->val, 0, NULL, 0))
-      return 0;
-#endif
   }
 
   return REG_NOMATCH;