Commit graph

849 commits

Author SHA1 Message Date
Charles Lindsay
cee5a81df1 Properly decode Unicode folder names; fix #5217
Previously, we were taking folder names as they came off the wire.
Turns out IMAP specifies that folder names with 8 bit code points are
encoded in a crazy scheme unique to IMAP.  Now, we properly decode that
scheme to the correct UTF-8 folder names to be displayed to the user.

There's also now a database upgrade path that converts all existing
mailboxes to the decoded version, so your existing database should just
keep working.
2013-02-25 15:01:37 -08:00
Kai Mast
8d4761461f Don't assert() on MYRIGHTS SELECT/EXAMINE response: Refs #6205
This doesn't solve #6205, as other unknown responses can cause this
problem as well, but it does fix this for the most-commonly reported
cause of this issue, MYRIGHTS.
2013-02-25 12:55:15 -08:00
Robert Schroll
668d5b8de6 Present window without timestamp; fix #5923
We were presenting the main window with an erroneous timestamp, which
was causing composer windows to be created with an incorrect z order.
This presents the window without a timestamp, so there's no room for
error.
2013-02-25 12:17:40 -08:00
Robert Schroll
6db225668c Closes #6420 Removes extra margin 2013-02-25 12:09:03 -08:00
Robert Schroll
495be4092f Focus composer before displaying dialog; fix #6421
In some window managers, windows that display dialogs aren't
automatically presented.  This manually presents the window before it
pops up the dialog, to keep behavior consistent.
2013-02-25 12:02:19 -08:00
Robert Schroll
777af380d6 Closes #6418 Prettier context menu separators in composer 2013-02-25 11:42:38 -08:00
Eric Gregory
3328e5ade6 Closes #6414 Improve tooltips 2013-02-22 17:54:05 -08:00
Eric Gregory
deab3acfe7 Closes #6349 Keyboard shortcuts for star/unstar, read/unread, prefs, and accounts 2013-02-22 15:32:21 -08:00
Eric Gregory
7b3fa06ac1 Closes #5884 Closes #5854 Closes #5816 Closes #6367 String changes
* "Reply To" now labelled "Reply"
* Toolbar overflow menu labels no longer say "translated"
* .desktop file contains keywords
* For generic servers, "Remember password" now says "Remember passwords"
2013-02-22 12:45:03 -08:00
Eric Gregory
5ee4a55dc1 Closes #4647 Closes #5685 Spam/unspam 2013-02-21 14:57:59 -08:00
Tiago Quelhas
e850a3d72b Spacing issues in mailto: body: Closes #6227
An earlier commit fixed half of this ticket (the more pressing of
the two issues).  This takes care of mailto: links with embedded
CR, LF, and CRLF.
2013-02-21 11:24:56 -08:00
Eric Gregory
9b9315f60e Fixes #6321 Changes from code review (accidentally omittied from original commit) 2013-02-20 11:47:12 -08:00
Eric Gregory
b83fb8f00c Closes #6321 Sort accounts 2013-02-19 16:50:32 -08:00
Jim Nelson
f5bae3b5d0 Crash when archiving messages: Closes #6388
Compress conversation code tried to reference first item of an empty
SortedSet.
2013-02-18 12:19:11 -08:00
Eric Gregory
51de6c9752 Closes #6032 Errors on account setup screens 2013-02-14 17:26:00 -08:00
Tiago Quelhas
07a7fc48ef Don't prepend whitespace for all composer prefilled bodies: Refs #6227
Ticket #6227 looks like a single problem, but in fact Tiago identified
it as two.  Before this patch, the ComposerWindow assumed all prefilled
messages were either replies or forwards and prepended whitespace to
separate the user's message from the replied-to/forwarded one.  This
is not the case with mailto: body's, which should be entered as-is to
a newly composed message.

