Added support for letting user mail add-ons override system ones.

* The path will now be relativized before storing it.
* On load, the add-on will be tried to load from the user, then common
  and finally system add-on directory.
This commit is contained in:
Axel Dörfler
2015-01-06 15:22:37 +01:00
parent b448d260c3
commit f90a3bbd67
2 changed files with 44 additions and 4 deletions
+3
View File
@@ -92,6 +92,9 @@ public:
virtual bool HasBeenModified() const;
private:
const char* _RelativizePath(const BPath& path) const;
private:
BMessage fOriginalSettings;
entry_ref fRef;