diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-19 16:58:09 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-19 16:58:09 +0000 |
commit | 1faad42c855b3caa03381cb30514127a0d85e1df (patch) | |
tree | 9e1aea4f81965485ae3a62fba79e8226342fa841 /mail/imp-devel/files | |
parent | 119bdffcb7c219a6c205de25e411c44a034cec96 (diff) | |
download | FreeBSD-ports-1faad42c855b3caa03381cb30514127a0d85e1df.zip FreeBSD-ports-1faad42c855b3caa03381cb30514127a0d85e1df.tar.gz |
horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
Diffstat (limited to 'mail/imp-devel/files')
-rw-r--r-- | mail/imp-devel/files/patch-ab | 10 | ||||
-rw-r--r-- | mail/imp-devel/files/patch-ac | 11 |
2 files changed, 17 insertions, 4 deletions
diff --git a/mail/imp-devel/files/patch-ab b/mail/imp-devel/files/patch-ab index ee535e4..7c274c3 100644 --- a/mail/imp-devel/files/patch-ab +++ b/mail/imp-devel/files/patch-ab @@ -1,5 +1,5 @@ --- config/servers.php.dist.orig Fri Jun 22 20:08:14 2001 -+++ config/servers.php.dist Fri Nov 16 23:46:19 2001 ++++ config/servers.php.dist Tue Dec 18 23:08:00 2001 @@ -31,7 +31,7 @@ * is on. * @@ -14,11 +14,13 @@ $servers['imap'] = array( 'name' => 'IMAP Server', - 'server' => 'imap.example.com', +- 'protocol' => 'imap', +- 'port' => 143, +- 'folders' => 'mail/', +// 'server' => 'imap.example.com', + 'server' => 'localhost', - 'protocol' => 'imap', - 'port' => 143, -- 'folders' => 'mail/', ++ 'protocol' => '%%PROTOCOL%%', ++ 'port' => %%IMAPPORT%%, + 'folders' => 'Mail/', 'namespace' => '', 'maildomain' => 'example.com', diff --git a/mail/imp-devel/files/patch-ac b/mail/imp-devel/files/patch-ac new file mode 100644 index 0000000..a7a34ac --- /dev/null +++ b/mail/imp-devel/files/patch-ac @@ -0,0 +1,11 @@ +--- config/prefs.php.dist.orig Sun Dec 23 18:24:39 2001 ++++ config/prefs.php.dist Thu Jan 3 20:57:38 2002 +@@ -444,7 +444,7 @@ + + // addressbook(s) to use when expanding addresses + $_prefs['search_sources'] = array( +- 'value' => '', ++ 'value' => 'localsql', + 'locked' => false, + 'shared' => false, + 'type' => 'implicit' |