No description
Find a file
Jim Nelson 223bb0df35 Fixed keepalive timer
The keepalive timer previously scheduled a NOOP 29 minutes after
the last message was received from the server.  Technically, this
was incorrect; we should schedule a keepalive 29 minutes after
sending a message to the server, as the server's timer is based
on receiving messages, not sending them.

Plus, this simplifies the code slightly.
2012-04-16 19:17:29 -07:00
icons Missing icons from fix #3771 2012-04-13 11:21:54 -07:00
sql Archive/delete and mark unread now use ReplayQueue. Closes #4526 2012-01-09 10:58:13 -08:00
src Fixed keepalive timer 2012-04-16 19:17:29 -07:00
ui Closes #5005 Paste is now plain text by default, added context menu, action sensitivity 2012-04-13 17:45:10 -07:00
vapi Closes #4385. Quoted text will not be separated from non-quoted text and may have controlls for showing/hiding them. 2012-03-26 13:21:00 -07:00
.gitignore Initial commit of Geary DBus server 2012-03-22 18:43:52 -07:00
AUTHORS Added Nate to AUTHORS. 2012-04-05 15:07:30 -07:00
configure.in Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
COPYING Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
MAINTAINERS Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
THANKS Added Nate to AUTHORS. 2012-04-05 15:07:30 -07:00
waf Moved to waf for build system: #3690 2011-06-27 14:55:22 -07:00
wscript Closes #5033 Removed sourceview from build script 2012-04-10 14:33:04 -07:00