Tokens Available for all Cases DATE This token represents the date on which the message was sent, according to the "Date" header field. It has the format MMM DD. For example, "Oct 23". SMARTDATE This token represents the date on which the message was sent, according to the "Date" header field. It is "Today" if the message was sent today, "Yesterday" for yesterday, "Wednesday" if it was last Wednesday, and so on. If the message is from more than six months ago it includes the year, as well. There is no adjustment made for different time zones, so you'll get the day the message was sent according to the time zone the sender was in. LONGDATE This token represents the date on which the message was sent, according to the "Date" header field. It has the format MMM DD, YYYY. For example, "Oct 23, 1999". DATEISO This token represents the date on which the message was sent, according to the "Date" header field. It has the format YYYY-MM-DD. For example, "1998-10-23". SHORTDATEISO This token represents the date on which the message was sent, according to the "Date" header field. It has the format YY-MM-DD. For example, "98-10-23". SHORTDATE1 This token represents the date on which the message was sent, according to the "Date" header field. It has the format MM/DD/YY. For example, "10/23/98". SHORTDATE2 This token represents the date on which the message was sent, according to the "Date" header field. It has the format DD/MM/YY. For example, "23/10/98". SHORTDATE3 This token represents the date on which the message was sent, according to the "Date" header field. It has the format DD.MM.YY. For example, "23.10.98". SHORTDATE4 This token represents the date on which the message was sent, according to the "Date" header field. It has the format YY.MM.DD. For example, "98.10.23". TIME24 This token represents the time at which the message was sent, according to the "Date" header field. There is no adjustment made for different time zones, so you'll get the time the message was sent according to the time zone the sender was in. It has the format HH:MM. For example, "17:28". TIME12 This token represents the time at which the message was sent, according to the "Date" header field. This time is for a 12 hour clock. It has the format HH:MMpm. For example, "5:28pm" or "11:13am". TIMEZONE This token represents the numeric timezone from the "Date" header field. It has the format [+-]HHMM. For example, "-0800". SUBJECT This token represents the Subject the sender gave the message. FROM This token represents the personal name (or email address if the name is unavailable) of the person specified in the message's "From:" header field. SENDER This token represents the personal name (or email address) of the person listed in the message's "Sender:" header field. TO This token represents the personal names (or email addresses if the names are unavailable) of the persons specified in the message's "To:" header field. NEWSANDTO This token represents the newsgroups from the message's "Newsgroups:" header field and the personal names (or email addresses if the names are unavailable) of the persons specified in the message's "To:" header field. TOANDNEWS Same as "NEWSANDTO" except in the opposite order. NEWS This token represents the newsgroups from the message's "Newsgroups:" header field. CC This token represents the personal names (or email addresses if the names are unavailable) of the persons specified in the message's "Cc:" header field. RECIPS This token represents the personal names (or email addresses if the names are unavailable) of the persons specified in both the message's "To:" header field and the message's "Cc:" header field. NEWSANDRECIPS This token represents the newsgroups from the message's "Newsgroups:" header field and the personal names (or email addresses if the names are unavailable) of the persons specified in the message's "To:" and "Cc:" header fields. RECIPSANDNEWS Same as "NEWSANDRECIPS" except in the opposite order. MONTHABBREV This token represents the month the message was sent, according to the "Date" header field. For example, "Oct". Tokens Available for all but Index-Format ADDRESS This is similar to the "FROM" token, only it is always the email address, never the personal name. For example, "mailbox@domain". MAILBOX This is the same as the "ADDRESS" except that the domain part of the address is left off. For example, "mailbox". DAYDATE This token represents the date on which the message was sent, according to the "Date" header field. It looks like "Sat, 24 Oct 1999" unless the day of the week is not available, in which case it looks like "24 Oct 1999". DAY This token represents the day of the month on which the message was sent, according to the "Date" header field. For example, "24" or "9". DAY2DIGIT This token represents the day of the month on which the message was sent, according to the "Date" header field. For example, "24" or "09". MONTHLONG This token represents the month in which the message was sent, according to the "Date" header field. For example, "October". MONTH This token represents the month in which the message was sent, according to the "Date" header field. For example, "10" or "9". MONTH2DIGIT This token represents the month in which the message was sent, according to the "Date" header field. For example, "10" or "09". YEAR This token represents the year the message was sent, according to the "Date" header field. For example, "1999" or "2001". YEAR2DIGIT This token represents the year the message was sent, according to the "Date" header field. For example, "99" or "01". MSGID This token represents the message ID of the message. CURDATE This token represents the current date. It has the format MMM DD. For example, "Oct 23". CURDATEISO This token represents the current date. It has the format YYYY-MM-DD. For example, "1998-10-23". CURDATEISOS This token represents the current date. It has the format YY-MM-DD. For example, "98-10-23". CURTIME24 This token represents the current time. It has the format HH:MM. For example, "17:28". CURTIME12 This token represents the current time. This time is for a 12 hour clock. It has the format HH:MMpm. For example, "5:28pm" or "11:13am". Token Available Only for Templates and Signatures CURSORPOS This token is different from the others. When it is replaced it is replaced with nothing, but it sets a Pine internal variable which tells the composer to start with the cursor positioned at the position where this token was. If both the template file and the signature file contain a "CURSORPOS" token, then the position in the template file is used. If there is a template file and neither it nor the signature file contains a "CURSORPOS" token, then the cursor is positioned after the end of the contents of the template file when the composer starts up.