-
One of my most often repeated operations is "Toggle all, Mark As Read, Toggle All, Delete", in Junk and in folders used for discussion groups. It would be terrific to have one button that does "Mark as Read and Delete", or to have a configuration option to Mark as Read When Deleting, whether global or per user.
2009-06-13 16:52:36 UTC in SquirrelMail
-
Logged In: YES
user_id=1314817
Never mind. Looks like the P df_param from
class.Linux.inc.php was getting hosed somehow by my ext3 hack.
# diff class.parseProgs.inc.php class.parseProgs.inc.php.-2
66c66
< $df = execute_program('df', '-P -k -t ext3' );
---
> $df = execute_program('df', '-k' . $this->df_param );
70c70
< $df2 = execute_program('df', '-P -i...
2006-09-06 01:10:50 UTC in PHP SysInfo
-
It looks as though the line breaks in lvol mount
listings from "df" causes problems for
class.parseProg.inc.php,
e.g.
/dev/mapper/VolGroup00-LogVol00
2031952 1194528 734208 62% /
I get empty "Mounted Filesystems", and note the
following log entries:
[client 24.125.xx.xxx] PHP Notice: Undefined offset:
1 in...
2006-09-03 02:21:10 UTC in PHP SysInfo