webapps.pastebin: fix
parent
03e7f918ae
commit
e05eecf26b
|
@ -157,13 +157,12 @@ M: annotation entity-url
|
||||||
pastebin-email-list get-global [
|
pastebin-email-list get-global [
|
||||||
drop
|
drop
|
||||||
] [
|
] [
|
||||||
clone
|
<email> swap >>to
|
||||||
|
swap clone
|
||||||
"https" >>protocol
|
"https" >>protocol
|
||||||
"paste.factorcode.org" >>host
|
"paste.factorcode.org" >>host
|
||||||
[ "$pastebin" ?head drop ] change-path
|
[ "$pastebin" ?head drop ] change-path
|
||||||
present
|
present >>body
|
||||||
<email> swap >>to
|
|
||||||
swap >>body
|
|
||||||
"factor-builds2@gmail.com" >>from
|
"factor-builds2@gmail.com" >>from
|
||||||
"New paste" >>subject
|
"New paste" >>subject
|
||||||
send-email
|
send-email
|
||||||
|
|
Loading…
Reference in New Issue