case for cond-let added by andyjpb on Wed Apr 16 15:36:48 2014

(let ((the-object (email-address 'search 'address the-email-address)))
					(cond
					  ((null? the-object)
					   (make))
					  ((= 1 (length the-object))
					   ; #t if it's for account-id, otherwise #f
					   )
					  (else
					    #f)))