X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=flags.c;h=6bbe78144efd2bbf0d4979c20e54ea399a2feca4;hp=fd3333fa24a8c5bbd6050147afe82fa8e09a4090;hb=871a94fc21c9d349bb0fe8851e0f2e3a07527ed5;hpb=c8c4a96d55967447a5ebe380270adfb97f83cac5 diff --git a/flags.c b/flags.c index fd3333f..6bbe781 100644 --- a/flags.c +++ b/flags.c @@ -11,6 +11,8 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "mutt_curses.h" #include "mutt_menu.h" @@ -22,7 +24,6 @@ #include "imap_private.h" #endif -#include "lib/intl.h" void _mutt_set_flag (CONTEXT * ctx, HEADER * h, int flag, int bf, int upd_ctx) { @@ -306,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);