lp:~artem-anufrij/geary/desktop-uses-notifications

Created by Artem Anufrij and last modified
Get this branch:
bzr branch lp:~artem-anufrij/geary/desktop-uses-notifications
Only Artem Anufrij can upload to this branch. If you are Artem Anufrij please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Artem Anufrij
Project:
Geary
Status:
Mature

Recent revisions

1624. By artem-anufrij

include X-GNOME-UsesNotifications=true in .desktop

1623. By Marv-CZ

Updated Czech translation

1622. By Maria Mavridou <email address hidden>

Updated Greek translation

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.

Bug #740041.

* src/engine/imap/message/imap-internal-date.vala:
  Geary.Imap.InternalDate::to_search_parameter was returning the result
  of serialize(), rather than serialize_for_search().

1617. By Adolfo Jayme Barrientos

Updated Spanish translation

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.

1615. By Jim Nelson

Allow disabling notifications via libmessagingmenu: Bug #739429

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~yorba/geary/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers