aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-11-07 13:26:51 +0100
committerThomas Gleixner <tglx@linutronix.de>2019-11-07 13:26:51 +0100
commit868a9c94bbc7ec59b7993553100e0eb94733cb04 (patch)
tree48e383d9206c9449bc1fbdfe822d954bd8bf1999
parentd2a74e732cc8f03e81a17e17f500152aa665510a (diff)
downloadquilttools-868a9c94bbc7ec59b7993553100e0eb94733cb04.tar.gz
mb2q: Make cover letter replies work again
Using a stale variable for comparison instead of the actual iterator does not work well. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rwxr-xr-xmb2q2
1 files changed, 1 insertions, 1 deletions
diff --git a/mb2q b/mb2q
index 1adbad6..0cd916a 100755
--- a/mb2q
+++ b/mb2q
@@ -500,7 +500,7 @@ class quilter(object):
# Update patches which reference a cover letter
for c in cover:
for p in self.patches:
- if o.msgid == p.inreplyto or o.msgid in p.references:
+ if c.msgid == p.inreplyto or c.msgid in p.references:
p.update_tags(c)
# Sanitize Ccs: