summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/muttng/files/muttng-20060309-break_thread.patch')
-rw-r--r--mail-client/muttng/files/muttng-20060309-break_thread.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail-client/muttng/files/muttng-20060309-break_thread.patch b/mail-client/muttng/files/muttng-20060309-break_thread.patch
new file mode 100644
index 000000000000..3be2cc7c05a1
--- /dev/null
+++ b/mail-client/muttng/files/muttng-20060309-break_thread.patch
@@ -0,0 +1,13 @@
+Index: thread.c
+===================================================================
+--- thread.c (revision 791)
++++ thread.c (working copy)
+@@ -1271,7 +1271,7 @@
+ {
+ mutt_free_list (&hdr->env->in_reply_to);
+ mutt_free_list (&hdr->env->references);
+- hdr->env->irt_changed = hdr->env->refs_changed = 1;
++ hdr->env->irt_changed = hdr->env->refs_changed = hdr->changed = 1;
+ clean_references (hdr->thread, hdr->thread->child);
+ }
+