You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aerc/models
Robin Jarry 1c54bb3a9d models: pad message uids with zeroes
IMAP message UIDs are 32 bits unsigned integers. All other backends use
opaque strings without any specific ordering. The UIDs are used for
ordering only for IMAP.

Pad the integer uids with zeroes when converting them to strings to
ensure ASCII sorting will work as previously.

Fixes: 73dc39c6ee ("treewide: replace uint32 uids with opaque strings")
Reported-by: Fedor Pchelkin <boddah8794@gmail.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Jens Grassel <jens@wegtam.com>
1 month ago
..
models.go models: pad message uids with zeroes 1 month ago
templates.go templates: add a template for forwaded messages 3 months ago