Confirmed users
1,059
edits
(adding folder pane link) |
|||
Line 33: | Line 33: | ||
** Draft Messages | ** Draft Messages | ||
'''Global Mail Sync Preference''' | |||
Better wording needs to be worked out for all these options, for now we just need to get the correct behaviors inline. | |||
<pre> | |||
+------------------------------------------------------------+ | |||
| General | | | |||
+------------------------------------------------------------+ | |||
| Offline Usage | | |||
| (o) Make messages available when not connected | | |||
| ( ) Do not keep messages available, always re-download | | |||
| | | |||
+------------------------------------------------------------+ | |||
</pre> | |||
* Option 1 (default) | |||
** Changes all accounts (which have not been changed from the default) to be offline. | |||
*** We will need to notify the user somehow if we don't change certain accounts, we can't silently not change some accounts. | |||
* Option 2 | |||
** Changes all accounts to be online only. | |||
'''Account Settings''' | |||
The goal of the account settings is to allow people to override the global offline or online preferences on an account by account basis. | |||
<pre> | |||
+--------------------------------------------------------------------+ | |||
| Offline & Disk Space | | |||
+--------------------------------------------------------------------+ | |||
| Offline Usage | | |||
| [x] Make messages in this account available when not connected | | |||
| ( Advanced... ) | | |||
| | | |||
+--------------------------------------------------------------------+ | |||
</pre> | |||
* Checkbox (defaults to global offline option) | |||
** Changes all folders in the account to be sync'd | |||
** Makes the default behavior for created and newly found folders to be sync'd as well. | |||
* ( Advanced... ) | |||
** Opens folder selector for changing individual folder setup | |||
== Development Strategy == | == Development Strategy == |