chiark / gitweb /
New 'new_max' configuration bounds the number of tracks that 'new'
[disorder] / lib / configuration.h
index f965bbd972a8f8232dc3f3b27311243387e88316..aa0682d100c87e48a67ff7b600509321113b8a44 100644 (file)
@@ -261,6 +261,9 @@ struct config {
 
   /** @brief Origin address for outbound mail */
   char *mail_sender;
+
+  /** @brief Maximum number of tracks in response to 'new' */
+  long new_max;
   
   /* derived values: */
   int nparts;                          /* number of distinct name parts */