<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Gmail attachment reminder v3.0b | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2419</link>
    <description>Recent comments on userscript: Gmail attachment reminder v3.0b</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Nathan Sudds @ Wed, 30 Jul 2008 18:19:46 -0500</title>
      <description>&lt;p&gt;Would it be possible to adapt this script to be used for a Reply to All Reminder --- I find myself often &quot;Replying&quot; and then wishing I had clicked Reply to All instead --- it seems to me there might be a way to use this same theory for a reminder to ask if I'd like to &quot;reply to all&quot; when that tab is visible.&lt;/p&gt;

&lt;p&gt;If anyone has ideas on this, I would appreciate it.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jul 2008 18:19:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59523</guid>
      <author>Nathan Sudds</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by LudoA @ Wed, 11 Jun 2008 05:42:03 -0500</title>
      <description>&lt;p&gt;It'd be great if the trigger wasn't a string variable, but a string array. That way one could change wordTrigger to include not just &quot;attach&quot;, but also &quot;bijlage&quot; (Dutch), &quot;ci-joint&quot; &amp;amp; &quot;annexe&quot; (French), etc. Useful for those of us who send emails in multiple languages, so we don't have to install another version of this script for each language (and even multiple versions per language, for those languages which have multiple words for it, like French).&lt;/p&gt;

&lt;p&gt;Would be nice if there were more comments in the code, like in the last part. Would help *a lot* to quickly get in the code. I'm looking at adapting it myself to change it to use an array, but the lack of comments in the first part makes it a bit more confusing. I'm sure it's all clear to you as it's a relatively small piece of code, so it'd be much appreciated if you could have a look at adding some more comments (not really about the code, which isn't very hard, but about the domain - e.g. &quot;what's the importance of the send button's text?&quot; and stuff like that).&lt;/p&gt;

&lt;p&gt;Other than that, great script, thanks for making it!&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jun 2008 05:42:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59524</guid>
      <author>LudoA</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Patrick Robertson @ Sun, 23 Dec 2007 04:14:15 -0600</title>
      <description>&lt;p&gt;Doesn't seem to be working for me either. :(
&lt;br /&gt;Can't get it to prompt at all.
&lt;br /&gt;Do I need to edit the script in any way, or should all the triggers be there already?&lt;/p&gt;</description>
      <pubDate>Sun, 23 Dec 2007 04:14:15 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59525</guid>
      <author>Patrick Robertson</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Sat, 24 Nov 2007 11:34:41 -0600</title>
      <description>&lt;p&gt;Sorry for the delay in response. A new job and associated move have rather curtailed my normal activities. I'll be looking into this as soon as I can, as well as making the script compatable with the new GMail interface).&lt;/p&gt;</description>
      <pubDate>Sat, 24 Nov 2007 11:34:41 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59526</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Patrick Kamper @ Wed, 14 Nov 2007 20:07:29 -0600</title>
      <description>Here is your test case: start a new message in HTML mode (script works fine for plain text). Type your trigger word in the BODY and it is not recognized when you add no attchment. It is recognized in the subject field.

