Skip to content
  • Adrien Dorsaz's avatar
    exchange-contacts use a new scheme for address books · 4fa9f2a8
    Adrien Dorsaz authored
    As the scheme is updated after each reboot within
    `addressbook/content/exchangeContactsInit.js`,
    we don't need a patch for already installed modules.
    
    Command executed to replace automatically:
    
    ```bash
    git grep -l 'Root-dir' | xargs sed -i 's/exchWebService-contactRoot-directory/exchangecalendar-addressbook/g'
    ```
    4fa9f2a8