From 1bf084e1ed4cd931b08e233a3f5c30cc9de05dfc Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 27 Dec 2013 12:20:58 -0700 Subject: * new address alpine-count@patches.freeiz.com for counting users of Alpine. * When writing the .pinerc file, lines could not be longer than 10,000 characters, or else this caused corruption in the .pinerc data. Now they are allowed to be of any size. * Fix a problem that made Alpine remove files before they were open by the viewer. It requires that the user has an equivalent to a command such as "ps auxww" to list the list of processes. The default is "/bin/ps auxww", but it can be changed at compile time with the option --with-ps-cmd. * Remove -lregex from linker flags when building --with-supplied-regex. * Fix _INIT_ token for reply quote string to include support for 8-bit in personal names. --- pith/conftype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pith/conftype.h') diff --git a/pith/conftype.h b/pith/conftype.h index 61472105..f27544c0 100644 --- a/pith/conftype.h +++ b/pith/conftype.h @@ -108,6 +108,7 @@ typedef enum { V_PERSONAL_NAME = 0 , V_MARGIN , V_STATUS_MSG_DELAY , V_ACTIVE_MSG_INTERVAL + , V_SLEEP , V_MAILCHECK , V_MAILCHECKNONCURR , V_MAILDROPCHECK -- cgit v1.2.3-54-g00ecf