There still exists #6227's issue with newlines not being inserted from
a mailto: link.  That's enough of a side case we're committing this
now, as it's more common.
2013-02-14 16:04:09 -08:00
Charles Lindsay
33453dfa71 Show account inboxes at top of sidebar; fix #6331
There's now a list of inboxes at the top of the sidebar if you have more
than one account.  It gets the default selection if possible, so you
never have to see all the folders of your accounts if you work entirely
out of your inbox.
2013-02-14 16:01:51 -08:00
Sven Hagemann
9f4b423b9b Do not require SMTP authentication: Closes #6357
SMTP authentication is now entirely optional, distinct from not
requiring a password (#5668).
2013-02-14 15:10:10 -08:00
Robert Schroll
95c96e42cc Slight optimization of ConversationViewer compress code: Refs #6373
This slight optimization also makes the code cleaner to read.
2013-02-14 14:28:28 -08:00
Robert Schroll
a34058b65c Clamp max num of messages compressed in conversation block: Closes #6373 2013-02-14 14:26:54 -08:00
Charles Lindsay
7651636fbe Move some folders to new More grouping; fix #6330
Some of the less-frequently used special folders have moved into a new
"More" grouping above "Labels".  This keeps down the clutter for people
with lots of accounts.

Squashed commit of the following:

commit 647795e03e8b4d88df0f629b15416ff574fcda4a
Merge: 72515c2 4d2d304
Author: Charles Lindsay <chaz@yorba.org>
Date:   Tue Feb 12 18:13:10 2013 -0800

    Merge branch 'master' into special-subfolders

commit 72515c29ad8e1b1cc0bd653292fc9cf7a8665b27
Author: Charles Lindsay <chaz@yorba.org>
Date:   Tue Feb 12 18:11:17 2013 -0800

    Clean up

commit 8549a5d69b65969fc5d4d515f55f44cb98597b71
Author: Charles Lindsay <chaz@yorba.org>
Date:   Tue Feb 12 12:02:49 2013 -0800

    Add "More" grouping to sidebar
2013-02-12 18:35:54 -08:00
Charles Lindsay
eb9a38d45e Indicate new messages in folder list; fix #6332
Now when a monitored folder (i.e. inbox) gets new messages, we also make
that folder bold in the folder list so you know there are new messages
there.
2013-02-12 18:29:51 -08:00
Jim Nelson
4d2d304969 Moved Charles to the AUTHORS file and About dialog. 2013-02-12 18:04:03 -08:00
Robert Schroll
c0d8791961 Compress collapsed emails: Closes #5137
More great work from Robert Schroll.
2013-02-12 17:49:43 -08:00
Charles Lindsay
96ee297e7d Fix notifications for multiple accounts; fix #6351
With the latest multiple account changes, notifications weren't working
quite right.  Now they are.
2013-02-12 16:17:16 -08:00
Eric Gregory
666143e5b2 Fixes #6334 Added method to get MailboxAddress from AccountInformation
Squashed commit of the following:

commit d1f485ef349128ac33915e12622efb3d9d849659
Author: Eric Gregory <eric@yorba.org>
Date:   Fri Feb 8 14:54:03 2013 -0800

    Replaced AccountInformation.pretty_print() with AccountInformation.get_mailbox_address()
2013-02-08 17:37:35 -08:00
Eric Gregory
f604d2d988 Closes #6334 Show and set "From:" field in composer 2013-02-08 11:59:27 -08:00
Eric Gregory
84b1c62d60 Closes #6071 Always show "to:" header 2013-02-08 11:45:31 -08:00
Robert Schroll
7f57e7fb4d Inspector for ConversationViewer: Closes #6320
Activated by --inspector, this pop ups a WebKit HTML/CSS inspector
that's quite useful for development and debugging.
2013-02-08 11:29:40 -08:00
Charles Lindsay
a64bb5582c Fix issues rapidly selecting folders; fix #6318
We now use a small timer when you click a folder before we actually kick
off a network connection.  This effectively rate-limits how many
connections we make without significantly degrading the user experience.

Also we know that the folder selection function is not safely reentrant,
so that logic happens inside a mutex lock now.

The rate-limiting folder selection part is not an ideal solution, but
it's close to what we want (ideally, local results would be shown
immediately).  However, the mutex lock is just a bandaid over the larger
problem of how much global state we juggle in the controller.

