aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-10-13 08:49:00 +0100
committerGravatar David Bremner <bremner@debian.org>2013-10-14 08:26:37 -0300
commit10596a5cce3c7ed902ec4f0807da4ee283571867 (patch)
tree8ff7f050a19414233e051e8d4e7c6846805ccbc1 /contrib
parent48231337b7ead05d77d0961b034df89871789d0a (diff)
contrib: pick: update notmuch-show calls
Remove some unneeded nil arguments in notmuch-show calls.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 0aa651ee..a492214d 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -461,7 +461,7 @@ Does NOT change the database."
;; Since we are only displaying one message do not indent.
(let ((notmuch-show-indent-messages-width 0)
(notmuch-show-only-matching-messages t))
- (setq buffer (notmuch-show id nil nil nil))))
+ (setq buffer (notmuch-show id))))
;; We need the `let' as notmuch-pick-message-window is buffer local.
(let ((window notmuch-pick-message-window))
(with-current-buffer buffer
@@ -480,7 +480,7 @@ Does NOT change the database."
(when id
;; We close the window to kill off un-needed buffers.
(notmuch-pick-close-message-window)
- (notmuch-show id nil nil nil))))
+ (notmuch-show id))))
(defun notmuch-pick-show-message (arg)
"Show the current message.