mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit 1e397280b9c94a9014955015cdc0c7a49deb4ba2
parent e13324b3607216ac10d2dae6cef857212e03b6df
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 31 Aug 2022 01:44:54 +0300

initial release

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ MANDIR = ${SHAREDIR}/man MAN1 = ${MANDIR}/man1 MUSHAREDIR = ${SHAREDIR}/mu-wizard INSTALLSH = ./tools/install.sh -VERSION = 1.0.0-rc1 +VERSION = 1.0.0 all: @echo "Run 'make install' to install mu-wizard."