[geary] (91 commits) Non-fast-forward update to branch mjog/741-inbox-getting-closed



The branch 'mjog/741-inbox-getting-closed' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  3380aa8... Geary.FolderMock: Convert to use new async mock calls.
  22357ed... Geary.App.ConversationMonitor: Throw error closing folder w
  a0afb5f... Geary.App.ConversationMonitor: Fix more races when starting
  a51dc03... Geary.Util.ConnectivityManager: Fix a spurious connectivity
  4f11402... Geary.ClientService: Update connectivity timeouts
  7432777... Geary.ClientService: Set as unreachable on connectivity che

Commits added to the branch:

  2ec6ced... Update Greek translation (*)
  e72f704... Updated Spanish translation (*)
  b16d021... Geary.Logging: Allow Source implementations to specify logg (*)
  36327e5... Geary.Logging.Source: Clean and fix up property modifiers (*)
  46c38ed... Geary.Smtp: Update main classes to use new logging framewor (*)
  3f661ff... Geary.Imap: Update main classes to use new logging framewor (*)
  a3c7bda... Geary.App: Update conversation classes to use new logging f (*)
  123812a... Geary.ImapEngine.ReplayQueue: Implement Logging.Source (*)
  2f24974... Geary.Db.Context: Convert to implement Logging.Source (*)
  972744c... Geary: Update IMAP and SMTP classes so logging domains are  (*)
  718f02b... Geary.Logging: Enable API clients to suppress DEBUG logging (*)
  3b0815a... Geary.Logging: Remove Flag enum (*)
  00f0fb9... Geary.Logging: Move remaining code from api source to util  (*)
  f4a4d69... Geary.Db: Add special flag for logging SQL results (*)
  b2e99dc... Application.Client: Add command line flag for logging SQL r (*)
  d5e94a2... Geary.Logging: Update how log blacklisting and suppression  (*)
  4b097b4... Components.InspectorLogView: Add sidebar listing accounts & (*)
  01c093e... Geary.Logging: Update domain suppression APIs (*)
  2fada87... Geary.Logging: Let callers determine threading safety for l (*)
  b70790e... Components.InspectorLogView: Support filtering logs by acco (*)
  31b073d... ui/components-inspector-log-view.ui: Minor tweaks (*)
  849b2fb... Components.InspectorLogView: Pre-fill internal domains with (*)
  8b4f370... Component.Inspector: Add mark and clear buttons for logs (*)
  127876f... Components.InspectorLogView: Convert filter lamda to functi (*)
  53bdf92... Components.InspectorLogView: Always show inspector log mess (*)
  834b6eb... Geary.Db: Disable SQL query logging by default again (*)
  5ce6517... Geary.Logging: Add/update API docs for the package and a fe (*)
  1b9d28d... Merge branch 'mjog/logging-improvements' into 'mainline' (*)
  8b3e01f... Application: Rename plugin context objects to make their us (*)
  9952143... Application.AccountContext: Break out unto standalone sourc (*)
  c4b44b4... Application.FolderContext: New class for aggregating client (*)
  1a34568... Sidebar.Entry: Coalesce multiple entry changed signals into (*)
  3ffa6e1... FolderList.FolderEntry: Emit `::entry_changed` on folder co (*)
  9d829de... Update Ukrainian translation (*)
  778cb2d... Application.AccountContext: Add signals for folder context  (*)
  60f3fac... Application: Pass Controller instance to to plugin objects  (*)
  e9ce94b... Application.FolderStoreFactory: Convert to using app & fold (*)
  e22d74d... Geary.Folder: Add `SpecialUse.CUSTOM` and `set_used_as_cust (*)
  9345323... Plugin.Error: Add NOT_SUPPORTED type (*)
  1dfd5a1... Plugin.FolderPluginContext: Support registering special use (*)
  5f2d40b... Plugin: Add new Composer object and Application.new_compose (*)
  5a94d4b... Application.PluginManager: Move plugin account mgmt from fo (*)
  c719c70... Plugin.EmailIdentifier: Add `account` property (*)
  624b9ab... Minor doc comment updates (*)
  5519ba8... Application.PluginManager: Use AccountContext keys for acco (*)
  2f66621... Application.FolderStoreFactory, EmailStorefactory: Remove c (*)
  97b807f... Application.FolderStoreFactory: Improve folder signal impl (*)
  0c33187... Update Polish translation (*)
  aff5998... Plugin.EmailStore: Add methods for getting email ids from v (*)
  0b0efd0... Application.FolderStoreFactory: Move get_folder_from_varian (*)
  a98f953... Application.Client: Use plugin variant formats for app acti (*)
  aac59ec... Application.Controller, Composer.Widget: Clean up composer  (*)
  96ddd5a... ConversationListBox: Remove obsolete action and signal (*)
  fc4bc92... Composer.Widget: Convert to using AccountContext objects (*)
  6a33266... Composer.Widget: Re-load a context email with missing field (*)
  a67f1b2... Application.{Controller,MainWindow}: Clean up displaying co (*)
  480277e... Application.MainWindow: Email not found error when discardi (*)
  2cd43de... ConversationViewer: Avoid re-enabling kinetic scrolling if  (*)
  6fd3f36... Plugin.Composer: Add support for editing an email in the co (*)
  924231d... Plugins.SpecialFolders: Actually implement the edit draft a (*)
  085ed9a... Geary.App.DraftManaager: Update API to something more RAII- (*)
  14f3dd0... Application.Controller: Allow creating composers with alt s (*)
  4f92c2b... Plugin.InfoBar: Allow secondary buttons to be specified. (*)
  33a6134... Plugin.Composer: Support specifying a folder to save email (*)
  1051072... Plugin.Composer: Support disabling sending a composer (*)
  47d4056... Plugins: Add EmailTemplate plugin (*)
  9a2fe63... Application.Controller: Ensure outboxes appear in the folde (*)
  8d24b14... INSTALL: add missing itstool dependency for Fedora (*)
  400850c... Geary.AccountInformation: Rework how special use folder pat (*)
  e0dc785... Geary.ImapEngine: Don't add local folders then update their (*)
  48ed8d9... Geary.Account: Support creating folders in the personal nam (*)
  13e339f... Plugin.Account: Support creating folders in the personal na (*)
  1b529d2... Minor doc comment update (*)
  1986633... Plugin.EmailTemplate: Create templates folder if it does no (*)
  9e0ae0e... Merge branch 'mjog/email-templates' into 'mainline' (*)
  e94ce67... Geary.Imap.MailboxAttributes: Fix missing SPECIAL-USE \All  (*)
  779d190... Merge branch 'fix/missing_itstool_dependecy' into 'mainline (*)
  ab9d839... Merge branch 'mjog/gmail-all-mail-missing' into 'mainline' (*)
  df2bce4... Geary.ImapEngine.GenericAccount: Fix duplicate folders on f (*)
  9e0acad... FolderList.AccountBranch: Fix ordering of special-use folde (*)
  11754cb... Merge branch 'mjog/phantom-parent-folders' into 'mainline' (*)
  ee3f3c9... Merge branch 'mjog/folder-order' into 'mainline' (*)
  4a469d7... po/POTFILES.in: Add missing lines for email templates files (*)
  64bfb11... Update Ukrainian translation (*)
  97163e3... Update Swedish translation (*)
  81a2217... Geary.FolderMock: Convert to use new async mock calls.
  a385ce8... Geary.App.ConversationMonitor: Throw error closing folder w
  991c9ef... Geary.App.ConversationMonitor: Fix more races when starting
  530c205... Geary.Util.ConnectivityManager: Fix a spurious connectivity
  0e673ce... Geary.ClientService: Update connectivity timeouts
  97d34b2... Geary.ClientService: Set as unreachable on connectivity che

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]