diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 4af7680412..1503d7b0fe 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -346,6 +346,20 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/composer/gallery_path</key> + <applyto>/apps/evolution/mail/composer/gallery_path</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Path where image gallery should search for its content</short> + <long>This value can be an empty string, which means it'll use + the system Picture folder, usually set to ~/Pictures. This folder will + be also used when the set path is not pointing to the existent folder.</long> + </locale> + </schema> + <!-- Display Settings --> <schema> |