diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-12 15:36:05 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-12 15:36:05 +0100 |
| commit | e242fa09afdf2d7763c3c99b900406eb1f7b287d (patch) | |
| tree | b759324e36235ada967a01de9ffeecd3ff126257 | |
| parent | 6ab9fbd771ec4f62c73f8040f664a091c3fa642d (diff) | |
| download | nixos-e242fa09afdf2d7763c3c99b900406eb1f7b287d.tar nixos-e242fa09afdf2d7763c3c99b900406eb1f7b287d.tar.gz nixos-e242fa09afdf2d7763c3c99b900406eb1f7b287d.tar.bz2 nixos-e242fa09afdf2d7763c3c99b900406eb1f7b287d.tar.xz nixos-e242fa09afdf2d7763c3c99b900406eb1f7b287d.zip | |
replace whole emails
| -rw-r--r-- | ymir/mlmmj-expose.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.hs b/ymir/mlmmj-expose.hs index b6309825..03af3c4b 100644 --- a/ymir/mlmmj-expose.hs +++ b/ymir/mlmmj-expose.hs | |||
| @@ -156,7 +156,7 @@ main = do | |||
| 156 | , groupUrls = Set.empty | 156 | , groupUrls = Set.empty |
| 157 | , groupSubs = Set.fromList $ map (replaceSub ident) subscribers | 157 | , groupSubs = Set.fromList $ map (replaceSub ident) subscribers |
| 158 | } | 158 | } |
| 159 | replaceSub ident sub = FoxReplaceSub { rInput = hash' (ident, sub) | 159 | replaceSub ident sub = FoxReplaceSub { rInput = listName ++ "+" ++ hash' (ident, sub) ++ "@subs.lists.yggdrasil.li" |
| 160 | , rOutput = sub | 160 | , rOutput = sub |
| 161 | , rInputType = WordInput | 161 | , rInputType = WordInput |
| 162 | , rCaseSensitive = True | 162 | , rCaseSensitive = True |
