aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/mail.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/mail.go')
-rw-r--r--internal/feed/mail.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/feed/mail.go b/internal/feed/mail.go
index 3010bfb..b201d61 100644
--- a/internal/feed/mail.go
+++ b/internal/feed/mail.go
@@ -328,6 +328,11 @@ func (item *item) buildBody() {
cid := "cid:" + cidNr(idx)
selection.SetAttr(attr, cid)
}
+
+ // srcset overrides src and would reload all the images
+ // we do not want to include all images in the srcset either, so just strip it
+ selection.RemoveAttr("srcset")
+
doneAnything = true
})
pan class='deletions'>-0/+1 2013-04-06Update vundleRené 'Necoro' Neumann1-0/+0 2013-04-06Ignore /dev/zero stuff in check_libsRené 'Necoro' Neumann1-1/+1 2013-02-01René Neumann1-0/+1 2013-02-01XComposeRené Neumann2-7/+2265