-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving from barrydegraaff personal repo to Zimbra-Community Zeta Alli…
…ance repo
- Loading branch information
barrydegraaff
committed
Dec 10, 2015
1 parent
5782d0f
commit b4accf7
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ The unsubscribe button in Zimbra is based on the List-Unsubscribe header as defi | |
|
||
IN VERSION 0.6 THE UNSUBSCRIBE BUTTON IS HIDDEN WHEN NO HEADER IS PRESENT. In previous versions it showed disabled. | ||
|
||
Screenshot: https://raw.githubusercontent.com/barrydegraaff/list-unsubscribe-zimlet/master/list-unsubscribe.png | ||
Screenshot: https://raw.githubusercontent.com/Zimbra-Community/list-unsubscribe-zimlet/master/list-unsubscribe.png | ||
|
||
Do you like this Zimlet and want to support its continued development, you can make donations via: | ||
- PayPal: [email protected] | ||
|
@@ -31,8 +31,8 @@ Do you like this Zimlet and want to support its continued development, you can m | |
rm -Rf /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_list_unsubscribe | ||
mkdir -p /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_list_unsubscribe | ||
cd /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_list_unsubscribe | ||
wget https://raw.githubusercontent.com/barrydegraaff/list-unsubscribe-zimlet/master/tk_barrydegraaff_list_unsubscribe.xml | ||
wget https://raw.githubusercontent.com/barrydegraaff/list-unsubscribe-zimlet/master/tk_barrydegraaff_list_unsubscribe.js | ||
wget https://raw.githubusercontent.com/Zimbra-Community/list-unsubscribe-zimlet/master/tk_barrydegraaff_list_unsubscribe.xml | ||
wget https://raw.githubusercontent.com/Zimbra-Community/list-unsubscribe-zimlet/master/tk_barrydegraaff_list_unsubscribe.js | ||
|
||
|
||
======================================================================== | ||
|