All Projects → dimitri → mbsync-el

dimitri / mbsync-el

Licence: WTFPL license
Wrap calling mbsync in Emacs Lisp, with a gnus hook

Programming Languages

emacs lisp
2029 projects

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].