Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pfftools/export_handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -5095,6 +5095,7 @@ int export_handle_export_message_subject_to_item_file(
/* Ignore the subject control codes for now
*/
if( ( value_string_size >= 3 )
&& ( value_string[ 0 ] > 0 )
&& ( value_string[ 0 ] < 0x20 ) )
{
result = item_file_write_string(
Expand Down