From 486b554144843b8e30d69ca9ea9f0b11aadfff20 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 27 Aug 2020 23:19:18 -0400 Subject: Add accessor for piem-inboxes There's no need to have a function like piem-inbox-url for every key. Drop piem-inbox-url, but keep piem-inbox-coderepo around because it does a bit of extra processing on top. Message-Id: <20200828031920.7515-3-kyle@kyleam.com> --- piem-b4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'piem-b4.el') diff --git a/piem-b4.el b/piem-b4.el index 6de0d2b..f5aa777 100644 --- a/piem-b4.el +++ b/piem-b4.el @@ -63,7 +63,7 @@ ;; try to download it from a URL at `piem-inboxes'. Finally, fall ;; back to b4's configuration. (unless local-mbox-p - (when-let ((url (piem-inbox-url)) + (when-let ((url (piem-inbox-get :url)) (mid (piem-mid)) (buffer (condition-case nil (piem-download-and-decompress -- cgit v1.2.3