diff options
author | Milan Crha <mcrha@redhat.com> | 2009-10-16 17:20:31 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-10-16 17:20:31 +0800 |
commit | 3827cbee4ce7bce71da9f811459daba287d896ed (patch) | |
tree | fb30d283fee36e6ab6dc55045d889e011bb575c5 /mail | |
parent | 527e9e472fb5d813f2ba337401af9e8bac70691d (diff) | |
download | gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar.gz gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar.bz2 gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar.lz gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar.xz gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar.zst gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.zip |
Bug #522783 - Signature separator for HTML E-mails
Reapplied patch from bug #551470, as this got dropped on merging.
Be sure you all also
gconftool-2 --install-schema-file=$PREFIX/etc/gconf/schemas/evolution-mail.schemas
as new key had been added.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 7a975531df..418e57d371 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -248,6 +248,19 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/composer/no_signature_delim</key> + <applyto>/apps/evolution/mail/composer/no_signature_delim</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Do not add signature delimiter</short> + <long>Set to TRUE in case you do not want to add signature delimiter + before your signature when composing a mail.</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/composer/width</key> <applyto>/apps/evolution/mail/composer/width</applyto> <owner>evolution-mail</owner> |