Changes

Jump to navigation Jump to search
708 bytes added ,  00:25, 3 February 2014
no edit summary
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

Navigation menu