[imp] sent mail folder reg.

ANANT S ATHAVALE asa at isac.gov.in
Tue Dec 24 03:58:50 UTC 2013


Dear List,

We have some users without having no identities from Horde 3.  In Horde 3,
by default, the mails are getting saved in sent-mail folder.

Now, when migrated to Horde 5, for those users, mails are being saved in
'Sent' folder 'instead of 'sent-mail' folder.

I have the following in prefs.php

$_prefs['sent_mail_folder'] = array(
    // NOTE: Localization of this name for display purposes is done
    // automatically. To change the default value based on the backend,
see
    // the 'special_mboxes' option in config/backends.php.
    'value' => 'Sent'
);

and I am not overriding this in prefs.local.php

and backends.local.php has the following

'special_mboxes' => array(
         IMP_Mailbox::MBOX_DRAFTS => 'Drafts',
         IMP_Mailbox::MBOX_SENT => 'sent-mail',
         IMP_Mailbox::MBOX_SPAM => 'Spam',
         IMP_Mailbox::MBOX_TEMPLATES => 'Templates',

so, basically, I have mapped Sent folder to sent-mail folder.

Mapping is happening for those users who have identities set and sent-mail
folder name is saved as 'sent-mail' folder.  But, it is not happening for
those who don't have identities at all.  Under this scenario, IMP is
creating new folder 'Sent' and is saving all mails being sent.

I feel, the mapping should have maintained even for those who don't have
identities set.  Please let me know.
-- 
           Regards
            Anant
------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------



More information about the imp mailing list