> Dear All,
>
> I have implemented personal address books in MySQL and am now trying to
> setup global address books using the above-mentioned patch.
>
> After untar-ing the patch, I tried running the command "patch -p0
> global_sql_addressbook" as suggested. But it just hangs there without
> any
> feedback.

patch waits for input from stdin.

use "patch -p0 < global_sql_addressbook"

>
> Looking at the contents I noticed that it's doing a "diff"

it is not doing diff, it was made using diff.

> Should I copy an "abook_global_database.php" file to my
> functions directory?
> Or can I just edit the file and rename it abook_global_database.php ?

in order to use global sql addressbook, you need to put
abook_global_database.php into functions directory and add global address
book init calls in functions/addressbook.php.

http://www.topolis.lt/squirrelmail/patches/global-sql-abook/

Global SQL address book is part of SM 1.5.0cvs. It can be implemented
without abook_global_database.php file too. abook_database.php backend
will work.

-- 
Tomas


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to