6.0.0-beta1
7/19/25

[#4436] folder path is missing in IMP 4.1.3
Summary folder path is missing in IMP 4.1.3
Queue IMP
Queue Version 4.1.3
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester bruno (at) merjasec (dot) com
Created 09/19/2006 (6878 days ago)
Due
Updated 09/06/2017 (2873 days ago)
Assigned
Resolved 09/19/2006 (6878 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/06/2017 08:17:23 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 8ea664c3806a03f361c0a429958f118d4d05f584
Author: Paul M Jones <pmjones@ciaweb.net>
Date:   Sun May 29 19:31:00 2005 +0000

     * applied feature request 4436 "Add option to getTokens to get 
original token indices" -- now the return array from getTokens() is 
keyed to the original token index number.


     git-svn-id: 
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@187248 
c90b9560-bf6c-de11-be94-00142212c4b1

  Text/Wiki.php | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/8ea664c3806a03f361c0a429958f118d4d05f584
09/19/2006 06:25:59 PM bruno (at) merjasec (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ folder path is missing in IMP 4.1.3
Queue ⇒ IMP
Reply to this comment
Hello.



I don't know if it is a bug, but I have big problem. When I installed 
IMP 4.1.3, IMP ignore 'folders' => 'mail/'.



For example sent-mail is in ~, not in ~/mail



How to solve this?



Thanks,



Gasper



#my conf:



$servers['domain'] = array(

         'name' => 'domain',

         'server' => 'localhost',

         'hordeauth' => false,

         'protocol' => 'imap/notls',

         'port' => 143,

         'folders' => 'mail/',

         'namespace' => '',

         'maildomain' => 'domain..si',

         'smtphost' => 'smtp.domain.si',

         'smtpport' => 25,

         'realm' => 'domain.si',

         'preferred' => '',

         'dotfiles' => false

         'hierarchies' => array()

);


Saved Queries