Skip to content
Snippets Groups Projects
Commit 17111a86 authored by deuce's avatar deuce
Browse files

Add the offset to the object... will be used for message deletion.

parent 36aa7df1
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ for(displayed=0;displayed<max_messages && last_offset >= 0 && msgarray[last_offs
msgarray[last_offset].hdr.subject="-- No Subject --";
template.messages[displayed.toString()]=msgarray[last_offset].hdr;
template.messages[displayed.toString()].attachments=count_attachments(msgarray[last_offset].hdr,msgbase.get_msg_body(true,msgarray[last_offset].offset,true,true));
template.messages[displayed.toString()].offset=msgarray[last_offset].offset;
displayed++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment