From 134d11f280cdb8588bb237c0cd0b7244f64046d5 Mon Sep 17 00:00:00 2001 From: yoctocell Date: Mon, 18 Jan 2021 11:48:35 +0100 Subject: Remove functionality for applying patches This is better handled by the piem[0] package. [0]: https://git.kyleam.com/piem --- git-email-notmuch.el | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'git-email-notmuch.el') diff --git a/git-email-notmuch.el b/git-email-notmuch.el index 0dccc17..a10789e 100644 --- a/git-email-notmuch.el +++ b/git-email-notmuch.el @@ -24,23 +24,12 @@ ;;; Commentary: -;; This library offers some extra functions to make git-email work -;; better with notmuch. +;; This library offers sets some variables for git-email to make it +;; work better with notmuch. ;;; Code: (require 'git-email) -(require 'notmuch-show) - -;;;###autoload -(defun git-email-notmuch-apply-patch (project &optional thread) - "Apply the patch in the notmuch-show buffer using 'git am' in PROJECT. - -If THREAD is non-nil or if invoked with a prefix argument, apply the patches -in the whole thread instead of the current message." - (interactive (list (git-email--get-project)) "p") - (let ((default-directory project)) - (notmuch-show-pipe-message thread git-email-apply-patch-command))) (provide 'git-email-notmuch) ;;; git-email-notmuch.el ends here -- cgit v1.2.3