-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
PDF Export writes messages in reverse order #32
Comments
In case you are not moderately computer literate, try something like
Assuming you only have PDF files in the current directory which adhere to the expected naming convention, this should update their names to move the message index to the beginning of the file name, zero-padded to five digits. The This should work in Bash, i.e. on Mac and Linux and other U*x. If you are a Windows victim, I can only offer my condolences. |
Not really, though it's nice to have control over that of course. Does it make the message index zero-padded so the messages sort correctly out of the box? |
It doesn't seem to matter how I arrange the message view -- the PDF export writes them from newest to oldest, rather than the opposite. This is easy to fix if you are moderately computer literate, but a weird quirk which should hopefully not be too hard to fix.
(Giving the messages a sane naming structure would also help. It seems that the message's index number within the folder is the last component of the filename before the
.pdf
extension.)The text was updated successfully, but these errors were encountered: