Author Topic: Messages are saved to a folder in the reverse order  (Read 8580 times)

StR

  • Hero Member
  • *****
  • Posts: 1558
Messages are saved to a folder in the reverse order
« on: September 13, 2014, 03:22:29 am »
I just discovered that when I am saving several selected messages to a folder, they are are saved the reverse order.
(I don't think it matters, but I am currently running 1.5.0.10.)
Now, it might not be a big deal in most cases. However, it is when you have an IMAP client that sorts messages in the order they were received [per my setting] or a local client on the server capable of accessing folders directly.

I think it would a quick fix to implement.

Thank you in advance!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Messages are saved to a folder in the reverse order
« Reply #1 on: September 14, 2014, 09:21:46 pm »
Do you mean when moving messages between folders?

Yes, oldest to newest is better for  order of UID / sequence numbers on the server. Why, my own code likes messages to be in order.

I'll take a look, thanks.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Messages are saved to a folder in the reverse order
« Reply #2 on: September 14, 2014, 10:09:37 pm »
Should be fixed in 1.5.0.16 (going to post tonight).
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Messages are saved to a folder in the reverse order
« Reply #3 on: September 15, 2014, 04:31:21 pm »
Thank you!
I am glad it wasn't too difficult.