Removed wanderlust again.
This commit is contained in:
parent
3153f777d1
commit
07dbd67495
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
;;; magit-wanderlust.el --- wanderlust extension for Magit
|
|
||||||
|
|
||||||
(require 'magit)
|
|
||||||
|
|
||||||
(defun magit-wl-pipe-to-am ()
|
|
||||||
"Ask the user for a project in which to apply (via am) the
|
|
||||||
current email in wl."
|
|
||||||
(interactive)
|
|
||||||
"Pipe a wanderlust message into git am."
|
|
||||||
(let* ((proj (funcall magit-completing-read
|
|
||||||
"Apply to project: "
|
|
||||||
(magit-list-projects)
|
|
||||||
nil t nil nil)))
|
|
||||||
(wl-summary-pipe-message-subr
|
|
||||||
nil (format "cd '%s' && git am" proj))))
|
|
||||||
|
|
||||||
(provide 'magit-wanderlust)
|
|
||||||
;;; magit-wanderlust.el ends here
|
|
Loading…
Reference in a new issue