[geary] (72 commits) Non-fast-forward update to branch mjog/invert-folder-class-hierarchy



The branch 'mjog/invert-folder-class-hierarchy' 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:

  f2e292a... Geary: Rework email signals on Account and Folder
  4c61fab... Geary: Flip folder class hierarchy so remote extends local,
  4be5209... Geary: Update existing local folders to remove old API
  fb79b51... Geary.ImapEngine.MinimalFolder: Update to implement RemoteF
  bc0da4a... client, engine: Update call sites to deal with new Folder A
  5879ee4... Geary.Folder, Geary.RemoteFolder: Convert into interfaces
  365aa3c... Geary.FolderPath, Geary.FolderRoot: Move into Folder namesp
  b218735... Geary.ImapDb.Folder: Make path and properties actual GObjec
  0f3ce80... Geary.Folder, Geary.Account: Clean up interdependent signal
  2b91cd2... Geary.Folder: Make FolderProperties a remote-only concept
  9607f36... Geary.ImapEngine.GenericAccount: Update email counts on fol
  425a11d... Geary.ImapEngine: Ensure folder counts updated on flag upda
  f143661... FolderList.FolderEntry: Display local vs remote totals if t
  7b68b43... Plugin.EmailTemplates: Avoid reentrancy issues on folder us
  7af3a16... Geary.ImapEngine.ReplayQueue: Use a cancellable to manage r
  0e19577... Geary.ImapEngine.ReplayQueue: Only flush ops on close if st
  7be9a82... Geary.ImapEngine.MinimalFolder: Remove closed_semaphore
  c9cb089... Geary.ImapEngine.MinimalFolder: Throw an error opening remo
  70823a1... Geary.ImapEngine.MinimalFolder: Clean up and simplify close
  d4b985e... Geary.ImapEngine.MinimalFolder: Improve remote management
  2373ef4... Geary.Folder: Replace fetch_email_async with local-only get
  33cc886... Geary.ImapEngine.EmailPrefetcher: Clean up re-entrancy issu
  4a5896c... Geary.ImapEngine.Email.Prefetcher: Fix the active lock
  97dd701... Geary.ImapEngine.EmailPrefetcher: Implement Geary.Logging.S
  00e4dc7... Geary.Collection: Add single_set method
  d7f6286... Geary.Email: Add `new_identifier_based_set` static method
  3c55f97... Geary.Email: Re-organise static methods to confirm to code 
  bd7a1c3... engine: Update all methods used to access collections of em
  7ad6302... Geary.Imap.MinimalFolder: Update flag updater to use larger
  b906d11... Geary.ImapEngine.MinimalFolder: get_multiple_email_by_id mi
  17b02f1... Geary.Folder: Rename and update list_email_by_id_async to b
  21d43fa... Geary.App.ConversationMonitor: Remove unused op
  9b64099... CollectionAssertions: Allow elements to be accessed via ind
  97e7fd4... test: Add unit tests for new Geary.Folder email accessor me
  b1ea2d3... Geary.ImapDB.Folder: Rename ListFlags to LoadFlags
  8eee0cf... Geary.Folder: Add flags for options when retrieving specifi
  d2da085... Geary.App.ConversationMonitor: Simplify implementation a bi
  a878fbe... Geary.App.ConversationMonitor: Add support for partial emai
  8e385f7... Geary.App.ConversationMonitor: Fix list of required fields
  8683ab2... Geary.App.ConversationMonitor: Fix loading by id
  0df1c8a... ConversationListStore: Fix null object when no previews are
  9e39b82... Geary.Engine: Allow applications to specify min email downl
  5b6aad8... Geary.App.ConversationMonitor: Check for email deleted flag

