aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-settings.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-16 17:20:31 +0800
committerMilan Crha <mcrha@redhat.com>2009-10-16 17:20:31 +0800
commit3827cbee4ce7bce71da9f811459daba287d896ed (patch)
treefb30d283fee36e6ab6dc55045d889e011bb575c5 /modules/mail/e-mail-shell-settings.c
parent527e9e472fb5d813f2ba337401af9e8bac70691d (diff)
downloadgsoc2013-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 'modules/mail/e-mail-shell-settings.c')
-rw-r--r--modules/mail/e-mail-shell-settings.c4
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");
}