File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 78
78
@a[href: (list pfx ".gmane.io " path gmane)]{@body}))
79
79
(define (mail-archive-link suffix . body)
80
80
@a[href: (list "https://www.mail-archive.com/ " email "/ " suffix)]{@body})
81
+ (define google-groups-name
82
+ (ML-google-name ml))
81
83
(define google-groups-url
82
- (let ([g (ML-google-name ml)])
83
- (and g (list "https://groups.google.com/forum/#!forum/ " g "/ " ))))
84
+ (and google-groups-name (list "https://groups.google.com/forum/#!forum/ " google-groups-name "/ " )))
84
85
(define google-groups-join-url
85
86
(and google-groups-url
86
87
(append google-groups-url (list "join " ))))
89
90
(define google-groups-join-link-text
90
91
(string-append "join the " name" mailing list " ))
91
92
(define google-groups-join-no-account-text
92
- @span{@span[style:
"font-style: italic " ]{Without Google account: }
send email to @tt[name
"[email protected] " ]})
93
+ (and google-groups-name
94
+ @span{@span[style:
"font-style: italic " ]{Without Google account: }
send email to @tt[google-groups-name
"[email protected] " ]}))
93
95
(define ((mk-form make) url #:method [method 'get ] . body)
94
96
(make @form[action: url method: method
95
97
style: "display: inline; clear: none; " ]{
You can’t perform that action at this time.
0 commit comments