[gnus git] branch master updated: m0-5-271-g8f34815 =1= * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in shell-quote-argument.

Adam Sj??gren <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  8f34815d386264b0b7b6e79a99dd8848a076faa9 (commit)
      from  6eb643915b68f790216382c45ad5d5de1a844736 (commit)


- Log -----------------------------------------------------------------
commit 8f34815d386264b0b7b6e79a99dd8848a076faa9
Author: Adam Sjøgren <[email protected]>
Date:   Mon Feb 25 20:07:29 2013 +0100

    * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in shell-quote-argument.
    
    Tiny change from Binjo <[email protected]>

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57b9c89..93b1492 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-25  Adam Sjøgren  <[email protected]>  (tiny change)
+
+	* mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
+	shell-quote-argument.
+
 2013-02-22  David Engster  <[email protected]>
 
 	* gnus-registry.el (gnus-registry-save): Provide class name when
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index b20c02a..39bce23 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -865,7 +865,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
            (coding-system-for-read 'binary)
            (data (shell-command-to-string
                   (format "%s --list-options no-show-photos --attribute-fd 3 --list-keys %s 3>&1 >/dev/null 2>&1"
-                          epg-gpg-program key-id))))
+                          (shell-quote-argument epg-gpg-program) key-id))))
       (when (> (length data) 0)
         (insert (substring data 16))
         (create-image (buffer-string) nil t)))))

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog  |    5 +++++
 lisp/mml2015.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.