summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-06Release version 0.1.0v0.1.0Kyle Meyer
2020-09-06Drop version header from most librariesKyle Meyer
2020-09-01manual: Clarify descriptions of b4-am commandsKyle Meyer
2020-08-31manual: Fix typoKyle Meyer
2020-08-28elfeed, eww: Be stricter about the returned message IDKyle Meyer
2020-08-28piem-inbox-{codrepo,get}: Allow caller to specify inboxKyle Meyer
2020-08-28Add accessor for piem-inboxesKyle Meyer
2020-08-28elfeed, eww: Don't assume inbox name in piem-inboxes and URL matchKyle Meyer
2020-08-28README: Update manual URLKyle Meyer
2020-08-27Switch downloads to url-retrieve-synchronouslyKyle Meyer
2020-08-26manual: Add chapter on piem-inject-thread-into-maildirKyle Meyer
2020-08-25README: Link to online manualKyle Meyer
2020-08-25README: Bring a link target inlineKyle Meyer
2020-08-25README: Update description of statusKyle Meyer
2020-08-25manual: A rough and incomplete startKyle Meyer
2020-08-25Split a code sectionKyle Meyer
2020-08-23notmuch: Extract "known message?" logic to functionKyle Meyer
2020-08-23inject: Support skipping messagesKyle Meyer
2020-08-23inject: Abbreviate piem-maildir-directory in messageKyle Meyer
2020-08-17b4: Try to download thread from piem-inboxes URLKyle Meyer
2020-08-17b4: Use a clearer variable nameKyle Meyer
2020-08-17Extract logic from inject-thread-callbackKyle Meyer
2020-08-17Move "has gunzip?" check to helperKyle Meyer
2020-08-17Use url-http-end-of-headers move to payloadKyle Meyer
2020-08-16piem-inbox-coderepo-maybe-read: Expand paths from projectileKyle Meyer
2020-08-16piem-inbox-coderepo-maybe-read: Include current projectile projectKyle Meyer
2020-08-16piem-inbox-coderepo-maybe-read: Require projectile project matchKyle Meyer
2020-08-16piem-inbox-coderepo-maybe-read: Reject invalid empty-string inboxKyle Meyer
2020-08-11piem-am: Clean up hidden buffers produced by interactive callsKyle Meyer
2020-08-10Fix handling of -am-ready-mbox valuesKyle Meyer
2020-08-10Explicitly specify --patch-format in git-am callsKyle Meyer
2020-08-09Convert unnecessary let* to letKyle Meyer
2020-07-24gnus: Enable functions in gnus-summary-modeKyle Meyer
2020-07-19Don't assume "From:" exists when extracting infoKyle Meyer
2020-06-27piem-am: Call git-am with --3wayKyle Meyer
2020-06-27piem-am: Move git-am arguments to variableKyle Meyer
2020-06-27piem-am: Drop to-do commentKyle Meyer
2020-06-21eww: Note limitation of extracting inbox name from URLKyle Meyer
2020-06-21process: Ensure output is inserted at end of bufferKyle Meyer
2020-06-15Add docstrings to all -am commandsKyle Meyer
2020-06-14Autoload piem-am commandKyle Meyer
2020-06-13Support adding Message-Id to attached patchesKyle Meyer
2020-06-11Use appropriate message-narrow-* variant (again)Kyle Meyer
2020-06-11Reposition two incorrectly placed thingsKyle Meyer
2020-06-11piem-{gnus,notmuch}-am-ready-mbox: Fix docstring typosKyle Meyer
2020-06-07Add command for downloading/injecting t.mbox.gz into a MaildirKyle Meyer
2020-06-07Add function for accessing inbox's URLKyle Meyer
2020-06-07Copy over some Maildir utilities from NotmuchKyle Meyer
2020-06-06Fix copy-paste errorKyle Meyer
2020-06-06gnus: Add support for piem-am-ready-mboxKyle Meyer