Still need this function
authorJamie Cameron <jcameron@webmin.com>
Sat, 3 Jan 2009 23:50:15 +0000 (23:50 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sat, 3 Jan 2009 23:50:15 +0000 (23:50 +0000)
mailboxes/boxes-lib.pl

index 59330e9..332f637 100644 (file)
@@ -2563,4 +2563,9 @@ local $rv = "From $addr ".strftime("%a %b %e %H:%M:%S %Y", localtime($t));
 return $rv;
 }
 
+sub notes_decode
+{
+# Deprecated - does nothing
+}
+
 1;