Line 51:
Line 51:
signal-event sogo-modify; /etc/rc7.d/S85sogod restart
signal-event sogo-modify; /etc/rc7.d/S85sogod restart
+
=== Enabling customization of "mail from" field ===
+
+
To do this you need to edit the following file in your favourite editor (copy the original from /etc/e-smith/templates/home/sogo/GNUstep/Defaults/.GNUstepDefaults):
+
/etc/e-smith/templates-custom/home/sogo/GNUstep/Defaults/.GNUstepDefaults/10defaults
+
Put the following instruction under the block beginning with '''sogod = \{''' :
+
+
SOGoMailCustomFromEnabled = YES;
+
+
Or you can use this command:
+
sed -i '/sogod =/ a\ SOGoMailCustomFromEnabled = YES; ' /etc/e-smith/templates-custom/home/sogo/GNUstep/Defaults/.GNUstepDefaults/10defaults
+
+
Once saved, then execute the following commands:
+
+
signal-event sogo-modify;
+
/etc/rc7.d/S85sogod restart