Commits added to the branch:

  42f5eb2... Enable navigation between 3 main panes using XF86Forward/Ba (*)
  6caf26b... Enable activating Gtk.ListBox items using XF86Forward and A (*)
  b57567f... Geary.Imap.FolderSession: Don't crash on empty preview (*)
  746a1e5... Merge branch 'media-keys-navigation' into 'mainline' (*)
  7f0bb08... Merge branch 'preview-crash' into 'mainline' (*)
  4b5fe54... Geary.Imap.StoreCommand: Update to support the SILENT comma (*)
  831cd0f... Geary.Imap.FolderSession: Use the SILENT option when sendin (*)
  46cf245... org.gnome.Geary.yaml: Fix EDS contacts not working under fl (*)
  a92b1c9... Update Swedish translation (*)
  9c4a53a... Update Finnish translation (*)
  6157050... org.gnome.Geary.yaml: Work around password look hang when s (*)
  5ce2c74... Merge branch 'mjog/flatpak-eds-talk-perms' into 'mainline' (*)
  38231f0... Merge branch 'mjog/1147-flatpak-libsecret-hang' into 'mainl (*)
  bebc5c6... Update German translation (*)
  d378476... Merge branch 'mjog/790-email-flag-interleaving' into 'mainl (*)
  707b1f4... Geary: Rework email signals on Account and Folder
  fa0d037... Geary: Flip folder class hierarchy so remote extends local,
  6019c90... Geary: Update existing local folders to remove old API
  33d6fe5... Geary.ImapEngine.MinimalFolder: Update to implement RemoteF
  d0fc6c6... client, engine: Update call sites to deal with new Folder A
  1d994ca... Geary.Folder, Geary.RemoteFolder: Convert into interfaces
  9f1e9a9... Geary.FolderPath, Geary.FolderRoot: Move into Folder namesp
  eaeeacb... Geary.ImapDb.Folder: Make path and properties actual GObjec
  cec3cb8... Geary.Folder, Geary.Account: Clean up interdependent signal
  c1f91f0... Geary.Folder: Make FolderProperties a remote-only concept
  1537930... Geary.ImapEngine.GenericAccount: Update email counts on fol
  890807f... Geary.ImapEngine: Ensure folder counts updated on flag upda
  6959243... FolderList.FolderEntry: Display local vs remote totals if t
  14d5794... Plugin.EmailTemplates: Avoid reentrancy issues on folder us
  056226f... Geary.ImapEngine.ReplayQueue: Use a cancellable to manage r
  a2df8e1... Geary.ImapEngine.ReplayQueue: Only flush ops on close if st
  a2047bc... Geary.ImapEngine.MinimalFolder: Remove closed_semaphore
  577f1aa... Geary.ImapEngine.MinimalFolder: Throw an error opening remo
  e6384c8... Geary.ImapEngine.MinimalFolder: Clean up and simplify close
  49ff9b5... Geary.ImapEngine.MinimalFolder: Improve remote management
  f39f3d6... Geary.Folder: Replace fetch_email_async with local-only get
  817dee0... Geary.ImapEngine.EmailPrefetcher: Clean up re-entrancy issu
  72c0960... Geary.ImapEngine.Email.Prefetcher: Fix the active lock
  099ad8f... Geary.ImapEngine.EmailPrefetcher: Implement Geary.Logging.S
  39004d7... Geary.Collection: Add single_set method
  e68e50d... Geary.Email: Add `new_identifier_based_set` static method
  fd73446... Geary.Email: Re-organise static methods to confirm to code 
  8130612... engine: Update all methods used to access collections of em
  ef13a8b... Geary.Imap.MinimalFolder: Update flag updater to use larger
  d33f39a... Geary.ImapEngine.MinimalFolder: get_multiple_email_by_id mi
  aa11f21... Geary.Folder: Rename and update list_email_by_id_async to b
  e2a9915... Geary.App.ConversationMonitor: Remove unused op
  9a83c17... CollectionAssertions: Allow elements to be accessed via ind
  cb052f3... test: Add unit tests for new Geary.Folder email accessor me
  4af8553... Geary.ImapDB.Folder: Rename ListFlags to LoadFlags
  3513ab9... Geary.Folder: Add flags for options when retrieving specifi
  6e5f14a... Geary.App.ConversationMonitor: Simplify implementation a bi
  afa3437... Geary.App.ConversationMonitor: Add support for partial emai
  ed34a6e... Geary.App.ConversationMonitor: Fix list of required fields
  c16f3c0... Geary.App.ConversationMonitor: Fix loading by id
  8820a9b... ConversationListStore: Fix null object when no previews are
  8dab1ae... Geary.Engine: Allow applications to specify min email downl
  e6f8a21... Geary.App.ConversationMonitor: Check for email deleted flag
  505fa85... ConversationListStore: Minor code cleanup.
  ff01056... ConversationListStore: Handle incomplete email errors loadi
  7ff5fee... ConversationListStore: Update previews when email fully loa
  a3011ac... Geary.Imap.ClientSession: Avoid redundant timekeeping calls
  0ee85de... Geary.Imap.ClientConnection: Coalesce received_bytes signal
  93ea74a... Geary.Imap.ClientConnection: Fix command timeout mid-litera
  1c6b852... engine: Add new FetchEmail replay op
  3a611f6... engine: Update EmailPrefetcher to use replay queue download
  5302045... engine: Update MinimalFolder's flag updater to use the repl
  efea1bd... engine: Add new ExpandVector replay op
  46188c7... engine: Allow endpoints to be specified for RemoteFolder.ex
  5593bd0... engine: Convert AccountSychronizer over to us new RemoteFol
  9f1cf1a... engine: Remove now unused code in MinimalFolder and ImapDB.
  e88e659... engine: Fix null critical on folder shutdown

(*) 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]