]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-in_reply_to.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/mutt.git] / mutt-in_reply_to.patch
diff --git a/mutt-in_reply_to.patch b/mutt-in_reply_to.patch
deleted file mode 100644 (file)
index 34b208b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- mutt-1.3.18/send.c Thu Apr 26 15:17:49 2001
-+++ mutt-1.3.18-p/send.c       Wed May 30 13:30:10 2001
-@@ -630,8 +630,10 @@
-   else
-   {
-     env->references = mutt_make_references (curenv);
--    env->in_reply_to = mutt_new_list ();
--    env->in_reply_to->data = safe_strdup (curenv->message_id);
-+    if (curenv->message_id) {
-+      env->in_reply_to = mutt_new_list ();
-+      env->in_reply_to->data = safe_strdup (curenv->message_id);
-+    }
-   }
- }
This page took 0.031727 seconds and 4 git commands to generate.