diff options
Diffstat (limited to 'themes/alps/message.html')
-rw-r--r-- | themes/alps/message.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/alps/message.html b/themes/alps/message.html index 6e88297..521e835 100644 --- a/themes/alps/message.html +++ b/themes/alps/message.html @@ -168,6 +168,16 @@ <td>{{template "addr-list" .Message.Envelope.Bcc}}</td> </tr> {{ end }} + {{if and .Extra.HasRemoteResources (not .Extra.RemoteResourcesAllowed)}} + <tr class="remote-content"> + <td colspan="2"> + This message contains remote content, such as external images. + <a href="?part={{.Part.PathString}}&allow-remote-resources=1"> + Load remote content ยป + </a> + </td> + </tr> + {{end}} </table> <section class="parts"> {{template "message-part-tree" (tuple $ .Message.PartTree)}} |