Local draft resent and default app mode settings.
This commit is contained in:
@@ -52,6 +52,11 @@ public interface IPreferencesService : INotifyPropertyChanged
|
||||
/// </summary>
|
||||
int EmailSyncIntervalMinutes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Default application mode to open when activation does not specify one.
|
||||
/// </summary>
|
||||
WinoApplicationMode DefaultApplicationMode { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Mail
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
"Buttons_Save": "Save",
|
||||
"Buttons_SaveConfiguration": "Save Configuration",
|
||||
"Buttons_Send": "Send",
|
||||
"Buttons_SendToServer": "Send to server",
|
||||
"Buttons_Share": "Share",
|
||||
"Buttons_SignIn": "Sign In",
|
||||
"Buttons_Sync": "Synchronize",
|
||||
@@ -619,6 +620,10 @@
|
||||
"SettingsAppPreferences_SearchMode_Local": "Local",
|
||||
"SettingsAppPreferences_SearchMode_Online": "Online",
|
||||
"SettingsAppPreferences_SearchMode_Title": "Default search mode",
|
||||
"SettingsAppPreferences_ApplicationMode_Title": "Default application mode",
|
||||
"SettingsAppPreferences_ApplicationMode_Description": "Choose which mode Wino opens in when no activation type explicitly sets it.",
|
||||
"SettingsAppPreferences_ApplicationMode_Mail": "Mail",
|
||||
"SettingsAppPreferences_ApplicationMode_Calendar": "Calendar",
|
||||
"SettingsAppPreferences_ServerBackgroundingMode_Invisible_Description": "Wino Mail will keep running in the background. You will be notified as new mails arrive.",
|
||||
"SettingsAppPreferences_ServerBackgroundingMode_Invisible_Title": "Run in the background",
|
||||
"SettingsAppPreferences_ServerBackgroundingMode_MinimizeTray_Description": "Wino Mail will keep running on the system tray. Available to launch by clicking on an icon. You will be notified as new mails arrive.",
|
||||
@@ -915,6 +920,7 @@
|
||||
"Composer_CcBcc": "Cc & Bcc",
|
||||
"Composer_EnableSmimeSignature": "Enable/disable S/MIME signature",
|
||||
"Composer_EnableSmimeEncryption": "Enable/disable S/MIME encryption",
|
||||
"Composer_LocalDraftSyncInfo": "This draft is local only. Wino failed to send it to your mail server. Click to retry sending it to the server.",
|
||||
"Composer_CertificateExpires": "Expires on: ",
|
||||
"Composer_SmimeSignature": "S/MIME Signature",
|
||||
"Composer_SmimeEncryption": "S/MIME Encryption",
|
||||
|
||||
Reference in New Issue
Block a user