I'm no programmer but I think something is wrong with
---
var fixupReg=new RegExp(/&lt;br /&gt;/gi);
msg=msg.replace(fixupReg,&quot;\n&quot;);
---
Could you fix it? Because it's a really fine script!</description>
      <pubDate>Wed, 14 Nov 2007 20:07:29 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59527</guid>
      <author>Patrick Kamper</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Sun, 09 Sep 2007 12:32:28 -0500</title>
      <description>&lt;p&gt;@Steve, I've just checked again (normal GMail account, not apps for my domain) and I can't reproduce that behaviour. Everything seems to work fine. I don't suppose anyone has a simple test case where it fails?&lt;/p&gt;</description>
      <pubDate>Sun, 09 Sep 2007 12:32:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59528</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Steve Skinner @ Tue, 28 Aug 2007 11:31:22 -0500</title>
      <description>&lt;p&gt;I'm with the last two posts. This doesn't seem to work. I have Google Apps for my domain, but it seems like that's been accounted for. I've successfully been able to send emails without attachments even with attach, attachment, and attached in the email body.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Aug 2007 11:31:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59529</guid>
      <author>Steve Skinner</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Sun, 12 Aug 2007 17:59:54 -0500</title>
      <description>&lt;p&gt;Nathan, the script won't catch just the word attach but will catch attachment, attached, etc. Off the top of my head (it's late here!) to catch just attach to edit line 94 and replace the last + with a *&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2007 17:59:54 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59530</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nathan Sudds @ Wed, 08 Aug 2007 12:10:56 -0500</title>
      <description>&lt;p&gt;Is this still working for people currently?  I have just installed this and seem to be able to send a message without the attachment even with attach in the body of the message.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:10:56 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59531</guid>
      <author>Nathan Sudds</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gina Trapani @ Sun, 01 Jul 2007 18:10:57 -0500</title>
      <description>&lt;p&gt;Hi there - I love this script, so much so that I've posted it on Lifehacker and included it in a Firefox extension I put together called &lt;a href=&quot;http://lifehacker.com/software/gmail/lifehacker-code-better-gmail-firefox-extension-251923.php&quot;&gt;Better Gmail&lt;/a&gt; (with full credit and attribution to you of course.)&lt;/p&gt;

&lt;p&gt;Several of my readers asked for an easy way to modify the trigger word for other languages, so I've done a slight modification which adds this option to the GM user script command menu.&lt;/p&gt;

&lt;p&gt;My mod is here:
&lt;br /&gt;&lt;a href=&quot;http://ginatrapani.org/workshop/greasemonkey/attachmentreminder.user.js&quot;&gt;http://ginatrapani.org/workshop/greasemonkey/at...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's still not perfect, since you can only set one root word for your regex.  It would be nice to set several different words.  Something to think about...&lt;/p&gt;

&lt;p&gt;Anyway, you're free to incorporate my mods into your next rev, if you'd like.&lt;/p&gt;

