Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 4a5bd2c

Browse files
committed
minor add to script
1 parent aeefd59 commit 4a5bd2c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

elm/src/Script.elm

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ myScript =
160160
, contents = [ """Oh if we're not meeting til 9 I can
161161
totally be there ^.^""" ]
162162
}
163-
, actions = [ Types.Archive ] -- Continue with a-three
163+
, actions = [ Types.Archive ] -- XXX - continue with a-three
164164
}
165165
)
166166
, ( "a-two"
@@ -169,9 +169,19 @@ myScript =
169169
, to = [ dslist, me ]
170170
, contents = [ "Got a table in the back!" ]
171171
}
172-
, actions = [ Types.Archive ]
172+
-- , actions = [ Types.Archive ]
173+
, actions = [ Types.Immediate "sam-cant-make-it" ]
173174
}
174175
)
176+
, ( "sam-cant-make-it"
177+
, { receivedEmail =
178+
{ from = sam
179+
, to = [dslist, me]
180+
, contents = [ "sry can't make it :("]
181+
}
182+
, actions = [ Types.Archive]
183+
}
184+
)
175185
, ( "a-three"
176186
, { receivedEmail =
177187
{ from = sam

0 commit comments

Comments
 (0)