--- editor-plugins/email.c	Wed May 19 21:00:15 1999
+++ /home/andy/tmp/wrk/editor-plugins/email.c	Sun Jul 11 15:38:54 1999
@@ -10,7 +10,11 @@
 #include "client.h"
 
 #ifndef MAILER
+#ifdef __FreeBSD__
+#define MAILER "/usr/sbin/sendmail"
+#else
 #define MAILER "/usr/lib/sendmail"
+#endif
 #endif
 
 static GtkWidget *from_entry, *subject_entry, *to_entry;
