<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: How to change contents of email item context menu]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in How to change contents of email item context menu of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Wed, 22 Apr 2020 16:15:55 +0300</lastBuildDateTag>		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49617/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_sJx54tMD" href="/en/forums/" bx-tooltip-user-id="97090">Ray Mitchell</a> wrote:<br />I looked at the commands available in my v8.8.9 installation on another machine and strangely enough &quot;Edit as new&quot; was no longer a choice in it either - just &quot;Resend&quot;.<br />=============<br /><br />v8.8.2 still has both commands. &nbsp;I've just added them to my message list popup menu, and then I compared the 'before' and 'after' versions of tbuser.DEF, in which these settings appear to be stored. Well, the changes added 7 lines to one of the sections of this text file, as follows:<br /><br />BEFORE:<br />
====code====
<pre>update property layout &#91;MainForm_MLVPopup&#93;
{
&nbsp;&nbsp;select &#91;MsgCtl&#93;.&#91;mlSelectAllMessages&#93;
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;item &#91;MsgCtl&#93;.&#91;mMsgMarkUnread&#93;
&nbsp;&nbsp;move -27
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;item &#91;MsgCtl&#93;.&#91;mMsgMarkRead&#93;
&nbsp;&nbsp;move -7
&nbsp;&nbsp;select &#91;MsgCtl&#93;.&#91;mMarkSpamJUNK&#93;
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;&#60;hr&#62;
&nbsp;&nbsp;move -1
&nbsp;&nbsp;select &#60;hr&#62;
&nbsp;&nbsp;move -6
&nbsp;&nbsp;select &#91;MsgCtl&#93;.&#91;mlSelectAllMessages&#93;
&nbsp;&nbsp;move -30
&nbsp;&nbsp;select &#91;MsgCtl&#93;.&#91;mMsgSearch&#93;
&nbsp;&nbsp;move 2
}</pre>
=============
<br /><br />AFTER:<br />
====code====
<pre>update property layout &#91;MainForm_MLVPopup&#93;
{
&nbsp;&nbsp;select &#91;MsgCtl&#93;.&#91;mlSelectAllMessages&#93;
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;item &#91;MsgCtl&#93;.&#91;mMsgMarkUnread&#93;
&nbsp;&nbsp;move -27
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;item &#91;MsgCtl&#93;.&#91;mMsgMarkRead&#93;
&nbsp;&nbsp;move -7
&nbsp;&nbsp;sele ct &#91;MsgCtl&#93;.&#91;mMarkSpamJUNK&#93;
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;&#60;hr&#62;
&nbsp;&nbsp;move -1
&nbsp;&nbsp;sele ct &#60;hr&#62;
&nbsp;&nbsp;move -6
&nbsp;&nbsp;sele ct &#91;MsgCtl&#93;.&#91;mlSelectAllMessages&#93;
&nbsp;&nbsp;move -30
&nbsp;&nbsp;sele ct &#91;MsgCtl&#93;.&#91;mMsgSearch&#93;
&nbsp;&nbsp;move 2
&nbsp;&nbsp;sele ct &#60;hr&#62; 5
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;item &#91;MsgCtl&#93;.&#91;mResend&#93;
&nbsp;&nbsp;move -31
&nbsp;&nbsp;ins ert
&nbsp;&nbsp;&nbsp;&nbsp;item &#91;MsgCtl&#93;.&#91;EditAsNew&#93;
&nbsp;&nbsp;move -31
}</pre>
=============
<br /><br />(the last 7 lines before the } sign were added)<br /><br />I don't know how all these commands work, but if you're feeling adventurous and you have good backups, then maybe this would allow you to do some experimenting..<br /><br />(note that the forum software put some redundant spaces in the middle of some words in the code above) <br />
			<i>22 April 2020 16:15:55, <a href="http://www.ritlabs.com/en/forums/">Daniel van Rooijen</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49617/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49617/</guid>
			<pubDate>Wed, 22 Apr 2020 16:15:55 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49615/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Support says that now in TB9 there is no such feature, bur will be added sometime in the future again. <br />
			<i>22 April 2020 15:42:35, <a href="http://www.ritlabs.com/en/forums/">George Salnik</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49615/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49615/</guid>
			<pubDate>Wed, 22 Apr 2020 15:42:35 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49579/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			I installed v9-1-16 and I still couldn&#39;t do anything with any of the commands. &nbsp;Aside from that, however, the two commands I actually want to add are not even listed. &nbsp;They are &quot;Resend&quot; and &quot;Edit as new&quot;. &nbsp;I use these more than any other commands in the Message List Pop-Up Menu. &nbsp;I looked at the commands available in my v8.8.9 installation on another machine and strangely enough &quot;Edit as new&quot; was no longer a choice in it either - just &quot;Resend&quot;. &nbsp;It seems that these things have been deteriorating over time and I just didn&#39;t notice it. &nbsp;Although both commands are still present in the Message dropdown in the main menu, that is less convenient for me.<br /><br />I tried upgrading to an even older version of TheBat! but for some reason simply running the installer doesn&#39;t change anything. &nbsp;I&#39;m assuming I&#39;ll need to completely uninstall the current version before running the installer but I haven&#39;t tried that yet. <br />
			<i>20 April 2020 00:01:20, <a href="http://www.ritlabs.com/en/forums/">Ray Mitchell</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49579/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49579/</guid>
			<pubDate>Mon, 20 Apr 2020 00:01:20 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49570/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_hwvptPZA" href="/en/forums/" bx-tooltip-user-id="311">Daniel van Rooijen</a> wrote:<br />Please report it if Support doesn't know about it yet.<br />=============<br />Yep, it already done. <br />
			<i>18 April 2020 22:02:46, <a href="http://www.ritlabs.com/en/forums/">George Salnik</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49570/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49570/</guid>
			<pubDate>Sat, 18 Apr 2020 22:02:46 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49568/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Please report it if Support doesn't know about it yet. <br />
			<i>18 April 2020 21:02:18, <a href="http://www.ritlabs.com/en/forums/">Daniel van Rooijen</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49568/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49568/</guid>
			<pubDate>Sat, 18 Apr 2020 21:02:18 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49566/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_WNnUh6ZF" href="/en/forums/" bx-tooltip-user-id="311">Daniel van Rooijen</a> wrote:<br /> <br />====quote====<br /><noindex><a href="/en/auth-forums/user/66715/" target="_blank" rel="nofollow">George Salnik</a></noindex> wrote:<br />You can see commands in it, but you can't move/paste/etc that commands.<br />=============<br />In my v8.8.2 it works just fine.<br />=============<br />9-1-16 I can't do <img src="http://www.ritlabs.com/bitrix/images/main/smiles/5/icon_sad.gif" border="0" data-code=":(" data-definition="SD" alt=":(" style="width:16px;height:16px;" title="" class="bx-smile" /> <br />
			<i>18 April 2020 18:27:30, <a href="http://www.ritlabs.com/en/forums/">George Salnik</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49566/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49566/</guid>
			<pubDate>Sat, 18 Apr 2020 18:27:30 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49565/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_eBchv42R" href="/en/forums/" bx-tooltip-user-id="66715">George Salnik</a> wrote:<br />You can see commands in it, but you can't move/paste/etc that commands.<br />=============<br /><br />In my v8.8.2 it works just fine. <br />
			<i>18 April 2020 18:19:28, <a href="http://www.ritlabs.com/en/forums/">Daniel van Rooijen</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49565/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49565/</guid>
			<pubDate>Sat, 18 Apr 2020 18:19:28 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49562/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			&gt;&gt; Go to Workspace | Toolbars | Customize and pick the item 'Message List Pop-up Menu'.<br />You can see commands in it, but you can't move/paste/etc that commands. <br />
			<i>18 April 2020 11:32:16, <a href="http://www.ritlabs.com/en/forums/">George Salnik</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49562/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49562/</guid>
			<pubDate>Sat, 18 Apr 2020 11:32:16 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49558/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Go to Workspace | Toolbars | Customize and pick the item 'Message List Pop-up Menu'. I think that's the one you want.<br /><br />(I guess the location of the Customize command is misleading, in that you can use it to customize more than just the toolbars..!) <br /><br />If your newly customized settings don't stick, that might be due to a bug in recent versions. Some people have been having problems getting their toolbar configuration to stick. I don't know if that bug also interferes with context menu settings. If it does, today's v9.1.16 release might fix it. <br />
			<i>18 April 2020 01:28:22, <a href="http://www.ritlabs.com/en/forums/">Daniel van Rooijen</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49558/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49558/</guid>
			<pubDate>Sat, 18 Apr 2020 01:28:22 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>How to change contents of email item context menu</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic14750/message49555/">How to change contents of email item context menu</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			When I right-click on an email item in any of my mailboxes a menu pops up containing such items as Reply, Forward, etc. &nbsp;First, what is the correct name for this menu? &nbsp;I would normally call it a &quot;context menu&quot; but I want to be sure that is the correct terminology in this case.<br /><br />Anyway, several years ago I customized it to meet my needs. &nbsp;However, it seems that as various TheBat! updates were installed the customization gradually disappeared and it&#39;s now back to its default configuration. &nbsp;Because TheBat! has so many configuration options I am now unable to remember how to add/remove/reposition items on this menu, and I&#39;m not sure what to look for in the Help items. &nbsp;A simple step-by-step refresher would be appreciated :-) <br />
			<i>17 April 2020 23:13:10, <a href="http://www.ritlabs.com/en/forums/">Ray Mitchell</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic14750/message49555/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic14750/message49555/</guid>
			<pubDate>Fri, 17 Apr 2020 23:13:10 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
	</channel>
</rss>
