[Tickets #8948] Re: INBOX prefix of folder stripped in prefs

bugs at horde.org bugs at horde.org
Fri Apr 16 20:49:36 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8948
------------------------------------------------------------------------------
  Ticket             | 8948
  Updated By         | imp at lx-soft.com
  Summary            | INBOX prefix of folder stripped in prefs
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


imp at lx-soft.com (2010-04-16 16:49) wrote:

It seems a lot better:
- The prefs are stored as expected (no INBOX. prefix).
- The prefs are displayed as expected.

A last "minor" issue appears when I try to compose email:
- Before switching between identities, it displays: "Save a copy in sent-mail"
- When I switch between identities, it display: "Save a copy in  
INBOX.sent-mail"

But, the mail is saved in the correct folder.

Meanwhile, there is a small typo error over there:

--- a/imp/lib/Prefs/Identity.php
+++ b/imp/lib/Prefs/Identity.php
@@ -515,7 +515,7 @@ class Imp_Prefs_Identity extends Horde_Prefs_Identity
      public function setValue($key, $val, $identity = null)
      {
          if ($key == 'sent_mail_folder') {
-            $val = IMP::folderPrefs($val, false);
+            $val = IMP::folderPref($val, false);
          }
          return parent::setValue($key, $val, $identity);
      }







More information about the bugs mailing list