We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
owner:[email protected] resolution_fixed type_task | by [email protected]
owner:[email protected]
resolution_fixed
type_task
Need to convert lf -> crlf for all messages in archive and change import to handle this.
Issue migrated from trac:1518 at 2022-03-03 02:46:36 +0000
The text was updated successfully, but these errors were encountered:
@[email protected] commented
Version 1.2.0 includes changes to save messages with CRLF line endings. Next need to run a conversion on the archive:
find /a/mailarch/data/archive -type f -not -path "/_attachments/" -exec unix2dos -f {} ;
Sorry, something went wrong.
updated command:
find /a/mailarch/data/archive -type f -not -path "/_attachments/" -exec unix2dos -f -k -q {} ;
@[email protected] changed status from new to closed
new
closed
@[email protected] changed resolution from `` to fixed
fixed
Resolved. Conversion run 2015-01-28 pm.
No branches or pull requests
owner:[email protected]
resolution_fixed
type_task
| by [email protected]Need to convert lf -> crlf for all messages in archive and change import to handle this.
Issue migrated from trac:1518 at 2022-03-03 02:46:36 +0000
The text was updated successfully, but these errors were encountered: