diff options
Diffstat (limited to 'piem-lei.el')
-rw-r--r-- | piem-lei.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/piem-lei.el b/piem-lei.el index bcc2589..5795087 100644 --- a/piem-lei.el +++ b/piem-lei.el @@ -498,7 +498,7 @@ Return a list with a `piem-lei-msg' object for each root." (defun piem-lei-query-thread (mid) "Show thread containing message MID." (interactive - (list (or (piem-lei-query-get-mid) + (list (or (piem-lei-get-mid) (read-string "Message ID: " nil nil (piem-mid))))) (let* ((records (piem-lei-query--slurp (list "--threads" (concat "m:" mid)))) |