Pages: 1
RSS
problem with MailTicker
 
When I recive email with importance "high" then MailTicker don't show this email. I see emails with importance "normal" at MailTicker without problem. Can you help me please?
 
Quote
libik libik2 wrote:
When I recive email with importance "high" then MailTicker don't show this email. I see emails with importance "normal" at MailTicker without problem. Can you help me please?

It's very simple:

Be sure that the mail ticker is show.
Right click ON the ticker
in the menu choice "message"
Then you could see what kind of msg will be show or not
that's all folk    ;)


 
Yes, it is works now.

Thanks you very much my friend.
 
Speaking of Importance setting of an email. How do you set High Importance in theBat?
Be careful there is a huge difference between High Importance and High Priority.

Please let me know how to do this in TB!
 
If you are certain they are different then they may employ different x-headers to implement the effect.

You can instroduce custom headers in TB. See "
Code
Options .. Preferences .. Messages ... Message headers
". You can define any header you wish there. You can also define the interface to that new header so that it can be set using either the message header editor or template macros.

 %SETHEADER("x-custom-header","Custom Value")
iviarck
 
Okay here is a sample of the header from Lotus Notes client:
So would my setheader macro end up like:
%SETHEADER("Importance","High")
Dear John,
...
Sincerly,
Rob?

Status:  U
Return-Path: <RSilver@blue.com>
Received: from mail2.blue.com ([207.2.136.3])
       by mx-a065a05.pas.sa.earthlink.net (EarthLink SMTP Server) with ESMTP id 1cys8j3km3NZFpA0
       for <javaboy2code@earthlink.net>; Sun, 28 Nov 2004 08:42:43 -0800 (PST)
Received: from drnotes01.blue.com (172.25.1.2)
 by mail2.blue.com with ESMTP; 28 Nov 2004 11:42:42 -0500
X-Ironport-AV: i="3.87,113,1099285200";
  d="scan'208"; a="6053403:sNHT14505832"
Importance: High
Subject: x-header
To: rss@ddsc.com
X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004
Message-ID: <OF49C8B95A.CC6A6ED4-ON85256F5A.005BB15D-85256F5A.005BC6A9@blue.com>
From: RSilver@blue.com
Date: Sun, 28 Nov 2004 11:42:26 -0500
X-MIMETrack: Serialize by Router on DRNotes1/NY/US/BLUE(Release 5.0.12  |February 13, 2003) at
11/28/2004 11:42:27 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
X-ELNK-AV: 0
 
Complaint here you give a macro called, %SETHEADER but with no instruction as how it is to be used. Where is it typed. How about an example?
 
As it says in the Fine help manual:

SETHEADER("header", "text") ... set the message's header field identified by the header parameter to the text overwriting any previously set value of the field. The header parameter is the RFC name of the header defined in the Message Headers  section of the Options|Preferences dialogue
iviarck
Pages: 1