]> granicus.if.org Git - neomutt/commitdiff
Fix a completely ugly comment formatting.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 7 Dec 1998 21:07:22 +0000 (21:07 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 7 Dec 1998 21:07:22 +0000 (21:07 +0000)
imap.c

diff --git a/imap.c b/imap.c
index 1057316055cf0779a37368882be72a7fc8f389c7..37db95289ab88e4db1c83963d2f26c44c13e8b9e 100644 (file)
--- a/imap.c
+++ b/imap.c
@@ -704,11 +704,10 @@ static int imap_reopen_mailbox (CONTEXT *ctx, int *index_hint)
        if (old_hdrs[j]->changed)
        {
          /* Only update the flags if the old header was changed;
-          *            * otherwise, the header may have been modified
-          *            externally,
-          *                       * and we don't want to lose _those_
-          *                       changes
-          *                                  */
+          * otherwise, the header may have been modified
+          * externally, and we don't want to lose _those_ changes 
+          */
+         
          mutt_set_flag (ctx, ctx->hdrs[i], M_FLAG, old_hdrs[j]->flagged);
          mutt_set_flag (ctx, ctx->hdrs[i], M_REPLIED, old_hdrs[j]->replied);
          mutt_set_flag (ctx, ctx->hdrs[i], M_OLD, old_hdrs[j]->old);