chiark / gitweb /
Columns are now resizable and wide columns are ellipsized. Columns
[disorder] / lib / configuration.h
index 51dc835341221168139f0c5623e1cf2a3f3b1f5e..cc7e1e3756b6d54478795ba90c4d518e3fda620c 100644 (file)
@@ -272,6 +272,9 @@ struct config {
   /** @brief Default rights for a new user */
   char *default_rights;
 
+  /** @brief Path to sendmail executable */
+  char *sendmail;
+
   /** @brief SMTP server for sending mail */
   char *smtp_server;