Skip to content

mblist: Use GLib asynchronous tools

Peter Bloomfield requested to merge bmbl-mru-async into master

Use GTask to simplify getting a mailbox URL. It's asynchronous, so use a *_finish(GAsyncResult *) function to get the selected mailbox.

Merge request reports