[imp] IMP 4 RC1 problems.
Steve Lidie
sol0 at Lehigh.EDU
Tue Nov 23 10:33:09 PST 2004
On Nov 23, 2004, at 12:23 PM, Chuck Hagenbuch wrote:
> Quoting Steve Lidie <sol0 at Lehigh.EDU>:
>
>> 1) Anytime a message is deleted, the display is repainted with an
>> empty
>> screen, except for the toolbar column on the left. Selecting "Mail"
>> brings me back to the INBOX.
>
> I don't see this.
>
>> 2) Under Folders from the top toolbar, clicking on the plus sign to
>> expand the INBOX fails. The plus changes to a minus, and you can see
>> the faint, vertical, dashed line that would connect the rest of the
>> tree, but the frame doesn't expand, thus you cannot see anything.
>
> Or this.
Found the solution to #2:
[root at imp4 config]# diff -u servers.php~ servers.php
--- servers.php~ 2004-11-17 14:40:53.000000000 -0500
+++ servers.php 2004-11-23 13:06:58.876047638 -0500
@@ -173,7 +173,7 @@
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
- 'folders' => 'mail',
+ 'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'lehigh.edu',
'smtphost' => 'mail.lehigh.edu',
[root at imp4 config]#
Note the trailing slash. This brings up an old problem: 3 years ago
when I first installed IMP, I used "mail", not realizing how important
the trailing slash was. It wasn't until users report mailboxes like
"mailsent", rather than "mail/sent" that I realized the problem.
More information about the imp
mailing list