How to Change the Quote Attribution Line in the Mac’s Mail.app Mail Program - 3,856 Views, 2 Comments
|
|
Most Recent Searches that Led to This Page: how to change a quote, mac mail reply attribution, mail app attribution, mail app change date, mail app change on date wrote, mail app change quoted, mail app quotation character, mail app quote character, mail app quoting character > | terminal, mail app removing line in replies, mail attribution, quote attribution, quoted lines in mail app, quoting, remove quote line mail app |
Previous Article « Charity Fund for Victims of Virginia Tech Shootings - Please Give?
Read Next Article » But Mom, All the Cool PPL Say “ppl”!
If you are anything like me, you quickly got tired of having to delete the “On such-and-such a date, so-and-so wrote:” attribution quote line every ..single ..time ..you replied to an email in Mac’s native mail program, Mail.app.
Oddly, given how friendly the Mac generally is, there is no way to alter, edit, or eradicate that infernal line through preferences. Or, really, through any other obvious way.
And that’s because the way to edit it or get rid of it is inobvious. But it’s not impossible. And it’s not hard.
Here is what you have to do to change or get rid of the attribution line in your email replies:
1. Open a terminal window
2. cd into this directory:
/System/Library/Frameworks/Message.framework/Versions/B/Resources/English.lproj/
3. Make a backup of the file called “Delayed.strings”. I do it by doing a “cp Delayed.strings Delayed.strings.bak”
4. Edit the Delayed.strings file. You will have to do this with vi, and you will have to do it either as root, or doing a ’sudo’.
5. Find this line:
“REPLY_ATTRIBUTION” = “On %1$@, at %2$@, %3$@ wrote:nn”;
..and change it as you please.
%1$@ is the date variable.
%2$@ is the time variable.
%3$@ is the username variable.
Personally, I removed all the text (but not the line), thus eradicating that pesky attribution line altogether. So now in my Delayed.strings file, this line looks like this:
“REPLY_ATTRIBUTION” = “”;
6. Save the file.
In order for your changes to take effect, you will need to restart your computer.
Was this information helpful? If so, please leave us a review!
|
Previous Article « Charity Fund for Victims of Virginia Tech Shootings - Please Give?
Read Next Article » But Mom, All the Cool PPL Say “ppl”!
Read more:
» Use Gmail as a Spam Filter for All of Your Email!
» Using a Gmail Account in Conjunction with Your AntiSpam Program as the Perfect Spam Folder
» AIM Mail: AOL Jumps on the 2Gig Webmail Bandwagon with AOL Instant Messenger Mail
» Journalists Caught Using Wikipedia as Primary Source
For additional similar stories check out our archives on Apple & Mac, Email
NOTE: We never, ever, ever will recommend any product or service on this site that we have not regularly used ourselves and do not wholeheartedly believe in. That said, in some cases after being very pleased with a product or service, we may enter into a relationship with the provider of that product or service such that if someone purchases that product or service based on our recommendation, we may get a small payment. Such payments go towards the upkeep of the Internet Patrol.

When I use ‘vi’ to edit “Delayed.strings” line: “REPLY_ATTRIBUTION” = “On %1$@, at %2$@, %3$@ wrote:nn” I get a “read only file” error.
Any guidance here?
Comment by dietero — 1/1/2009 @ 9:52 am
You can also use Xcode to change it without having to go thru the Terminal.
Comment by LoboSolo — 11/11/2009 @ 10:50 am