mail_signature_symlink_sync
Description:
public bool mail_signature_symlink_sync (string symlink_target, Cancellable? cancellable = null) throws Error
Replaces the signature file for this with a symbolic link to symlink_target
, which should be an
executable file that prints a mail signature to standard output.
The signature file for this is given by get_file.
Parameters:
this |
an Source |
symlink_target |
executable filename to link to |
cancellable |
optional Cancellable object, or |
Returns:
|