summaryrefslogtreecommitdiff
path: root/piem.el
AgeCommit message (Expand)Author
2020-09-06Release version 0.1.0v0.1.0Kyle 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-27Switch downloads to url-retrieve-synchronouslyKyle 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-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-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-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-07Add command for downloading/injecting t.mbox.gz into a MaildirKyle Meyer
2020-06-07Add function for accessing inbox's URLKyle Meyer
2020-06-06Fix copy-paste errorKyle Meyer
2020-06-06piem-patch-subject-re: Permit other text before the patch prefixKyle Meyer
2020-06-06Move regexp for patch subjects into a variableKyle Meyer
2020-06-06Convert piem-am into a standalone commandKyle Meyer
2020-06-06Add piem-process- variant that accepts a buffer for stdinKyle Meyer
2020-06-06Add piem-am-ready-mboxKyle Meyer
2020-06-06Don't pass invalid starting point to 'git checkout'Kyle Meyer
2020-06-06Add piem-inbox-coderepo-maybe-read functionKyle Meyer
2020-06-06piem-extract-mbox-info: Process "From:" with rfc2047-decode-stringKyle Meyer
2020-06-06Correct defcustom type for piem-default-branch-functionKyle Meyer
2020-06-06Extract patch information from a buffer rather than filesKyle Meyer
2020-06-06Use appropriate message-narrow-* variantKyle Meyer
2020-06-06Extract reusable git-am logic from -b4Kyle Meyer
2020-06-06Condense format string of process buffer headerKyle Meyer
2020-06-06Correct process error nameKyle Meyer
2020-06-06b4: Drop custom process bufferKyle Meyer