From: Keith Packard Date: Sat, 21 Nov 2009 04:57:35 +0000 (-0800) Subject: Insert signature into replies X-Git-Tag: 0.1~360 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=265be025c2372de16f526a6bb85f627651632b6d;hp=265be025c2372de16f526a6bb85f627651632b6d;ds=sidebyside Insert signature into replies When you compose a new message, message mode carefully inserts your mail signature at the bottom of the message; as notmuch constructs the reply all by itself, this doesn't happen then. Use the message mode function 'message-insert-signature' to add that to reply buffers. Signed-off-by: Keith Packard ---