Skip to content

Instantly share code, notes, and snippets.

@porteusconf
Created July 29, 2020 11:18
Show Gist options
  • Save porteusconf/0129755cd26ab849896c6c7f7b1d2f4c to your computer and use it in GitHub Desktop.
Save porteusconf/0129755cd26ab849896c6c7f7b1d2f4c to your computer and use it in GitHub Desktop.
New fix for search in v16.34 Outlook.app broken by Macos 10.14/10.15 upgrades
### Fix search in v16.34 Outlook.app on Catalina 10.15.3
### Previous fix with "mdiimport -g" was broken by Macos 10.14/10.15 upgrades.
### See whole sordid issue at link below: Began in 2018, MS says fixed in 10.14.5, but still needs fix below in 2020.
### https://answers.microsoft.com/en-us/msoffice/forum/all/outlook-16231-not-searching-correctly-on-mojave/dfe3c2a5-bf71-4df8-b290-379ed88009cc?page=5
mdimport -i ~/Library/Group\ Containers/UBF8T346G9.Office/Outlook/Outlook\ 15\ Profiles/Main\ Profile/Data/Tasks/
find ~/Library/Group\ Containers/UBF8T346G9.Office/Outlook/Outlook\ 15\ Profiles/Main\ Profile/Data/Messages/ -type f -mtime -2 -exec mdimport -i "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment