mhonarc-users

SUBJECTHEADER not stored in DB file- bug?

1997-10-23 09:45:59
I just noticed last night that in v2.1 the SUBJECTHEADER resource was
not being saved in the DB file. Here's a little patch of lib/mhdb.pl
that fixes it (or at least I think it does; it's possible that it makes
something I don't understand break, as I was in a bit of a hurry last
night to get things working and go home.


*** mhdb.pl~    Mon Jun  9 14:10:34 1997
--- mhdb.pl     Wed Oct 22 19:40:10 1997
***************
*** 231,236 ****
--- 231,238 ----
                                        unless $IsDefault{'FOLUPLITXT'};
        &print_var(DB, 'HEADBODYSEP ', *HEADBODYSEP)
                                        unless $IsDefault{'HEADBODYSEP'};
+       &print_var(DB, 'SUBJECTHEADER ', *SUBJECTHEADER)
+                                       unless $IsDefault{'SUBJECTHEADER'};
        &print_var(DB, 'LABELBEG', *LABELBEG)
                                        unless $IsDefault{'LABELBEG'};
        &print_var(DB, 'LABELEND', *LABELEND)


My machine info: Perl 5.004_01, MHonArc 2.1, OSF1 v3.2 on DEC Alpha

-- 
Scott E Kullberg <*> sekullbe(_at_)newscorp(_dot_)com -><- News Internet 
Services
  'NO! NO! DON'T OPEN THE BOX! DON'T OPEN THE BLOODY BO--' -S. Cat.

<Prev in Thread] Current Thread [Next in Thread>
  • SUBJECTHEADER not stored in DB file- bug?, Scott E Kullberg <=