mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-06-15 15:30:20 +02:00
![]() 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:
|
||
---|---|---|
.. | ||
models.go | ||
templates.go |