Changeset 19281 for gsdl


Ignore:
Timestamp:
2009-04-29T12:37:54+12:00 (15 years ago)
Author:
kjdon
Message:

set the default OIDtype to message_id so that the InReplyTo stuff works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/EmailPlugin.pm

    r18591 r19281  
    5050#
    5151#   $Title    made up of Subject, Date and Sender (for default formatting)
    52 #
     52#   $InReplyTo    Message id of the one this replies to
    5353#
    5454# John McPherson - June/July 2001
     
    106106    'type' => "enum",
    107107    'list' => $extended_oidtype_list,
    108     'deft' => "auto",
     108    'deft' => "message_id",
    109109    'reqd' => "no" },
    110110      { 'name' => "OIDmetadata",
Note: See TracChangeset for help on using the changeset viewer.