aboutsummaryrefslogtreecommitdiff
path: root/piem-b4.el
diff options
context:
space:
mode:
Diffstat (limited to 'piem-b4.el')
-rw-r--r--piem-b4.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/piem-b4.el b/piem-b4.el
index 8cbfc35..6e718dc 100644
--- a/piem-b4.el
+++ b/piem-b4.el
@@ -73,7 +73,7 @@ This is intended to be used for debugging purposes.")
;; b4's configuration.
(unless local-mbox-p
(when-let ((url (and (equal mid (piem-mid))
- (piem-inbox-get :url))))
+ (piem-inbox-url))))
(ignore-errors
(piem-with-url-contents
(concat url (piem-escape-mid mid) "/t.mbox.gz")
@@ -131,7 +131,7 @@ list of arguments specified via ARGS."
(defun piem-b4-am-from-mid (mid &optional args toggle-worktree)
"Get the thread for MID, extract an am-ready mbox, and apply it.
-Try to generate a thread for the Message-Id MID with
+Try to generate a thread for MID with
`piem-mid-to-thread-functions'. If that fails, try to download
the thread from an inbox URL associated with the current buffer,
provided that the current buffer's message ID matches MID. And
@@ -250,7 +250,7 @@ this triggers the creation of a new worktree."
(piem-b4-am:--outdir)
(piem-b4-am:--mbox-name)
("-M" "Save as maildir" "--save-as-maildir")
- (7 "-Q" "Save as quilt-read folder" "--quilt-ready")
+ (7 "-Q" "Save as quilt-ready folder" "--quilt-ready")
;; Hide because this is unlikely to be useful outside of
;; command-line piping to `git am'.
(5 "-V" "Do not save cover letter" "--no-cover")]