----- Message from ANANT S ATHAVALE <a...@isac.gov.in> ---------
   Date: Tue, 24 Dec 2013 09:28:50 +0530
   From: ANANT S ATHAVALE <a...@isac.gov.in>
Subject: [imp] sent mail folder reg.
     To: imp@lists.horde.org
     Cc: RAKESH KUMAR <rak...@isac.gov.in>

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.

------------------------------------------------------------------------------

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe,
mail: imp-unsubscr...@lists.horde.org

----- End message from ANANT S ATHAVALE <a...@isac.gov.in> -----

Sorry, first sentence to be read as:

We have some users without having identities from Horde 3.  In Horde 3,
by default, the mails were getting saved in sent-mail folder.
--
          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.
------------------------------------------------------------------------------

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to