[PATCH] remove extra `:' in In-Reply-To header



Hi all,

below is a one-byte patch against today's cvs which removes an extra colon 
in the In-Reply-To header generated on reply.

Cheers,
	Albrecht.


~~~~~snip here~~~~~
--- balsa/libbalsa/message.c    Wed Apr 24 19:31:24 2002
+++ balsa-patched/libbalsa/message.c    Wed Apr 24 20:02:56 2002
@@ -439,7 +439,7 @@
      }
       for (tmp = env->in_reply_to; tmp; tmp = tmp->next) {
-        res = g_list_append(res, libbalsa_create_hdr_pair("In-Reply-To:",
+        res = g_list_append(res, libbalsa_create_hdr_pair("In-Reply-To",
                                                            
g_strdup(tmp->data)));
      }
  
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Albrecht Dreß  -  Johanna-Kirchner-Straße 13  -  D-53123 Bonn (Germany)
        Phone (+49) 228 6199571  -  mailto:albrecht.dress@arcor.de
_________________________________________________________________________



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]