diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-16 04:16:34 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-16 04:16:34 +0800 |
commit | 9673271aa764e5a3430616f295e7bbb58c774fce (patch) | |
tree | 0a06fc9e05ad1bdb34d05bf78efd56d295d35c46 /mail/horde-imp/files/patch-ab | |
parent | 04b089f8e5d3011766e4ff34b709300628f2cd85 (diff) | |
download | freebsd-ports-graphics-9673271aa764e5a3430616f295e7bbb58c774fce.tar.gz freebsd-ports-graphics-9673271aa764e5a3430616f295e7bbb58c774fce.tar.zst freebsd-ports-graphics-9673271aa764e5a3430616f295e7bbb58c774fce.zip |
Upgrade to 4.1.
Changelog at
<http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.115&r2=1.699.2.163&ty=h>
Diffstat (limited to 'mail/horde-imp/files/patch-ab')
-rw-r--r-- | mail/horde-imp/files/patch-ab | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/mail/horde-imp/files/patch-ab b/mail/horde-imp/files/patch-ab index 0ef811fa652..70f53f65a58 100644 --- a/mail/horde-imp/files/patch-ab +++ b/mail/horde-imp/files/patch-ab @@ -1,16 +1,14 @@ ---- config/servers.php.dist.orig Sun Dec 12 07:36:51 2004 -+++ config/servers.php.dist Fri Dec 24 00:27:59 2004 -@@ -47,7 +47,7 @@ - * - * folders: The folder path for the IMAP server. - * Common values: -- * UW-IMAP 'mail/' (note the trailing slash) -+ * UW-IMAP 'Mail/' (note the trailing slash) - * Cyrus, Courier-IMAP 'INBOX.' (note the trailing dot) - * dovecot '' - * -@@ -174,14 +174,16 @@ +--- config/servers.php.dist.orig Tue Feb 7 08:50:24 2006 ++++ config/servers.php.dist Wed Mar 8 22:01:53 2006 +@@ -204,14 +204,21 @@ + /* Example configurations: */ + ++/* FreeBSD port note: see also ++<http://wiki.horde.org/ImpUWIMAPNamespaces> ++<http://wiki.horde.org/ImpImapConfig> ++*/ ++ $servers['imap'] = array( 'name' => 'IMAP Server', - 'server' => 'imap.example.com', @@ -19,11 +17,8 @@ 'hordeauth' => false, - 'protocol' => 'imap/notls', - 'port' => 143, -- 'folders' => 'mail/', + 'protocol' => '%%PROTOCOL%%', + 'port' => %%IMAPPORT%%, -+ 'folders' => 'Mail/', - 'namespace' => '', 'maildomain' => 'example.com', - 'smtphost' => 'smtp.example.com', +// 'smtphost' => 'smtp.example.com', |