[chronojump] Use of mail.mailutils again on Networks
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Use of mail.mailutils again on Networks
- Date: Tue, 11 Jan 2022 12:38:10 +0000 (UTC)
commit 7a7d473d02ef9247809c4e8b1c791b3abab77cc5
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Jan 11 13:37:51 2022 +0100
Use of mail.mailutils again on Networks
src/networks.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/networks.cs b/src/networks.cs
index 6cf3c2203..ad4453334 100644
--- a/src/networks.cs
+++ b/src/networks.cs
@@ -131,9 +131,9 @@ public class NetworksSendMail
parameters.Add(email);
//note redirect output and error is false because if redirect input there are problems
redirecting the others
- //ExecuteProcess.Result execute_result = ExecuteProcess.run ("mail.mailutils", parameters,
getBody(title), false, false);
+ ExecuteProcess.Result execute_result = ExecuteProcess.run ("mail.mailutils", parameters,
getBody(title), false, false);
//TODO: decide if mail.mailutils (maybe debian) or mailutils (maybe manjaro), maybe this has
to be on chronojump_config.txt
- ExecuteProcess.Result execute_result = ExecuteProcess.run ("mailutils", parameters,
getBody(title), false, false);
+ //ExecuteProcess.Result execute_result = ExecuteProcess.run ("mailutils", parameters,
getBody(title), false, false);
if(! execute_result.success) {
ErrorStr = "Need to install mail.mailutils";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]