<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Mail Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/mail/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/mail/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Thu, 02 Apr 2015 12:40:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Mail Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/mail/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Adjusting minimum file size for Mail Drop</title>
		<link>https://www.defaults-write.com/adjusting-minimum-file-size-for-mail-drop/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 04 Apr 2015 18:18:01 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.10]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1207</guid>

					<description><![CDATA[<p>Using the new Mail drop feature in Yosemite, you can send an attachment of up to 5GB. Once you want to send an attachment larger than 20MB then the attachment is automatically uploaded to iCloud.With the following terminal command it's possible to adjust downward the minimum file size of 20MB. As an example we use 10MB, launch Terminal and enter the command.</p>
<p>The post <a href="https://www.defaults-write.com/adjusting-minimum-file-size-for-mail-drop/">Adjusting minimum file size for Mail Drop</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Using the new Mail drop feature in Yosemite, you can send an attachment of up to 5GB. Once you want to send an attachment larger than 20MB then the attachment is automatically uploaded to iCloud. With the following terminal command it&#8217;s possible to adjust downward the minimum file size of 20MB. As an example we use 10MB, launch Terminal and enter the command. <span id="more-1207"></span></p>
<pre lang="bash">defaults write com.apple.mail minSizeKB 10000</pre>
<p>change 10000 to a different value (5000 for 5MB, 1000 for 1MB,&#8230;)</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2015/04/Schermafbeelding-2014-11-11-om-14.33.03-600x190@2x.png"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2015/04/Schermafbeelding-2014-11-11-om-14.33.03-600x190@2x-585x185.png?resize=580%2C183" alt="Schermafbeelding-2014-11-11-om-14.33.03-600x190@2x" width="580" height="183" class="aligncenter size-large wp-image-1208" /></a></p>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.mail minSizeKB 20000</pre>
<p>The post <a href="https://www.defaults-write.com/adjusting-minimum-file-size-for-mail-drop/">Adjusting minimum file size for Mail Drop</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1207</post-id>	</item>
		<item>
		<title>OS X Mail: Set minimum font size for HTML</title>
		<link>https://www.defaults-write.com/os-x-mail-set-minimum-font-size-for-html/</link>
					<comments>https://www.defaults-write.com/os-x-mail-set-minimum-font-size-for-html/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 15:00:57 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1027</guid>

					<description><![CDATA[<p>When receiving e-mails containing HTML code, you will notice that some e-mail messages comes with very small text. With this default write command it's possible to set the minimum font size for text in HTML e-mails. In some cases changing the size of text will break the layout. </p>
<p>The post <a href="https://www.defaults-write.com/os-x-mail-set-minimum-font-size-for-html/">OS X Mail: Set minimum font size for HTML</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When receiving e-mails containing HTML code in OS X Mail, you will notice that some e-mail messages comes with very small text. With this default write command it&#8217;s possible to set the minimum font size for text in HTML e-mails. In some cases changing the size of text will break the layout. <span id="more-1027"></span></p>
<p>Use the following command:</p>
<pre lang="bash">defaults write com.apple.mail MinimumHTMLFontSize 12</pre>
<p>Show current font size:</p>
<pre lang="bash">defaults read com.apple.mail MinimumHTMLFontSize</pre>
<p>0 = default</p>
<p>Revert to the default setting with:</p>
<pre lang="bash">defaults delete com.apple.mail MinimumHTMLFontSize</pre>
<p>The post <a href="https://www.defaults-write.com/os-x-mail-set-minimum-font-size-for-html/">OS X Mail: Set minimum font size for HTML</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/os-x-mail-set-minimum-font-size-for-html/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1027</post-id>	</item>
		<item>
		<title>Disable the preview from attachments in mail</title>
		<link>https://www.defaults-write.com/disable-the-preview-from-attachments-in-mail/</link>
					<comments>https://www.defaults-write.com/disable-the-preview-from-attachments-in-mail/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sun, 10 Mar 2013 19:00:56 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1017</guid>

					<description><![CDATA[<p>When you open an email with an attachment there will be automatically displayed preview. Through the Preferences menu of the Mail application there is no option to turn this feature off. You can disable the preview with the following command: defaults write com.apple.mail DisableInlineAttachmentViewing -bool true Revert to default setting with: defaults write com.apple.mail DisableInlineAttachmentViewing ... <a title="Disable the preview from attachments in mail" class="read-more" href="https://www.defaults-write.com/disable-the-preview-from-attachments-in-mail/" aria-label="Read more about Disable the preview from attachments in mail">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-preview-from-attachments-in-mail/">Disable the preview from attachments in mail</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you open an email with an attachment there will be automatically displayed preview. Through the Preferences menu of the Mail application there is no option to turn this feature off. You can disable the preview with the following command: <span id="more-1017"></span></p>
<pre lang="bash">defaults write com.apple.mail DisableInlineAttachmentViewing -bool true</pre>
<p>Revert to default setting with:</p>
<pre lang="bash">defaults write com.apple.mail DisableInlineAttachmentViewing -bool false</pre>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2013/03/mailpreview.png?resize=560%2C413" alt="" title="mailpreview" width="560" height="413" class="aligncenter size-full wp-image-1018" /></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-preview-from-attachments-in-mail/">Disable the preview from attachments in mail</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/disable-the-preview-from-attachments-in-mail/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1017</post-id>	</item>
		<item>
		<title>Disable the send-mail tone in OS X Mail application</title>
		<link>https://www.defaults-write.com/disable-the-send-mail-tone-in-os-x-mail-application/</link>
					<comments>https://www.defaults-write.com/disable-the-send-mail-tone-in-os-x-mail-application/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 11:18:43 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=844</guid>

					<description><![CDATA[<p>When sending an e-mail in the standard OS X Mail application a swoosh tone will be played. This tone cannot be disabled through the standard mail settings. With the following defaults write command you can disable the sound. Quit the Mail application before you use the command. defaults write com.apple.mail MailSentSoundPath dummy Restart the mail ... <a title="Disable the send-mail tone in OS X Mail application" class="read-more" href="https://www.defaults-write.com/disable-the-send-mail-tone-in-os-x-mail-application/" aria-label="Read more about Disable the send-mail tone in OS X Mail application">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-send-mail-tone-in-os-x-mail-application/">Disable the send-mail tone in OS X Mail application</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When sending an e-mail in the standard OS X Mail application a swoosh tone will be played. This tone cannot be disabled through the standard mail settings. With the following defaults write command you can disable the sound. <span id="more-844"></span> Quit the Mail application before you use the command.</p>
<pre lang="bash">defaults write com.apple.mail MailSentSoundPath dummy</pre>
<p>Restart the mail application, when sending a new message the send-mail tone will not be played.</p>
<p>Restore the &#8216;send-mail&#8217; tone with:</p>
<pre lang="bash">defaults delete com.apple.mail MailSentSoundPath</pre>
<p>The post <a href="https://www.defaults-write.com/disable-the-send-mail-tone-in-os-x-mail-application/">Disable the send-mail tone in OS X Mail application</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/disable-the-send-mail-tone-in-os-x-mail-application/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">844</post-id>	</item>
		<item>
		<title>OS X Mail: Display e-mails in plain text format</title>
		<link>https://www.defaults-write.com/os-x-mail-display-e-mails-in-plain-text-format/</link>
					<comments>https://www.defaults-write.com/os-x-mail-display-e-mails-in-plain-text-format/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Wed, 19 Sep 2012 14:25:41 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=655</guid>

					<description><![CDATA[<p>If you have problems with HTML emails received in OS X Mail, you can force the Mail app to display e-mails in plain text using the following defaults write command. defaults write com.apple.mail PreferPlainText -bool true You need to restart Mail for the changes to take effect. Restore to default with: defaults write com.apple.mail PreferPlainText ... <a title="OS X Mail: Display e-mails in plain text format" class="read-more" href="https://www.defaults-write.com/os-x-mail-display-e-mails-in-plain-text-format/" aria-label="Read more about OS X Mail: Display e-mails in plain text format">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/os-x-mail-display-e-mails-in-plain-text-format/">OS X Mail: Display e-mails in plain text format</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have problems with HTML emails received in OS X Mail, you can force the Mail app to display e-mails in plain text using the following defaults write command. <span id="more-655"></span></p>
<pre lang="bash">defaults write com.apple.mail PreferPlainText -bool true</pre>
<p>You need to restart Mail for the changes to take effect. </p>
<p>Restore to default with:</p>
<pre lang="bash">defaults write com.apple.mail PreferPlainText -bool false</pre>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/09/Screencapture-2012-09-19-om-16.24.26.png?resize=560%2C432" alt="" title="Screencapture 2012-09-19 om 16.24.26" width="560" height="432" class="aligncenter size-full wp-image-660" /></p>
<p>The post <a href="https://www.defaults-write.com/os-x-mail-display-e-mails-in-plain-text-format/">OS X Mail: Display e-mails in plain text format</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/os-x-mail-display-e-mails-in-plain-text-format/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">655</post-id>	</item>
		<item>
		<title>Copy &#038; Paste only the Email address in OS X Mail</title>
		<link>https://www.defaults-write.com/copy-paste-only-the-email-address-in-os-x-mail/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 15:17:33 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=610</guid>

					<description><![CDATA[<p>When copying an email address from OS X Mail application and paste it somewhere in Mac OS X, you get the contacts fullname as well as their email address (“Tim Cook ”). If you only want the e-mail address (t.cook@apple.com) to be copied use the following command: defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false Relaunch Mail ... <a title="Copy &#038; Paste only the Email address in OS X Mail" class="read-more" href="https://www.defaults-write.com/copy-paste-only-the-email-address-in-os-x-mail/" aria-label="Read more about Copy &#038; Paste only the Email address in OS X Mail">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/copy-paste-only-the-email-address-in-os-x-mail/">Copy &#038; Paste only the Email address in OS X Mail</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When copying an email address from OS X Mail application and paste it somewhere in Mac OS X, you get the contacts fullname as well as their email address (“Tim Cook <t.cook@apple.com>”). If you only want the e-mail address (t.cook@apple.com) to be copied use the following command: <span id="more-610"></span></p>
<pre lang="bash">defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false</pre>
<p>Relaunch Mail application for changes to take effect.</p>
<p>Restore default copy behavior with:</p>
<pre lang="bash">defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool true</pre>
<p><strong>Screencast</strong>: </p>
<p>http://www.youtube.com/watch?v=d3cFnKUbPj4</p>
<p>The post <a href="https://www.defaults-write.com/copy-paste-only-the-email-address-in-os-x-mail/">Copy &#038; Paste only the Email address in OS X Mail</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">610</post-id>	</item>
		<item>
		<title>Disable reply animation in OS X Mail</title>
		<link>https://www.defaults-write.com/disable-reply-animation-in-os-x-mail/</link>
					<comments>https://www.defaults-write.com/disable-reply-animation-in-os-x-mail/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 13 Sep 2012 20:30:48 +0000</pubDate>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=573</guid>

					<description><![CDATA[<p>If you use Mail you have probably seen the animation when replying to a message. The message seems to slide off the screen. It&#8217;s possible to disable this animation: defaults write com.apple.Mail DisableReplyAnimations -bool YES Restart the Mail application to make changes affect. To restore the reply animation in OS X Mail: defaults write com.apple.Mail ... <a title="Disable reply animation in OS X Mail" class="read-more" href="https://www.defaults-write.com/disable-reply-animation-in-os-x-mail/" aria-label="Read more about Disable reply animation in OS X Mail">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-reply-animation-in-os-x-mail/">Disable reply animation in OS X Mail</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you use Mail you have probably seen the animation when replying to a message. The message seems to slide off the screen. It&#8217;s possible to disable this animation: <span id="more-573"></span></p>
<pre lang="bash">defaults write com.apple.Mail DisableReplyAnimations -bool YES</pre>
<p>Restart the Mail application to make changes affect.</p>
<p>To restore the reply animation in OS X Mail:</p>
<pre lang="bash">defaults write com.apple.Mail DisableReplyAnimations -bool NO</pre>
<p>The post <a href="https://www.defaults-write.com/disable-reply-animation-in-os-x-mail/">Disable reply animation in OS X Mail</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/disable-reply-animation-in-os-x-mail/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">573</post-id>	</item>
	</channel>
</rss>