Squashed commit of the following:

commit 44e46663bb9b513970e11a62428834668987bf33
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Feb 6 17:29:22 2013 -0800

    Comment our mutex lock

commit d951204aa163c73ed60b51368fa900ad6414046c
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Feb 6 16:59:32 2013 -0800

    Select folders only after a small timeout

commit 012097139bfbaa76967667b8fcdd324634cc2506
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Feb 6 11:11:30 2013 -0800

    Fix reentrancy issues using mutex
2013-02-07 12:28:43 -08:00
Robert Schroll
48eeb472c4 Remove unnecessary code from GearyController: Closes #6340
This code had previously existed to mark messages as read, but that
functionality has been moved into ConversationViewer.
2013-02-07 12:03:36 -08:00
Martijn Braam
0b94ba0a75 Don't attach zero-byte files to message: Closes #5587 2013-02-05 16:03:50 -08:00
Eric Gregory
886918e27d Closes #6290 Store passwords for new accounts 2013-02-05 13:23:25 -08:00
Jim Nelson
a59c054119 Compile error on Daily Build PPA: Closes #6322
Support for Precise bit us again.  When we drop support for Precise,
we can close #6323.
2013-02-05 11:09:33 -08:00
Charles Lindsay
0fefbef718 Close Geary when no accounts open; fix #6296
Squashed commit of the following:

commit 0a5a17bc40a4f8eeda7fc5915931024ec10291cd
Merge: 7f1591c 0350a8f
Author: Charles Lindsay <chaz@yorba.org>
Date:   Tue Feb 5 10:28:12 2013 -0800

    Merge branch 'master' into fix-empty-window

commit 7f1591cc2c007adeb65e9d92966b71ef4815ada2
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Feb 4 18:48:08 2013 -0800

    Add account string to folder string

commit 495238d07556755683d77337e11440731503506a
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Feb 4 18:47:50 2013 -0800

    Quit when last account closed; ref #6296

commit c13ba1e560648ac5fc8892213e7c96601541e05d
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Feb 4 18:47:19 2013 -0800

    Add per-inbox cancellables

commit 7dd0b4274593584e55063ae55b8f60c286daf7f1
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Feb 4 18:45:59 2013 -0800

    Get rid of persistent inbox conversation monitors
2013-02-05 10:37:30 -08:00
Eric Gregory
0350a8fe0f Closes #6286 Delete accounts
Squashed commit of the following:

commit 1b045edd6c28e3f837107577726b61c839816bc2
Author: Eric Gregory <eric@yorba.org>
Date:   Mon Feb 4 19:25:36 2013 -0800

    Changes from code review

commit bcd52b9f571de316eda39bd181df121bc4753c40
Author: Eric Gregory <eric@yorba.org>
Date:   Mon Feb 4 18:21:53 2013 -0800

    Removed cancellable check

commit 1cc528ca39555233cd5e851229a242fc118c11ae
Author: Eric Gregory <eric@yorba.org>
Date:   Mon Feb 4 18:17:42 2013 -0800

    Delete account (2nd branch)
2013-02-04 19:26:48 -08:00
Charles Lindsay
5e9703a1e5 Fix issue sending from wrong account; fix #6299
This adds an account property to the composer window.  We had been using
the current account, which was problematic if you opened the window,
switched to a folder on a different account, then hit send.
2013-02-01 17:18:11 -08:00
Charles Lindsay
c4250b826c Fix assertion when gmail labels nest; fix #6304
We want to use the normal folder comparator by default, and the special
comparator only in the root level.
2013-02-01 11:52:32 -08:00
Charles Lindsay
e8c0cab8e8 Use nicknames in sidebar; fix #6297
This also adds a signal disconnection I had missed with my previous
commit.

Squashed commit of the following:

commit d874ef81011342081258ce7ad3a9e43df8bed1a7
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 17:58:35 2013 -0800

    Simplify, from CR

commit f05f6f0e9ea86015f6ae1d6715340bb2fc8a4f87
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 17:44:37 2013 -0800

    Add previously-missing signal disconnect

