Closed Bug 112880 Opened 23 years ago Closed 22 years ago

IMAP sent-mail preferences cannot be set - stay at default

Categories

(MailNews Core :: Networking: IMAP, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 27002

People

(Reporter: bradley.jones, Assigned: mscott)

References

Details

(Keywords: imap-interop)

When selecting an "other" folder to save copies of sent mail to on an IMAP
account, those preferences do not get used; rather, Mozilla uses the "Sent"
folder on the IMAP account.  This preference does not get saved -- when going
back into preferences to check the sent mail folder settings, Mail will always
show its default option, the "Sent" folder on the current account.

Using Mozilla 0.9.6.
*** Bug 112961 has been marked as a duplicate of this bug. ***
Status: UNCONFIRMED → NEW
Ever confirmed: true
This also happens with the Drafts and Templates folders.  Setting it to some
"Other" folder doesn't work - going back to the prefs shows that the folder is
still set to the Default folder.

With build 20011116 (about shows 0.9.5+) on Linux, this works.
A workaround is to change the prefs.js file directly, for example I changed:

user_pref("mail.identity.id1.draft_folder", "imap://brong@brong.net/Drafts");
user_pref("mail.identity.id1.drafts_folder_picker_mode", "0");
user_pref("mail.identity.id1.fcc_folder", "imap://brong@brong.net/Sent");
user_pref("mail.identity.id1.fcc_folder_picker_mode", "0");

TO:

user_pref("mail.identity.id1.draft_folder", "imap://brong@brong.net/INBOX/Drafts");
user_pref("mail.identity.id1.drafts_folder_picker_mode", "1");
user_pref("mail.identity.id1.fcc_folder", "imap://brong@brong.net/INBOX/Sent");
user_pref("mail.identity.id1.fcc_folder_picker_mode", "1");


Note that I'm using Courier as the IMAP server, where all mailboxes are stored
inside 'INBOX.' (== ~/Maildir/).
Same happens with Cyrus IMAP
Using build 2001120504 on Win2k now.  It's still broken.  The IMAP server is
running uw-imap.
Using build 2001120509 (gcc30) on Linux now.  Saving folders just became impossible!

Suggested OS change: All.
same here with 0.9.6 on W2k
With recent nightlies, this works for me on Linux and on Windows 2000.  
marking WFM based on Alexander's comments.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
No. This is not WFM bug.
This problem is still existing and it's dup of Cyrus bug 27002.....
Status: RESOLVED → REOPENED
Keywords: interop
Resolution: WORKSFORME → ---
resolved as dup of bug 27002

*** This bug has been marked as a duplicate of 27002 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago22 years ago
Resolution: --- → DUPLICATE
Verified as dup.
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.