[quote user="Daniela Rossi"]
yes... in fact it is a bit complicated. I'll save it for when I have a little time. Thanks very much!
Daniela
[/quote]
Hi Daniela,
... I agree, it takes some time and effort to get into it ... However, maybe you are happy with my version which is based on the default and the description by David Harris? Try the following and it only takes 5 minutes ;-) .
All you need is a simple text file with the snippet further down in your PM email (data) directory. That's it!
Do the following
Create toolbar which includes the "Open Queued Message Window Button"
- Open text editor (such as Notepad)
- Copy the code section (snippet ) below into the editor.
- Save the file under the name of "toolbar.pm" into your email data directory.
- Restart PM and the new toolbar should be active.
Change or deactivate personal toolbar
- If you are not happy with the result, change or add the section in the "toolbar.pm" file as described in the "bpanel.txt" and as to the references on Han's pages. I have also summarised some icons under:
- http://community.pmail.com/forums/post/17919.aspx
- To revert back to default, just move that file "toolbar.pm" out of your email directory or rename it.
Hope that helps.
Cheers
Thomas
Code snippet for my personalised toolbar. File: "toolbar.pm"
; ---- Snipp START ----
; -----------------------------------------------------------
; Thomas-M. Stein PM Toolbar
; -----------------------------------------------------------
0,801,0,1801,"Start a new mail message"
0,10412,0,1836,"Select new message from Template"
0,10106,0,1837,"Open a saved DRAFT message"
0,10187,0,1857,"Open a QUEUED message"
0,802,0,1802,"Open or re-scan your new mail folder"
0,803,0,1803,"Work with your mail folders"
0,804,0,1804,"Open or manage address books"
0,805,0,1805,"Edit or manage distribution (mailing) lists"
0,807,0,1807,"Create or manage rules for filtering your new mail"
0,10332,0,1839,"Manage WHITELIST"
0,808,0,1808,"Open or browse noticeboards"
1
2,840,0
1
0,823,0,1823,"Print the current window"
0,824,0,1824,"Select a font for the current window"
1
0,828,0,1828,"Send all queued mail"
0,827,0,1827,"Check your POP3 host for new mail"
0,829,0,1829,"Both check and send mail in one operation"
0,835,0,1835,"Selective POP3 mail download"
3
0,10392,0,11845,"Open message in browser..."
3
; ---- Snipp END ----
[quote user="Daniela Rossi"]<p>yes... in fact it is a bit complicated. I'll save it for when I have a little time. Thanks very much!</p><p>Daniela</p><p>[/quote]</p><p>Hi Daniela,
... I agree, it takes some time and effort to get into it ... However, maybe you are happy with my version which is based on the default and the description by David Harris? Try the following and it only takes 5 minutes ;-) .
All you need is a simple text file with the snippet further down in your PM email (data) directory. That's it!
<i><b>Do the following </b></i>
</p><ul><li>Close PM</li></ul><p>
<i><b>Create toolbar which includes the "Open Queued Message Window Button"</b></i>
</p><ul><li>Open text editor (such as Notepad)</li><li>Copy the code section (snippet ) below into the editor.</li><li>Save the file under the name of "toolbar.pm" into your email data directory.</li><li>Restart PM and the new toolbar should be active.
</li></ul><p><i><b>Change or deactivate personal toolbar</b></i>
</p><ul><li>If you are not happy with the result, change or add the section in the "toolbar.pm" file as described in the "bpanel.txt" and as to the references on Han's pages. I have also summarised some icons under:</li><li><a href="/forums/post/17919.aspx" title="http://community.pmail.com/forums/post/17919.aspx" target="_blank" mce_href="/forums/post/17919.aspx">http://community.pmail.com/forums/post/17919.aspx</a></li><li>To revert back to default, just move that file "toolbar.pm" out of your email directory or rename it.</li></ul><p>
Hope that helps.
Cheers
Thomas</p><p><i><b>Code snippet for my personalised toolbar. File: "toolbar.pm"</b></i>
<font face="courier new,courier"></font></p><font color="#000099" face="courier new,courier">; ---- Snipp START ----
; -----------------------------------------------------------
; Thomas-M. Stein PM Toolbar
; -----------------------------------------------------------
0,801,0,1801,"Start a new mail message"
0,10412,0,1836,"Select new message from Template"
0,10106,0,1837,"Open a saved DRAFT message"
0,10187,0,1857,"Open a QUEUED message"
0,802,0,1802,"Open or re-scan your new mail folder"
0,803,0,1803,"Work with your mail folders"
0,804,0,1804,"Open or manage address books"
0,805,0,1805,"Edit or manage distribution (mailing) lists"
0,807,0,1807,"Create or manage rules for filtering your new mail"
0,10332,0,1839,"Manage WHITELIST"
0,808,0,1808,"Open or browse noticeboards"
1
2,840,0
1
0,823,0,1823,"Print the current window"
0,824,0,1824,"Select a font for the current window"
1
0,828,0,1828,"Send all queued mail"
0,827,0,1827,"Check your POP3 host for new mail"
0,829,0,1829,"Both check and send mail in one operation"
0,835,0,1835,"Selective POP3 mail download"
3
0,10392,0,11845,"Open message in browser..."
3
; ---- Snipp END ---</font><font color="#000099">-</font>