commit 72981633bc8b104215d64e802ed5de9a4860a320
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 17:45:34 2013 -0800

    Change sidebar when nickname changes

commit fcc4d989a4a65d28e7e1d3c3df09075029430c5f
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 17:45:20 2013 -0800

    Use nickname instead of email address in sidebar
2013-01-31 17:59:59 -08:00
Charles Lindsay
3308189ece Load and display multiple accounts; fix #6230
Lots has been changed here.  See the bug report
<http://redmine.yorba.org/issues/6230> for some of the discussion about
it.

This also fixes #6274.  I'll cut the list of revisions off after a
while, because this branch has been outstanding for a couple weeks.

Squashed commit of the following:

commit ae505d89e87e63e0d8949bfd901913706a9d3b73
Merge: 81ef002 e18bef9
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 15:16:17 2013 -0800

    Merge branch 'master' into multiple-accounts

commit 81ef002f5ff486b9c28f5663a0ba1e7392b8489c
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 15:15:51 2013 -0800

    Fix final round of code review

commit 6935b1e7892b9b356bf5006b89e0b2a4e6a8ad16
Merge: c9ed434 a9dc52b
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 14:45:46 2013 -0800

    Merge branch 'master' into multiple-accounts

commit c9ed434fe936e6aed735baef222ae615364c2513
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 14:31:02 2013 -0800

    Simplify folder comparator

commit 28ac020cfd9135c6eb4ed05574c82b92f99c4a40
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 14:06:55 2013 -0800

    Bump up declaration to conform to guidelines

commit 0a8167bdaebd5fac1c3ca791de5f2cc233c13cb9
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 13:54:03 2013 -0800

    Rename back to list_*folders

commit 31457f60298052bdddba8e426db27f93d7c72529
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 31 12:36:15 2013 -0800

    Fix spacing, brevity issues

commit ecd30c203d80c21c1ca1234b8911b57efcb68294
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 17:56:29 2013 -0800

    Fix nits before review

commit 85b51d71e83115991cd9a54d491b4d45b71f2f9b
Merge: b29abce d538bf0
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 17:46:19 2013 -0800

    Merge branch 'master' into multiple-accounts

commit b29abceeaea84f226ab9bcd22266a511691d8005
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 17:22:28 2013 -0800

    Fix notifications

commit c26d975fb0859d807ddb7f7c10632605c3b6fb1c
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 13:01:03 2013 -0800

    Only show current acct. folders in copy/move menus

commit 9a5b57db1229a079f11f518c53f5762a3670b83f
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 11:48:05 2013 -0800

    Fix issue where wrong mail would show in folders

commit 3b05d18843584c2aff7472708eea30ce24068043
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 11:18:38 2013 -0800

    Fix ordering of folders in side bar

commit b228967b6a74c16698d593e53e65d66c69ffb974
Author: Charles Lindsay <chaz@yorba.org>
Date:   Wed Jan 30 11:07:32 2013 -0800

    Add icon to accounts in sidebar

commit dd05d2c987a46f0b6699d743c339297e06829e4f
Author: Charles Lindsay <chaz@yorba.org>
Date:   Tue Jan 29 19:04:52 2013 -0800

    Fix Labels icon

commit b5254fe8f6ef37df48d41167d0f52f3cd88d1966
Author: Charles Lindsay <chaz@yorba.org>
Date:   Tue Jan 29 18:43:45 2013 -0800

    Initial stab at new FolderList; fix compile errors

commit ff591810ee4312acce208dfa36d993069bc4c7d2
Merge: 2b9dbb9 ff5f9fa
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Jan 28 17:42:34 2013 -0800

    Merge branch 'master' into multiple-accounts

commit 2b9dbb9b6963b1d52b2b90300bcea277b01d2094
Merge: 7583241 fcfb460
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Jan 28 17:21:49 2013 -0800

    Merge branch 'master' into multiple-accounts

    Conflicts:
    	src/client/geary-controller.vala

