|
|
10.4: Avoid sending Mail with unattached attachments
Great software! I adjusted it for Swedish, which was easy enough thanks to the python script. For those of you who would like to do the same for your favourite language, here is a (fairly) simple trick:
You can add as many words as you like, as long as you separate them with a vertical bar |. (Listing the words in this way makes the regular expression a bit clumsy, but it is easy to understand. If you like regexp you can simplify as you like.) It is worth considering for a while which keywords should be included. In my case, I looked in my sent box, and checked a few emails with attachments. I found that I usually used a phrase including the word 'here', and only rarely used the word for attachment or attaching. There will obviously be cases where I use a common word like 'here' without referring to an attachment. If it turns out to be too common, I will have to change the regular expression to something more specific, perhaps 'here is'. Regards,
10.4: Avoid sending Mail with unattached attachments
Thanks Thanks Thanks!!! I've now modified it so it's English-French. Yay!
10.4: SORRY! Bug in the code...
I just discovered that the regexp I suggested is bad. It matches anything and everything.
Use this instead:
(And replace the english words with your own.) Further, if you (like me) want to use words that include non-american letters (Ã¥, ä, ö, è, é etc) you need to escape these characters. In my case I had to write An easy way to find out how to escape the characters is to
Regards,
10.4: SORRY! Bug in the code... #2 + message warning customize
Sorry, but the correction you posted is the same as the other one. The correct one I discovered is:
(the difference is the two backward slashes before the Bs)
Thanks a lot for making me put this in my own language!!
Note: as you can see above, pièce jointe is pi=E8ce jointe
Note2: you can also customize the dialog box message as you want by scrolling down (about half-way) and changing this:
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.12 seconds |
|