Post doesn't exist
Archived Comments (locked)
|
|
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. |
|
|
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! |
|
|
wow, awesome!!! thanks for fixing up this script. This is my first official contribution to an open source project :) |
|
|
Awesome! I can stop feeling like an idiot every time I forget to attach a file. Thanks! |