commit 75832412cc806c956848e32ef20052af36d4f64d
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Jan 28 16:37:15 2013 -0800

    Fix IMAP sess. mgr. to recover from bad passwords

commit 8868b4be5c3f5c97246d35c6170531c6f543abe1
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Jan 28 12:06:21 2013 -0800

    Typo

commit 3f909054502d31ca48e11f7948fd22118afe7514
Author: Charles Lindsay <chaz@yorba.org>
Date:   Mon Jan 28 10:54:51 2013 -0800

    Clean up interface a little

commit 3bfb526fe8801f8234127944be8594a960ccf7e7
Merge: 5e84e93 e971275
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 16:23:52 2013 -0800

    Merge branch 'master' into multiple-accounts

    Conflicts:
    	src/client/geary-application.vala
    	src/engine/api/geary-engine.vala

commit 5e84e9375a655567a3bc4eb7ebaacab2d218be40
Merge: 35cc46b 9167aeb
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 16:17:00 2013 -0800

    Merge branch 'pluggable-auth' into multiple-accounts

    Conflicts:
    	src/engine/api/geary-engine.vala

commit 9167aeb56be6789d49a3e7cdba2a21d2b015e40d
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 16:11:20 2013 -0800

    Fix for code guidelines

commit 35cc46bc99f44f1597c609bfeaa72dd503333a17
Merge: 9675f47 7612a7d
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 15:44:18 2013 -0800

    Merge branch 'pluggable-auth' into multiple-accounts

    Conflicts:
    	src/client/geary-application.vala

commit 7612a7ddc3df14ef207b9e74ee32fa23710e1ce9
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 15:26:48 2013 -0800

    Fix code review issues

commit 46635544c98df7a8b6c76f028715814907274389
Merge: 30b611e 6de36ae
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 12:54:03 2013 -0800

    Merge branch 'master' into pluggable-auth

commit 9675f473e77d0d581cf73a33012981e6a4f44943
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 12:53:18 2013 -0800

    Try to make Folder know about its Account

commit 5d9af43e53199a616490cf6ff98bd3c613b4e5f2
Merge: 335480e 6de36ae
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 12:12:21 2013 -0800

    Merge branch 'master' into multiple-accounts

commit 335480e2dd0261c8fb82f1c6296f5b8c76f3ac02
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 12:11:18 2013 -0800

    Work on multiple accounts; fix compilation errors

commit 808e65d55798e3f08b4c70992718cc11befbb45c
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 19:28:12 2013 -0800

    Fix application logic for multiple accounts

You get the idea.
2013-01-31 15:19:12 -08:00
Eric Gregory
e18bef9638 Closes #6248 Account nicknames 2013-01-31 14:54:03 -08:00
Eric Gregory
a9dc52b658 Closes # 6280 Welcome dialog spinner fixed
Squashed commit of the following:

commit ffa4f1d611148ffc2a6a8f00b1d113b19870409c
Author: Eric Gregory <eric@yorba.org>
Date:   Wed Jan 30 18:59:38 2013 -0800

    Fix for spinner on welcome screen
2013-01-31 11:33:03 -08:00
Robert Schroll
a2b92a3248 "No conversations selected" appears with unread message border and shadow: Closes #6276 2013-01-31 11:20:06 -08:00
Jim Nelson
d538bf0086 Crash when navigating quickly between folders: Closes #6277
This has been a problem in the past, and it usually has to do with
shutting down the ClientSession or ClientConnection while connecting.
That is true here too.  (In this case, it's due to the request being
cancelled while connecting.)  This uses the ClientSession's FSM's to
better deal with the case and move the ClientSession to a BROKEN
state where it belongs.  There's also some code in ClientConnection
to ensure that if connect_async() fails, no resource leaks occur.
2013-01-29 14:14:58 -08:00
Robert Schroll
ff5f9fa0c7 Style unread messages differently than read messages: Closes #6260
Adds a darker border and shadow to unread messages that animates to
the same intensity of read messages after 3 seconds.
2013-01-28 17:30:54 -08:00
Eric Gregory
96e51f94f2 Closes #6268 Glade files now installed
Squashed commit of the following:

