~khurshid-alam/geary/+git/unity:master

Last commit made on 2019-07-17
Get this branch:
git clone -b master https://git.launchpad.net/~khurshid-alam/geary/+git/unity
Only Khurshid Alam can upload to this branch. If you are Khurshid Alam please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~khurshid-alam/geary/+git/unity

Recent commits

c1bac9d... by Khurshid Alam

Fix missing dependencies: libhandy, cmake

2f6679b... by Khurshid Alam

Fix missing dependencies: libenchant-dev

043cbe0... by Khurshid Alam

Fix missing dependencies: libytnef0-dev

138ab45... by Khurshid Alam

Fix missing dependencies

b5f1e2f... by Khurshid Alam

Add debian folder

6b7bba7... by Khurshid Alam

Don't use notification action under Unity

a4044f1... by Michael Gratton

Merge branch 'wip/499-wrong-folks-contact' into 'mainline'

Ensure searching for Folks contacts by email is an exact match

See merge request GNOME/geary!259

09bc7bd... by Michael Gratton

Merge branch 'wip/430-custom-window-buttons' into 'mainline'

Fix handling GTK button-layout settings that are missing a ':'

See merge request GNOME/geary!260

ca6d5fd... by Michael Gratton

Fix handling GTK button-layout settings that are missing a ':'

See #430

8b652df... by Michael Gratton

Ensure searching for Folks contacts by email is an exact match

Folks's SimpleQuery does sub-string matching which we don't want when
looking up via email, since we know we have the complete, full address.
Work around by checking matches have the full email address before using
one.

See #499