Notice! This document is currently in
Archived
status.
The content of this document may be incorrect or outdated.
The content of this document may be incorrect or outdated.
Print this article Edit this article
Fixing Two INBOX
If a user has two INBOXs:
- /var/spool/mail/username
- ~/INBOX
fix by doing the following (all commands must be run as the user):
- If "file ~/INBOX" is not an MBX formatted file, convert to MBX format:
- Next, have imap copy the contents of /var/spool/mail/INBOX to ~/INBOX:
mv INBOX INBOX.old
mailutil move INBOX.old '#driver.mbx/INBOX.new'
mv INBOX.new INBOX
rm INBOX.old
imapd
. select INBOX
. logout
Last Modified:
Aug 1, 2023 4:14 pm GMT-4
Created:
Aug 13, 2021 2:06 pm GMT-4
by
admin
JumpURL: https://eng.purdue.edu/jump/2f525f0