Reply to thread

Re: [plugin] NEW IMAP & Pop3 Email Manager




When I start MP and there are no new mails, basic home displays 0 new message(s).

That is how I like it.

(XP SP3, MP 1.1beta with latest SVN, StreamedMP, latest version of plugin, very cold outside)

[CODE]<control>

      <description>New Email</description>

      <type>label</type>

      <posX>1080</posX>

      <posY>75</posY>

      <label>#newEmail</label>

      <align>left</align>

      <font>mediastream13</font>

      <textcolor>aaffffff</textcolor>

    </control>

<control>

      <description>New Email</description>

      <type>image</type>

      <id>0</id>

      <posX>1020</posX>

      <posY>72</posY>

      <width>40</width>

      <height>30</height>

      <texture>#new_mail</texture>

    </control>

[/CODE]


Top Bottom