&lt;p&gt;Thanks again for a really useful script.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jul 2007 18:10:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59532</guid>
      <author>Gina Trapani</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N @ Wed, 21 Mar 2007 13:18:18 -0500</title>
      <description>&lt;p&gt;Great script. I added the include &lt;code&gt;http*://mail.google.tld/a/*&lt;/code&gt; locally to work with Google Apps.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Mar 2007 13:18:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59533</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Edward K @ Tue, 23 Jan 2007 17:55:22 -0600</title>
      <description>&lt;p&gt;This is a great script, so I'm wondering if it could be modified to check for other things, such as whether you've set the &quot;from:&quot; field correctly when sending email to certain domains.  I wouldn't know where to start.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Jan 2007 17:55:22 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59534</guid>
      <author>Edward K</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jerry R @ Thu, 28 Sep 2006 13:49:27 -0500</title>
      <description>&lt;p&gt;Love it! An hour after I installed it it popped up when I forgot the attachment - I do this all the time.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:49:27 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59535</guid>
      <author>Jerry R</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Tue, 19 Sep 2006 09:54:57 -0500</title>
      <description>&lt;p&gt;There appears to be an Italian translation at &lt;a href=&quot;http://www.skyone.it/skyblogone/?p=551&quot;&gt;http://www.skyone.it/skyblogone/?p=551&lt;/a&gt; (I think, I don't actually speak Italian...)&lt;/p&gt;</description>
      <pubDate>Tue, 19 Sep 2006 09:54:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59536</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by theaulddubliner @ Fri, 12 May 2006 10:08:40 -0500</title>
      <description>&lt;p&gt;quite easily nicklman55 - you're typing an email and you've said you'll send an attachment as well - you get distracted and click send before choosing your attachment - i don't know how many times i've done it or been done to me&lt;/p&gt;</description>
      <pubDate>Fri, 12 May 2006 10:08:40 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59537</guid>
      <author>theaulddubliner</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by nicklman55 @ Thu, 11 May 2006 17:36:31 -0500</title>
      <description>&lt;p&gt;What is the point of this?  How can you forget to attach something?&lt;/p&gt;</description>
      <pubDate>Thu, 11 May 2006 17:36:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59538</guid>
      <author>nicklman55</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Thu, 02 Mar 2006 06:04:15 -0600</title>
      <description>&lt;p&gt;I've almost completely rewritten the script so it should handle things it didn't before (famous last words...)&lt;/p&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:04:15 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59539</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Thu, 23 Feb 2006 12:49:17 -0600</title>
      <description>&lt;p&gt;Forgot to say if you (or anyone else) wants any pointers on modifying the script drop me a line (webmaster at norcimo dot com) and I'll do my best to help&lt;/p&gt;</description>
      <pubDate>Thu, 23 Feb 2006 12:49:17 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59540</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Thu, 23 Feb 2006 12:48:15 -0600</title>
      <description>&lt;p&gt;thomp: No idea what's going on there. I have experienced (other) greasemonkey scripts which have abruptly stopped working, but usually an uninstall/reinstall sorts everything out. I've never gone so far as to reinstall Firefox though! Glad it's all working now anyways&lt;/p&gt;</description>
      <pubDate>Thu, 23 Feb 2006 12:48:15 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59541</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by thomp 1 @ Tue, 21 Feb 2006 16:46:09 -0600</title>
      <description>&lt;p&gt;follow-up:  8 hours later and the script is working again, with no changes to the script or Firefox in the meantime.  Maybe this sort of behavior is well-known by others, but it is a mystery to me.  (I'm happy to have the attachment reminder back--many attachments sent today.)&lt;/p&gt;</description>
      <pubDate>Tue, 21 Feb 2006 16:46:09 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59542</guid>
      <author>thomp 1</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by thomp 1 @ Tue, 21 Feb 2006 08:02:37 -0600</title>
      <description>&lt;p&gt;newbie Q:  I added this script and was very happy with it.  I edited the section that has the default check for &quot;attach&quot;, and the prompt message &quot;It appears that..&quot;, mainly just to 'see' the changes--since I thought the script was so cool.  Now it doesn't work.  Those were the only two edits I ever did.  Did them in Wordpad.  Never changed the default script name.  I screwed around with with uninstalling and reinstalling the script an embarrassing number of times and can't get it going again.  The installed script is identical to the download available here.  Other scripts (e.g. conversation bubble), other extensions still fine.  Removed and reinstalled Firefox.  Any ideas?  I really miss the cool attachment reminder.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Feb 2006 08:02:37 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59543</guid>
      <author>thomp 1</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hlaing @ Fri, 10 Feb 2006 17:12:45 -0600</title>
      <description>&lt;p&gt;Oh Sorry, I forget to add to contact me,please contact at &lt;a href=&quot;mailto:Hlaingbwa@mail2air.com&quot;&gt;Hlaingbwa@mail2air.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 10 Feb 2006 17:12:45 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59544</guid>
      <author>Hlaing</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hlaing @ Fri, 10 Feb 2006 17:10:30 -0600</title>
      <description>&lt;p&gt;Hi! It is fantastics as it is a real site for any addition on internet with FOC. I don't know what will be saying online.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Feb 2006 17:10:30 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59545</guid>
      <author>Hlaing</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Wed, 11 Jan 2006 09:56:21 -0600</title>
      <description>&lt;p&gt;OK, updated the script with my best attempt at getting it to work with HTML email (I always use plain text myself). The match is actually just a regular expression so if you understand such things you can write your own to match whatever you want. match('attach|adjunt') should do more or less what you want Patxi&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jan 2006 09:56:21 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59546</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jonathan Brodsky @ Tue, 10 Jan 2006 12:19:58 -0600</title>
      <description>&lt;p&gt;porting it to other languages is pretty easy, you just need to change the line that reads &lt;/p&gt;

&lt;p&gt;if(messagebody.match('attach')){&lt;/p&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;p&gt;if(messagebody.match('attach') || messagebody.match('adjunt')){&lt;/p&gt;

&lt;p&gt;making it work in html emails is not impossible, but I don't know if I can do it.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jan 2006 12:19:58 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:14672:59547</guid>
      <author>Jonathan Brodsky</author>
      <link>http://userscripts.org/topics/14672</link>
    </item>
  </channel>
</rss>
