Searched refs:cmdLen (Results 1 – 1 of 1) sorted by relevance
113 int cmdLen = mailer.length + 2; in send() local114 mailCmd = Arrays.copyOf(mailer, cmdLen); in send()115 mailCmd[cmdLen - 2] = "-f"; in send()116 mailCmd[cmdLen - 1] = msg.getSender(); in send()