Changeset be5f03b in github
- Timestamp:
- Sep 5, 2008 6:03:50 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0c3bde2
- Parents:
- 2e6825b
- Files:
-
- 2 edited
-
program/steps/mail/func.inc (modified) (1 diff)
-
skins/default/templates/message.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r7003206 rbe5f03b 837 837 838 838 // list images after mail body 839 if (get_boolean($attrib['showimages']) 840 && $CONFIG['inline_images'] 839 if ($CONFIG['inline_images'] 841 840 && $ctype_primary == 'multipart' 842 841 && !empty($MESSAGE->attachments) -
skins/default/templates/message.html
re5a8349 rbe5f03b 42 42 43 43 <roundcube:object name="blockedObjects" id="remote-objects-message" /> 44 <roundcube:object name="messageBody" id="messagebody" showImages="true"/>44 <roundcube:object name="messageBody" id="messagebody" /> 45 45 46 46 </div>
Note: See TracChangeset
for help on using the changeset viewer.
