mbsync-el icon indicating copy to clipboard operation
mbsync-el copied to clipboard

Wrap calling mbsync in Emacs Lisp, with a gnus hook

= mbsync-el

This Emacs Lisp package allows to easily call the +mbsync+ command line from the +isync+ tool directly from within Emacs.

See http://isync.sourceforge.net/mbsync.html

== gnus integration

Typical gnus integration is as follows:


;; f runs the command mbsync (require 'mbsync) (add-hook 'mbsync-exit-hook 'gnus-group-get-new-news) (define-key gnus-group-mode-map (kbd "f") 'mbsync)