lp:~elementary-os/geary/deb-packaging-update

Created by Rico Tzschichholz and last modified
Get this branch:
bzr branch lp:~elementary-os/geary/deb-packaging-update
Members of elementary OS team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
elementary OS team
Project:
Geary
Status:
Development

Recent revisions

898. By Rico Tzschichholz

debian: add libgranite-dev to build-deps

897. By Jim Nelson

Reduce the IMAP ClientSessionManager pool size

This reduces the number of connections the ClientSessionManager holds
open, reducing the strain on the server when multiple accounts are
open.

896. By Jim Nelson

Previews take a long time to load: Closes #6557, Closes #6526

Speeds up local search operations in ConversationMonitor, which gets
the archived messages to the client with less delay. We can always
make the client quicker, but this will do for 0.3.

895. By Robert Schroll

Compressed emails look bad when more messages are loaded: Closes #6549

See #6561 for followup-work.

894. By Robert Schroll

Composer autocomplete tied to sidebar selection: Closes #6396

Composer autocomplete is now tied to account selected in dropdown
menu.

893. By Charles Lindsay

Fix invalid charset warnings; fix #6123, fix #5259

892. By Jim Nelson

critical assertion with g_utf8_strdown: Closes #6463

Stack trace indicates the problem is multiple background threads
attempting to initialize static instance variables in IMAP stack.
Initialization code added to ensure they are ready when Engine is
first opening.

891. By Jim Nelson

No body displayed for TEXT/PLAIN; format=flowed: Closes #5779

MIME types are case-insensitive; we were doing exact string
comparisons.

890. By Jim Nelson

NonblockingBatch crash: Closes #6523

Earlier today I committed a change where an inner class held a ref
to its parent. I thought this should be a weak ref (a potential
memory leak), but that does mean the parent object could go null
during an async operation. This isn't a memory leak, it just
means the parent won't finally deref until all the objects complete
(see the owner ref being dropped at the end of the completion
method).

889. By Jim Nelson

Support prefetch "Everything": Closes #6439

Alas, email from BCE is unsupported in this release.

Branch metadata

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