Gmail attachment reminder v3.0b

By norcimo Last update Dec 23, 2007 — Installed 20,064 times.

Post doesn't exist

Archived Comments (locked)

in
Subscribe to Archived Comments 29 posts, 18 voices



Jonathan Bro... Scriptwright

porting it to other languages is pretty easy, you just need to change the line that reads

if(messagebody.match('attach')){

to

if(messagebody.match('attach') || messagebody.match('adjunt')){

making it work in html emails is not impossible, but I don't know if I can do it.

 
patxi1977 User

It only works in "plain text" messages. Right? Great idea still! I have two suggestions, bc I believe it can be an incredibly useful script: 1st, make it work in html emails. 2nd I write emails in English, Spanish, French & Catalan, so I would love to add more trigger words like "adjunt" for "adjunto" or "adjuntado" in Catalan or Spanish. How can I do that? Maybe you could add some commented lines on the script with instructions on how to port it. Still, great idea!

 
Jonathan Bro... Scriptwright

wow, awesome!!! thanks for fixing up this script. This is my first official contribution to an open source project :)

 
Daniel Bunyard User

Awesome! I can stop feeling like an idiot every time I forget to attach a file. Thanks!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel