diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-08-27 23:19:18 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-08-28 23:05:56 -0400 |
commit | 486b554144843b8e30d69ca9ea9f0b11aadfff20 (patch) | |
tree | b821e1e1bdfbdbb6c15ff0a4b0341eeaed8eff2d /piem-b4.el | |
parent | d200092f77fa8613db0bf58a5670fe91353e8b96 (diff) | |
download | piem-486b554144843b8e30d69ca9ea9f0b11aadfff20.tar.gz |
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>
Diffstat (limited to 'piem-b4.el')
-rw-r--r-- | piem-b4.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |