From: Mark Walters Date: Sun, 9 Jun 2013 08:41:48 +0000 (+0100) Subject: emacs: show: change emacs interactive pipe message. X-Git-Tag: 0.16_rc1~52 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7bc404f0a409a3ddae4178245445ffa922c4c544;hp=7bc404f0a409a3ddae4178245445ffa922c4c544 emacs: show: change emacs interactive pipe message. Previously the query string for piping a message to a command was "Pipe message to command: " regardless of whether the function was called with a prefix argument (which pipes all open messages to the command). This patch modifies the `interactive' command to reflect this. ---