Minor language cleanup.
This commit is contained in:
parent
cf3c2dff79
commit
9831a87844
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ our $VERSION = '0.01';
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
RT-Extension-ThreadByReference - Use ThreadByReference to try and thread messages to tickets
|
RT-Extension-ThreadByReference - Use the MIME Reference header to try and thread messages to tickets
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ difficult to get the subject lines correct in all parts of the
|
||||||
message. This can cause a single thread to spawn off tens of
|
message. This can cause a single thread to spawn off tens of
|
||||||
different tickets that need manual merging.
|
different tickets that need manual merging.
|
||||||
|
|
||||||
This extension uses the MIME ThreadByReference headers to search for threads
|
This extension uses the MIME Reference header to search for threads
|
||||||
to associate a message with.
|
to associate a message with.
|
||||||
|
|
||||||
=head1 RT VERSION
|
=head1 RT VERSION
|
||||||
|
|
Loading…
Reference in a new issue