lp://staging/~artem-anufrij/geary/desktop-uses-notifications
- Get this branch:
- bzr branch lp://staging/~artem-anufrij/geary/desktop-uses-notifications
Branch merges
- Yorba: Pending requested
-
Diff: 11 lines (+1/-0)1 file modifieddesktop/geary.desktop.in (+1/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1621. By Jim Nelson
-
Move UID/UIDVALIDITY
/SeqNum from signed 32 -> unsigned 32: Bug #737642 Prior code inadvertantly limited UID and UIDVALIDITY to signed, not
unsigned, 32-bit integers. I've also added stronger checking of
numbers received off the wire, both that they're truly numeric
according to RFC and that they're within boundaries, if specified.This also enforces bit width of integers from IMAP string parameters
to avoid similar problems in the future. - 1620. By Jim Nelson
-
Dynamically detect when running under Unity: Bug #737258
This removes the --enable-unity ./configure flag in favor of detecting
the UI shell at runtime. - 1619. By Jim Nelson
-
Don't assert Message-ID was decoded for non-empty string: Bug #740049
If Message-ID string is "<>", then no Message-ID will be decoded even
though the string itself is non-empty. - 1618. By Michael Gratton
-
Fix "BAD Invalid date in Search command" from Cyrus IMAPD.
* src/engine/
imap/message/ imap-internal- date.vala:
Geary.Imap.InternalDa te::to_ search_ parameter was returning the result
of serialize(), rather than serialize_for_search( ). - 1616. By Jim Nelson
-
Return to IDLE properly when connection lulls
Commit 96aaf3 fixed a bug with regard to IDLE status responses being
improperly reported to ClientSession. As it turned out, that fix
introduced a bug by not properly decrementing outstanding_cmds, which
left the ClientConnection in a state where it would never enter IDLE
thereafter.The problem is a change I pondered at the time but didn't commit due
to that fix being so close to release time: not reporting the original
IDLE command to ClientSession either. That in itself is harmless, but
not doing that also avoids incrementing outstanding_cmds for that
command, meaning when the IDLE completes that value returns to zero
and the ClientConnection is in an appropriate state to return to IDLE
when ready.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~yorba/geary/trunk