From: Jonas Bernoulli Date: Mon, 16 Nov 2020 21:28:22 +0000 (+0100) Subject: emacs: fix old bug in notmuch-mua-mail X-Git-Tag: 0.32_rc0~195 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=f061ae5b427136b759957622210d5f83e5e61e5a;hp=f061ae5b427136b759957622210d5f83e5e61e5a;p=notmuch emacs: fix old bug in notmuch-mua-mail This fixes a regression introduced in [1: 7e20d264]. If the argument RETURN-ACTION was non-nil then we should pass along the value of that argument. Instead we passed along the constant symbol `return-action'. 1: 7e20d26480553f57d53bd9ec28cae163c1ac91e3 emacs: Fix mail composition under Emacs 23 ---