commit 6ea008fef96bc5d4b141c4735dc90e629d04675d
Author: Eric Gregory <eric@yorba.org>
Date:   Mon Jan 28 12:00:55 2013 -0800

    Add missing glade files to install
2013-01-28 17:18:29 -08:00
Eric Gregory
fcfb46008b Closes #4580 Edit existing accounts
Squashed commit of the following:

commit e7af3b721314513fc6ea2eb57d10086e4f1e148b
Author: Eric Gregory <eric@yorba.org>
Date:   Mon Jan 28 16:53:56 2013 -0800

    Account dialog is back to being modal

commit cdd214070e67dc735c819df06c46a1d128ef20d2
Author: Eric Gregory <eric@yorba.org>
Date:   Fri Jan 25 18:14:17 2013 -0800

    Fix for password issue

commit 847da391373357bbca90ef6d8028ea8ff85458f1
Author: Eric Gregory <eric@yorba.org>
Date:   Fri Jan 25 17:20:12 2013 -0800

    Merging in changes

commit 7745ac1426fb8560624fed752de0ee162f97bd9e
Author: Eric Gregory <eric@yorba.org>
Date:   Fri Jan 25 15:53:49 2013 -0800

    Changes from code review

commit d7727544aaeacceb5c9b0ac3444a6db0311929db
Author: Eric Gregory <eric@yorba.org>
Date:   Thu Jan 24 17:10:18 2013 -0800

    Account editing, various account management bug fixes
2013-01-28 16:59:53 -08:00
Charles Lindsay
e971275375 Add basic pluggable keyring support; fix #6219
Squashed commit of the following:

commit 9167aeb56be6789d49a3e7cdba2a21d2b015e40d
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 16:11:20 2013 -0800

    Fix for code guidelines

commit 7612a7ddc3df14ef207b9e74ee32fa23710e1ce9
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 15:26:48 2013 -0800

    Fix code review issues

commit 46635544c98df7a8b6c76f028715814907274389
Merge: 30b611e 6de36ae
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 25 12:54:03 2013 -0800

    Merge branch 'master' into pluggable-auth

commit 30b611ed415fe7a2c1d62746f94620132ec86623
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 17:12:24 2013 -0800

    Only prompt for IMAP password on startup

commit ca2953b4b33cb367c060164df9f2258217e94046
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 16:34:39 2013 -0800

    Fix compile errors; cleanup

commit 545764a6a914ff36a1ca187444d0830a28502bab
Merge: 0460a68 e498354
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 16:31:43 2013 -0800

    Merge branch 'master' into pluggable-auth

    Conflicts:
    	src/client/geary-application.vala

commit 0460a68af4de3e762522fd641c16675cfc7d2241
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 16:20:31 2013 -0800

    Use Engine's mediator implicitly

commit 22cbb8740e711ca3151b0389aef9cbb8c21928c7
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 16:19:55 2013 -0800

    Use flags on things that are supposed to be flags

commit 4dc0eb15d2fe23c92d8cc6cff8a3138b6cb1baf4
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 15:49:50 2013 -0800

    Fix prompting in certain cases

commit 56bb2265a6635a754b9a00b469ec457105390896
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 14:37:12 2013 -0800

    Fix typo

commit 926f47024f1280271bc36cd8c60eb948bed4a432
Author: Charles Lindsay <chaz@yorba.org>
Date:   Thu Jan 24 11:43:05 2013 -0800

    Cleanup, compile, smoke test

commit 9ff4257d125e67828f0c813e0806d3d34c114550
Author: Charles Lindsay <chaz@yorba.org>
Date:   Fri Jan 18 10:41:17 2013 -0800

    First stab at new pluggable auth API
2013-01-25 16:13:46 -08:00
Eric Gregory
6de36ae3eb Closes #6251 Text entries default on welcome/add screens 2013-01-25 11:14:31 -08:00
Eric Gregory
e49835426c Closes #6201 First batch of work for account manager. "Add account" functionality is complete (though Geary will still only display one email account in the main UI) 2013-01-22 18:23:07 -08:00