Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 558 Bytes

README.asciidoc

File metadata and controls

17 lines (12 loc) · 558 Bytes

mbsync-el

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

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)