diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-09 20:48:22 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-09 20:48:22 +0100 |
commit | 3dacdaab1c476500be4f178a3bf183f23e414e3e (patch) | |
tree | caea472c0e78fd80f714ffe9bb034c782e825fee /ymir | |
parent | 601aa29ec9de24339f6d7bf9452ea8f073f8324d (diff) | |
download | nixos-3dacdaab1c476500be4f178a3bf183f23e414e3e.tar nixos-3dacdaab1c476500be4f178a3bf183f23e414e3e.tar.gz nixos-3dacdaab1c476500be4f178a3bf183f23e414e3e.tar.bz2 nixos-3dacdaab1c476500be4f178a3bf183f23e414e3e.tar.xz nixos-3dacdaab1c476500be4f178a3bf183f23e414e3e.zip |
Revert "debug file"
This reverts commit 601aa29ec9de24339f6d7bf9452ea8f073f8324d.
Diffstat (limited to 'ymir')
-rw-r--r-- | ymir/mlmmj-expose.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.nix b/ymir/mlmmj-expose.nix index da452df5..8c7dfb91 100644 --- a/ymir/mlmmj-expose.nix +++ b/ymir/mlmmj-expose.nix | |||
@@ -47,7 +47,7 @@ let | |||
47 | getContents >>= writeFile fName | 47 | getContents >>= writeFile fName |
48 | hPrintf stdout "Forwarding mail to <%s>, subscribed to %s\n" recipient (takeBaseName listDir) | 48 | hPrintf stdout "Forwarding mail to <%s>, subscribed to %s\n" recipient (takeBaseName listDir) |
49 | callProcess "${pkgs.mlmmj}/bin/mlmmj-send" ["-L", listDir, "-l", "6", "-m", fName, "-T", recipient] | 49 | callProcess "${pkgs.mlmmj}/bin/mlmmj-send" ["-L", listDir, "-l", "6", "-m", fName, "-T", recipient] |
50 | -- removeFile fName | 50 | removeFile fName |
51 | [] -> die "Unknown extension" | 51 | [] -> die "Unknown extension" |
52 | _ -> die "Ambiguous extension" | 52 | _ -> die "Ambiguous extension" |
53 | _ -> hPutStrLn stderr ("Called without expected arguments (<listDirectory> <recipientExtension>)") >> exitWith (ExitFailure 2) | 53 | _ -> hPutStrLn stderr ("Called without expected arguments (<listDirectory> <recipientExtension>)") >> exitWith (ExitFailure 2) |