From: Jon Trulson Date: Wed, 25 Jul 2012 02:48:43 +0000 (-0600) Subject: Dtwm.defs.src: set proper mail file path for linux X-Git-Tag: 2.2.0a~8^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3be2367671b1d68adfd5f31d0a17f546be48ef4;p=oweals%2Fcde.git Dtwm.defs.src: set proper mail file path for linux --- diff --git a/cde/programs/dtwm/Dtwm.defs.src b/cde/programs/dtwm/Dtwm.defs.src index 52c89e1d..fe1fe02f 100644 --- a/cde/programs/dtwm/Dtwm.defs.src +++ b/cde/programs/dtwm/Dtwm.defs.src @@ -186,6 +186,8 @@ Dtwm*VersionDialog_popup*columns: %|nls-6-40^columns| !#### #ifdef __osf__ Dtwm*Mail*fileName: /usr/spool/mail/$LOGNAME +#elif defined(linux) +Dtwm*Mail*fileName: /var/mail/$LOGNAME #else !# Dtwm*Mail*fileName: /usr/mail/$LOGNAME #endif