Skip to content

📩 Wrap calling mbsync in Emacs Lisp, with a gnus hook

Notifications You must be signed in to change notification settings

unhammer/mbsync-el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

📩 Wrap calling mbsync in Emacs Lisp, with a gnus hook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%