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 /modules/mail/e-mail-shell-settings.c | |
parent | 527e9e472fb5d813f2ba337401af9e8bac70691d (diff) | |
download | gsoc2013-evolution-3827cbee4ce7bce71da9f811459daba287d896ed.tar.gz 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 'modules/mail/e-mail-shell-settings.c')
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c index 907c5fb643..c20f57ce43 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -226,4 +226,8 @@ e_mail_shell_settings_init (EShell *shell) e_shell_settings_install_property_for_key ( "composer-top-signature", "/apps/evolution/mail/composer/top_signature"); + + e_shell_settings_install_property_for_key ( + "composer-no-signature-delim", + "/apps/evolution/mail/composer/no_signature_delim"); } |