offlineimap's module: change UI to syslog

The 'syslog' UI "allows better integration with systemd":
http://www.offlineimap.org/doc/Changelog.html#offlineimap-v660-rc2-2015-10-15

+1 -1
+1 -1
nixos/modules/services/networking/offlineimap.nix
··· 54 54 description = "Offlineimap: a software to dispose your mailbox(es) as a local Maildir(s)"; 55 55 serviceConfig = { 56 56 Type = "oneshot"; 57 - ExecStart = "${cfg.package}/bin/offlineimap -u basic -o -1"; 57 + ExecStart = "${cfg.package}/bin/offlineimap -u syslog -o -1"; 58 58 TimeoutStartSec = cfg.timeoutStartSec; 59 59 }; 60 60 path = cfg.path;