njm2112 / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Hide attachment thumbnails #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can there be an additional option in the gmail module to hide the thumbnails of 
attached photos. Gmail shows them by default and sometimes you don't want to 
see them.

Original issue reported on code.google.com by nick.ni...@googlemail.com on 19 Dec 2011 at 12:16

GoogleCodeExporter commented 8 years ago
Getting naughty photos are work? :-)

I'll consider it, low priority though. In the mean time, you can do it by 
importing this module from Data. It will hide the thumbnails by default, if you 
mouse-over one and hover for 2 seconds, it will show it. You can tweak the 
timings in Edit.

Just paste and Import:

0.5.17$$${"name":"Hide Attachment Thumbnails","author":"Ansel 
Santosa","includes":"*mail.google.*","version":"1.0.0","isEnabled":true,"options
":[{"description":"Hide 
Thumbs","isEnabled":true,"tab":"Main","section":"Attachments","type":"checkbox",
"fields":[],"head":{"css":[".hw {","    opacity: 0 !important;","    
-webkit-transition: opacity .1s;","}","",".hw:hover {","    opacity: 1 
!important;","    -webkit-transition-delay: 2s;","}"]},"load":{}}],"index":2}

Original comment by anst...@gmail.com on 19 Dec 2011 at 2:22

GoogleCodeExporter commented 8 years ago

Original comment by anst...@gmail.com on 22 Jan 2013 at 10:56