1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
mu/mu4e/mu4e-pkg.el.in
Lin Jian 00f7053d51
mu4e: add mu4e-pkg.el
This file provides information needed by package.el.
2023-08-24 05:41:05 +08:00

8 lines
293 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
(define-package "mu4e" "@VERSION@"
"part of mu4e, the mu mail user agent"
'((emacs "@EMACS_MIN_VERSION@"))
:authors '(("Dirk-Jan C. Binnema" . "djcb@djcbsoftware.nl"))
:maintainer '("Dirk-Jan C. Binnema" . "djcb@djcbsoftware.nl")
:keywords '("email"))