always build pgp support.
[apps/madmutt.git] / flags.c
diff --git a/flags.c b/flags.c
index 37dca38..6bbe781 100644 (file)
--- a/flags.c
+++ b/flags.c
@@ -307,7 +307,7 @@ int mutt_thread_set_flag (HEADER * hdr, int flag, int bf, int subthread)
   if ((cur = cur->child) == NULL)
     return (0);
 
-  FOREVER {
+  for (;;) {
     if (cur->message)
       mutt_set_flag (Context, cur->message, flag, bf);