QMAIL3 ツールバーカスタマイズ
⑥ツールバーのカスタマイズ
QMAIL3の画面最下段に小さなボタンが表示されます。
小さすぎて使いにくいですが、慣れれば活用できます。
このボタンのサイズは変更できないようですが、ボタン配置を好みで変えることが出来ます。
以下は、自分の個人的な好みでの変更です。
メイン画面では左から下記のボタンに変更
[検索][次の未読][編集][削除][同期][転送][全員に返信][返信][新規]
プレビュー画面では左から下記のボタンに変更
[次の未読][前][次][編集][削除][新規][転送][全員に返信][返信]
メール入力画面では左から下記のボタンに変更
[切り取り][コピー][貼り付け][元に戻す][アドレス帳][添付ファイル][草稿][送信][すぐに送信]
修正は、\Qmail3\Mail\profilesのtoolbars.xmlというファイルに行います。
<?xml version="1.0" encoding="utf-8"?>
<toolbars>
<toolbar name="mainframe" showText="false">
<button image="6" action="MessageSearch" text="検索"/>
<separator/>
<button image="22" action="ViewNextUnseenMessage" text="次の未読"/>
<separator/>
<button image="24" action="MessageCreate" param="edit" text="編集"/>
<separator/>
<button image="5" action="EditDelete" text="削除"/>
<separator/>
<button image="7" action="ToolSync" text="同期"/>
<separator/>
<button image="3" action="MessageCreate" param="forward" text="転送"/>
<button image="2" action="MessageCreate" param="reply_all" text="全員に返信"/>
<button image="1" action="MessageCreate" param="reply" text="返信"/>
<button image="0" action="MessageCreate" param="new" text="新規"/>
</toolbar>
<toolbar name="messageframe" showText="false">
<button image="22" action="ViewNextUnseenMessage" text="次の未読"/>
<separator/>
<button image="20" action="ViewPrevMessage" text="前"/>
<button image="21" action="ViewNextMessage" text="次"/>
<separator/>
<button image="24" action="MessageCreate" param="edit" text="編集"/>
<separator/>
<button image="5" action="EditDelete" text="削除"/>
<separator/>
<button image="0" action="MessageCreate" param="new" text="新規"/>
<button image="3" action="MessageCreate" param="forward" text="転送"/>
<button image="2" action="MessageCreate" param="reply_all" text="全員に返信"/>
<button image="1" action="MessageCreate" param="reply" text="返信"/>
</toolbar>
<toolbar name="editframe" showText="false">
<button image="10" action="EditCut" text="切り取り"/>
<button image="11" action="EditCopy" text="コピー"/>
<button image="12" action="EditPaste" text="貼り付け"/>
<button image="13" action="EditUndo" text="元に戻す"/>
<separator/>
<button image="18" action="ToolSelectAddress" text="アドレス帳"/>
<button image="19" action="ToolAttachment" text="添付ファイル"/>
<separator/>
<button image="16" action="FileDraftClose" text="草稿"/>
<button image="17" action="FileSend" text="送信"/>
<button image="15" action="FileSendNow" text="すぐに送信"/>
</toolbar>
<toolbar name="addressbookframe" showText="false">
<button image="23" action="AddressNew" text="新規"/>
<button image="24" action="AddressEdit" text="編集"/>
<button image="5" action="AddressDelete" text="削除"/>
</toolbar>
各ボタンには番号が紐づいているようで、その番号と機能を画面の左から、使いたい順番に並べれるだけで、好みのボタン配列のカスタマイズできます。
あまり使わないボタンもありそうですが、変更できることがわかったので、とりあえずコレで使ってみようと思います。
変更は、それぞれのxmlファイルをバックアップしてから行いましょう。
不具合があったらバックアップを戻します。
自己責任で行いましょう。
QMAIL3の画面最下段に小さなボタンが表示されます。
小さすぎて使いにくいですが、慣れれば活用できます。
このボタンのサイズは変更できないようですが、ボタン配置を好みで変えることが出来ます。
以下は、自分の個人的な好みでの変更です。
メイン画面では左から下記のボタンに変更
[検索][次の未読][編集][削除][同期][転送][全員に返信][返信][新規]
プレビュー画面では左から下記のボタンに変更
[次の未読][前][次][編集][削除][新規][転送][全員に返信][返信]
メール入力画面では左から下記のボタンに変更
[切り取り][コピー][貼り付け][元に戻す][アドレス帳][添付ファイル][草稿][送信][すぐに送信]
修正は、\Qmail3\Mail\profilesのtoolbars.xmlというファイルに行います。
以下の内容をすべて上書きでコピペします。
<toolbars>
<toolbar name="mainframe" showText="false">
<button image="6" action="MessageSearch" text="検索"/>
<separator/>
<button image="22" action="ViewNextUnseenMessage" text="次の未読"/>
<separator/>
<button image="24" action="MessageCreate" param="edit" text="編集"/>
<separator/>
<button image="5" action="EditDelete" text="削除"/>
<separator/>
<button image="7" action="ToolSync" text="同期"/>
<separator/>
<button image="3" action="MessageCreate" param="forward" text="転送"/>
<button image="2" action="MessageCreate" param="reply_all" text="全員に返信"/>
<button image="1" action="MessageCreate" param="reply" text="返信"/>
<button image="0" action="MessageCreate" param="new" text="新規"/>
</toolbar>
<toolbar name="messageframe" showText="false">
<button image="22" action="ViewNextUnseenMessage" text="次の未読"/>
<separator/>
<button image="20" action="ViewPrevMessage" text="前"/>
<button image="21" action="ViewNextMessage" text="次"/>
<separator/>
<button image="24" action="MessageCreate" param="edit" text="編集"/>
<separator/>
<button image="5" action="EditDelete" text="削除"/>
<separator/>
<button image="0" action="MessageCreate" param="new" text="新規"/>
<button image="3" action="MessageCreate" param="forward" text="転送"/>
<button image="2" action="MessageCreate" param="reply_all" text="全員に返信"/>
<button image="1" action="MessageCreate" param="reply" text="返信"/>
</toolbar>
<toolbar name="editframe" showText="false">
<button image="10" action="EditCut" text="切り取り"/>
<button image="11" action="EditCopy" text="コピー"/>
<button image="12" action="EditPaste" text="貼り付け"/>
<button image="13" action="EditUndo" text="元に戻す"/>
<separator/>
<button image="18" action="ToolSelectAddress" text="アドレス帳"/>
<button image="19" action="ToolAttachment" text="添付ファイル"/>
<separator/>
<button image="16" action="FileDraftClose" text="草稿"/>
<button image="17" action="FileSend" text="送信"/>
<button image="15" action="FileSendNow" text="すぐに送信"/>
</toolbar>
<toolbar name="addressbookframe" showText="false">
<button image="23" action="AddressNew" text="新規"/>
<button image="24" action="AddressEdit" text="編集"/>
<button image="5" action="AddressDelete" text="削除"/>
</toolbar>
</toolbars>
あまり使わないボタンもありそうですが、変更できることがわかったので、とりあえずコレで使ってみようと思います。
変更は、それぞれのxmlファイルをバックアップしてから行いましょう。
不具合があったらバックアップを戻します。
自己責任で行いましょう。