-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi 

this patch only add three more script files to system
which is useful for mutt.

msmtpqueue/msmtp-enqueue.sh
msmtpqueue/msmtp-listqueue.sh
msmtpqueue/msmtp-runqueue.sh


- -- 
Best Regards
Xiangfu Liu
http://www.openmobilefree.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzgpz8ACgkQRRAEFRxkgLTDXACeLieZ1/pggBOM87K1GLZJj2Ko
mgkAn28ocR2WDhJfugSUY7g6CI8A7ho1
=YjBW
-----END PGP SIGNATURE-----
Index: mail/msmtp/Makefile
===================================================================
--- mail/msmtp/Makefile	(revision 23986)
+++ mail/msmtp/Makefile	(working copy)
@@ -10,7 +10,7 @@
 
 PKG_NAME:=msmtp
 PKG_VERSION:=1.4.19
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=...@sf/msmtp
@@ -98,6 +98,9 @@
 		$(1)/etc/msmtprc
 	$(INSTALL_DIR) $(1)/usr/bin
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/msmtp $(1)/usr/bin/msmtp
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/scripts/msmtpqueue/msmtp-enqueue.sh $(1)/usr/bin
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/scripts/msmtpqueue/msmtp-listqueue.sh $(1)/usr/bin
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/scripts/msmtpqueue/msmtp-runqueue.sh $(1)/usr/bin
 	$(INSTALL_DIR) $(1)/usr/sbin
 endef
 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to