minimalist/LIST/minimalist-251.1-251.2.diff

20 lines
645 B
Diff

--- minimalist.pl 2004-03-04 10:57:21.000000000 +0200
+++ minimalist-2.5.2.2.pl 2004-03-04 10:51:43.000000000 +0200
@@ -29,7 +29,7 @@
use Fcntl ':flock'; # LOCK_* constants
use integer;
-$version = '2.5(1.1) (Idleness)';
+$version = '2.5(1.2) (Idleness)';
$config = "/usr/local/etc/minimalist.conf";
# Program name and arguments for launching if commands in message's body
@@ -992,6 +992,7 @@
if ($bound eq $boundary[$level]."--") { $difflevel = 1; }
# End of previous level?
elsif ($bound eq $boundary[$level-1]."--") { $difflevel = 2; }
+ else { $difflevel = 0; }
if ($difflevel) {
$pos += 1; $level -= $difflevel;