head 1.3; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.3 date 2009.01.04.10.11.31; author rse; state Exp; branches; next 1.2; commitid ydeBmieWYO1Xo7xt; 1.2 date 2008.04.06.08.03.36; author rse; state Exp; branches; next 1.1; commitid bLh4odULW7O6t1Ys; 1.1 date 2006.11.21.09.47.09; author rse; state Exp; branches; next ; commitid rpDmTtmSPBW4bwVr; desc @@ 1.3 log @upgrading package: email 3.1.0 -> 3.1.1 @ text @Index: configure --- configure.orig 2008-04-05 18:21:15 +0200 +++ configure 2008-04-06 10:01:54 +0200 @@@@ -3021,9 +3021,6 @@@@ -if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall -W" -fi # Checks for libraries. Index: email.address.template --- email.address.template.orig 2008-02-21 19:10:21 +0100 +++ email.address.template 2008-04-06 10:01:54 +0200 @@@@ -1,23 +1,10 @@@@ -# This is the Address book for 'email' -# Groups should be comma delimited email addresses with -# Spaces are allowed, and newline escapes are too. Newline escapes are '\' -# -# Example: -#group: MyGroup = Dean, John, Geekoid \ -# Scott, Josh, John -# -# See? The newline escape char let's you specify stuff on a seperate line. kinda cool, eh? -# Have fun! -# - -# These are regular email addresses -single: Tim = tim@@somedomain.org #This is me! -single: Someone = someone@@somedomain.org #Just someone... -single: Her = hot_girl@@somedomain.org #Yeah right... -single: "Geekoid Software" = software@@somedomain.org - -# This is my group of friends... -group: All = Dean, 'Geekoid Software', \ - Someone, Her +## +## email.address -- Email address book +## +#single: foo = foo@@example.com # Mr. Foo +#single: bar.baz = bar@@example.com # Mr. Bar +#single: "Mr. Quux" = quux@@example.com # Mr. Quux +#group: All = foo, bar.baz \ +# 'Mr. Quux' Index: email.conf --- email.conf.orig 2008-04-05 16:37:11 +0200 +++ email.conf 2008-04-06 10:01:54 +0200 @@@@ -1,8 +1,6 @@@@ -# This is the DEFAULT configuration file for email. -# -# Please CHANGE THE VALUES below to suit your environment. -# Don't forget to set the shell environment variable EDITOR -############################################################ +## +## email.conf -- Email main configuration +## ############################################################ # SMTP Server and Port number you use @@@@ -49,7 +47,7 @@@@ # want address book functionality, just comment it out and # use regular email addresses. ############################################################ -ADDRESS_BOOK = '&/email.address.template' +#ADDRESS_BOOK = '&/email.address' ############################################################ # If you would like to have a copy Of your final email saved @@@@ -78,7 +76,7 @@@@ # just putting "gpg" will suffice if GPG is in your PATH # environment variable path. ############################################################ -# GPG_BIN = '/usr/bin/gpg' +# GPG_BIN = '@@l_prefix@@/bin/gpg' ########################################################### # You can bypass email asking you for a password for gpg Index: email.sig --- email.sig.orig 2008-04-05 16:37:11 +0200 +++ email.sig 2008-04-06 10:01:54 +0200 @@@@ -1,7 +1,5 @@@@ -- -Sent using Email %v -http://www.cleancode.org/projects/email - -Sent on: %c -On System: %h +Time: %c +Agent: OpenPKG's Email %v +System: %h Index: install.sh --- install.sh.orig 2008-02-21 19:10:21 +0100 +++ install.sh 2008-04-06 10:01:54 +0200 @@@@ -251,16 +251,5 @@@@ exit 2 fi -echo " Success!" -cat << EOF - -####################################################### -# Done installing E-Mail client. # -# Please read README for information on setup and use.# -# # -# If you have any questions or concerns... # -# Please e-mail: software@@cleancode.org # -####################################################### -EOF @ 1.2 log @upgrading package: email 2.5.1 -> 3.0.0 @ text @a115 12 Index: src/Makefile.in --- src/Makefile.in.orig 2008-02-24 05:11:20 +0100 +++ src/Makefile.in 2008-04-06 10:02:24 +0200 @@@@ -18,7 +18,7 @@@@ remotesmtp.o sig_file.o smtpcommands.o utils.o all: $(FILES) - $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(LDFLAGS) $(LIBS) $(DLIB) + $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(DLIB) $(LDFLAGS) $(LIBS) clean: rm -f *.o *.d email @ 1.1 log @new package: email 2.5.1 (SMTP Message Sending Command Line Interface) @ text @d2 3 a4 3 --- configure.orig 2006-11-20 21:13:54 +0100 +++ configure 2006-11-21 10:36:51 +0100 @@@@ -2509,9 +2509,6 @@@@ d15 2 a16 2 --- email.address.template.orig 2003-07-11 20:14:29 +0200 +++ email.address.template 2006-11-21 10:44:28 +0100 d50 2 a51 2 --- email.conf.orig 2006-06-13 21:58:00 +0200 +++ email.conf 2006-11-21 10:39:57 +0100 d64 1 a64 1 @@@@ -41,7 +39,7 @@@@ d73 1 a73 1 @@@@ -70,7 +68,7 @@@@ d83 5 a87 3 --- email.sig.orig 2003-07-11 20:14:29 +0200 +++ email.sig 2006-11-21 10:39:25 +0100 @@@@ -1,5 +1,4 @@@@ d89 2 a90 2 -http://email.cleancode.org d97 2 a98 2 --- install.sh.orig 2005-02-16 02:18:16 +0100 +++ install.sh 2006-11-21 10:36:51 +0100 d116 9 a124 9 Index: src/getopt.c --- src/getopt.c.orig 2006-06-13 05:34:52 +0200 +++ src/getopt.c 2006-11-21 10:36:51 +0100 @@@@ -30,6 +30,7 @@@@ # define _NO_PROTO #endif +#include "config.h" #include d126 2 a127 1 /* Comment out all this code if we are using the GNU C Library, and are not @