2007-07-03 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 3 Jul 2007 10:05:33 +0000 (10:05 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 3 Jul 2007 10:05:33 +0000 (10:05 +0000)
commit622a810e13a3b84ecff6c620ae39c3828ea3214e
tree519e214c1d2d20b02423c4896fef3857d8f08e73
parent33c3eb5090ad317e0a565578f4eff4c7ead35a11
2007-07-03  Murray Cumming <murrayc@murrayc.com>

(modest_tny_account_store_get_tny_account_by): Do not allow accounts to
        be found by their display name. This is never useful.
        * src/modest-tny-account-store.c: (on_account_removed): Find the account
        by its ID, instead of trying to use its ID as its display name.

        * src/modest-tny-account-store.h:
        * src/modest-tny-account.c:
        (modest_tny_account_get_special_folder): Add a g_warning() when
        tny_folder_store_get_folders() returns an empty list for the maildir.

        * src/modest-tny-send-queue.c: (modest_tny_send_queue_get_outbox):
        Add a g_warning() when this returns NULL, because that it not allowed
        by tinymail.

pmo-trunk-r2544
ChangeLog2
src/modest-tny-account-store.c
src/modest-tny-account-store.h
src/modest-tny-account.c
src/modest-tny-send-queue.c