• alpine: date format

    From Thorsten Glaser@tg@mirbsd.de to comp.mail.pine on Tue Sep 10 18:32:29 2024
    From Newsgroup: comp.mail.pine

    Hi,
    alpine uses *two* completely bogus date formats:
    one for recent mails (rCLYesterdayrCY, rCLSaturdayrCY, etc.),
    one for older mails (rCL08/10/23rCY but is this d/m/y, y/m/d
    or something even worse?).
    pine uses rCLmmm drCY for all messages, consistently.
    Can I make alpine use pinerCOs format or something else better?
    Thanks in advance,
    //mirabilos
    --
    Gestern Nacht ist mein IRC-Netzwerk explodiert. Ich hatte nicht damit gerechnet, darum bin ich blutverschmiertrCa wer konnte ahnen, da|f SIE so reagierrCOnrCa gestern Nacht ist mein IRC-Netzwerk explodiert~~~
    (as of 2021-06-15 The MirOS Project temporarily reconvenes on OFTC)
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Mikey@Mikey.Smith@aol.com to comp.mail.pine on Tue Sep 10 19:30:04 2024
    From Newsgroup: comp.mail.pine

    On 2024-09-10, Thorsten Glaser <tg@mirbsd.de> wrote:
    Hi,

    alpine uses *two* completely bogus date formats:
    one for recent mails (rCLYesterdayrCY, rCLSaturdayrCY, etc.),
    one for older mails (rCL08/10/23rCY but is this d/m/y, y/m/d
    or something even worse?).


    It is Month/Day/Year(2 digit yr)

    PINE is dead long live PINE!


    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Helmut Richter@hr.usenet@email.de to comp.mail.pine on Wed Sep 11 10:48:56 2024
    From Newsgroup: comp.mail.pine

    On Tue, 10 Sep 2024, Thorsten Glaser wrote:

    alpine uses *two* completely bogus date formats:
    one for recent mails (rCLYesterdayrCY, rCLSaturdayrCY, etc.),
    one for older mails (rCL08/10/23rCY but is this d/m/y, y/m/d
    or something even worse?).

    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"

    Unique interpretation, and sorted date strings are chronological.

    Whatever a software offers as time display options users might find convenient, there should always be the option to use this format for *all* dates, even if they happen to be "today", "Easter Monday", "last
    Halloween" or something else.
    --
    Helmut Richter
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Wed Sep 11 18:11:38 2024
    From Newsgroup: comp.mail.pine

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-1749046679-1726071102=:11494
    Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT



    On Wed, 11 Sep 2024, Helmut Richter wrote:

    On Tue, 10 Sep 2024, Thorsten Glaser wrote:

    alpine uses *two* completely bogus date formats:
    one for recent mails (rCLYesterdayrCY, rCLSaturdayrCY, etc.),
    one for older mails (rCL08/10/23rCY but is this d/m/y, y/m/d
    or something even worse?).

    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"

    Unique interpretation, and sorted date strings are chronological.

    Whatever a software offers as time display options users might find convenient, there should always be the option to use this format for *all* dates, even if they happen to be "today", "Easter Monday", "last
    Halloween" or something else.


    As far as I know, the source is available for you to implement that.
    Create a patch, and I'll happily apply it to my own alpine.

    Personally, the dates in alpine do not disturb me much. --8323328-1749046679-1726071102=:11494--
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Helmut Richter@hr.usenet@email.de to comp.mail.pine on Wed Sep 11 21:39:54 2024
    From Newsgroup: comp.mail.pine

    On Wed, 11 Sep 2024, D wrote:

    On Wed, 11 Sep 2024, Helmut Richter wrote:

    On Tue, 10 Sep 2024, Thorsten Glaser wrote:

    alpine uses *two* completely bogus date formats:
    one for recent mails (rCLYesterdayrCY, rCLSaturdayrCY, etc.),
    one for older mails (rCL08/10/23rCY but is this d/m/y, y/m/d
    or something even worse?).

    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"

    Unique interpretation, and sorted date strings are chronological.

    Whatever a software offers as time display options users might find convenient, there should always be the option to use this format for *all* dates, even if they happen to be "today", "Easter Monday", "last
    Halloween" or something else.


    As far as I know, the source is available for you to implement that. Create a patch, and I'll happily apply it to my own alpine.

    Personally, the dates in alpine do not disturb me much.

    Nor me. My priorities for reasonable date formats are

    1: ls (alias ll='ls -alog --show-control-chars --time-style="+%Y-%m-%d %H:%M:%S"')
    2: emacs (no solution known, certainly some LISPie must have done that)
    much lower: alpine
    --
    Helmut Richter
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Thorsten Glaser@tg@mirbsd.de to comp.mail.pine on Wed Sep 11 19:48:13 2024
    From Newsgroup: comp.mail.pine

    Mikey dixit:
    It is Month/Day/Year(2 digit yr)
    Ugh, thatrCOs literally the *worst*.
    Helmut Richter dixit:
    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"
    I fully agree, ISO 8601 FTW.
    But ISO 8601 would be too wide for the screen, so IrCOd
    be okay with what pine does. (The lack of the year does
    irritate me a little, but itrCOd still be better than what
    alpine currently does.)
    Hmm, could do something like rCLJul 28rCY is current year
    and rCLJUL 28rCY (uppercase) is not current year.
    ObConfusion: alpine even lists some incoming mails as
    rCLTomorrowrCY. Yay, time travel! (Basically, it doesnrCOt take
    the timezone of the Date header into account when calculating
    that. This really violates a number of principlesrCa)
    Would be nice if the Date header were converted to localtime
    by default, the user can always press rCyHrCO to see the original.
    Meow,
    //mirabilos
    --
    (gnutls can also be used, but if you are compiling lynx for your own use,
    there is no reason to consider using that package)
    -- Thomas E. Dickey on the Lynx mailing list, about OpenSSL
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.mail.pine on Thu Sep 12 15:54:42 2024
    From Newsgroup: comp.mail.pine

    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:

    It is Month/Day/Year(2 digit yr)

    Ugh, thatrCOs literally the *worst*.


    Helmut Richter dixit:

    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"

    I fully agree, ISO 8601 FTW.

    But ISO 8601 would be too wide for the screen, so IrCOd
    be okay with what pine does. (The lack of the year does
    irritate me a little, but itrCOd still be better than what
    alpine currently does.)

    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) SIZE SUBJECT(75%)

    722 24-08-26 23:36 Mail System Internal (460) DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
    --
    Cheers, Carlos.

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Holger Schieferdecker@spamless@gmx.de to comp.mail.pine on Fri Sep 13 09:11:55 2024
    From Newsgroup: comp.mail.pine

    Am 12.09.2024 um 15:54 schrieb Carlos E.R.:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:

    It is Month/Day/Year(2 digit yr)

    Ugh, thatrCOs literally the *worst*.


    Helmut Richter dixit:

    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"

    I fully agree, ISO 8601 FTW.

    But ISO 8601 would be too wide for the screen, so IrCOd
    be okay with what pine does. (The lack of the year does
    irritate me a little, but itrCOd still be better than what
    alpine currently does.)

    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%)
    SIZE SUBJECT(75%)

    -a-a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T
    DELETE THIS MESSAGE -- FOLDER INTERNAL DATA

    Interesting, I never tried to set another format for the index lines, I
    even didn't know that it's possible. I'm happy with the default for my
    PC Alpine.

    In my case the date is displayed as
    MMM DD (like Aug 30)
    for dates in the current year and
    DD.MM.YYYY (like 17.08.2023)
    for dates in previous years.

    The help on that setting for "Index Format" says the default format for
    the line is

    STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)

    There are quite a lot of different tokens for date and/or time formats.

    Holger
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Fri Sep 13 10:25:48 2024
    From Newsgroup: comp.mail.pine

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-1086666477-1726215950=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT



    On Thu, 12 Sep 2024, Carlos E.R. wrote:

    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:

    It is Month/Day/Year(2 digit yr)

    Ugh, thatrCOs literally the *worst*.


    Helmut Richter dixit:

    The only reasonable way to write a date/time is
    YYYY-MM-DD hh:mm:ss = "%Y-%m-%d %H:%M:%S"

    I fully agree, ISO 8601 FTW.

    But ISO 8601 would be too wide for the screen, so IrCOd
    be okay with what pine does. (The lack of the year does
    irritate me a little, but itrCOd still be better than what
    alpine currently does.)

    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) SIZE SUBJECT(75%)

    722 24-08-26 23:36 Mail System Internal (460) DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had
    for a long time! =)

    I found "ATT" which enables me to see in the index, which messages have attachments and which messages don't. Up until now, I've always relied on
    the size of the message to see if there are attachments, but now I get a
    nice nr in the message index, indicating the nr of attachments. Thank you
    very much! =)
    --8323328-1086666477-1726215950=:1902--
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.mail.pine on Fri Sep 13 14:28:13 2024
    From Newsgroup: comp.mail.pine

    On 2024-09-13 10:25, D wrote:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:


    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%)
    SIZE SUBJECT(75%)

    -a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T
    DELETE THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had
    for a long time! =)

    I found "ATT" which enables me to see in the index, which messages have attachments and which messages don't. Up until now, I've always relied
    on the size of the message to see if there are attachments, but now I
    get a nice nr in the message index, indicating the nr of attachments.
    Thank you very much! =)

    That's an interesting idea, adding 'ATT'. Like you, I used the size.

    Trying

    Index Format = STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R. dest@opensu (4490) 1 Re: Could you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^
    --
    Cheers, Carlos.

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Helmut Richter@hr.usenet@email.de to comp.mail.pine on Fri Sep 13 23:04:41 2024
    From Newsgroup: comp.mail.pine

    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    On 2024-09-13 10:25, D wrote:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:


    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) SIZE SUBJECT(75%)

    -a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T DELETE
    THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had for a long time! =)

    I found "ATT" which enables me to see in the index, which messages have attachments and which messages don't. Up until now, I've always relied on the size of the message to see if there are attachments, but now I get a nice nr in the message index, indicating the nr of attachments. Thank you very much! =)

    That's an interesting idea, adding 'ATT'. Like you, I used the size.

    Trying

    Index Format = STATUS MSGNO SHORTDATEISO TIME24 FROM(20%)
    ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R. dest@opensu (4490) 1 Re: Could you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^

    I am using pine/alpine at least since 2006, that is for 18 years now, and
    have never come across these options. Meanwhile, I have found

    https://alpineapp.email/alpine/alpine-info/misc/index-format.html

    which explains how to configure an index line if you are already well acquainted with the "tokens" you can use. Unfortunately, this web site
    takes that for granted (perhaps they find something like SMARTDATE self-describing enough that you can easily guess what it means and what
    the alternatives would have been).

    Does anyone know where to find a complete list of tokens that can be used, preferably with a description what they mean?
    --
    Helmut Richter
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Fri Sep 13 23:23:19 2024
    From Newsgroup: comp.mail.pine

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-1575861447-1726262600=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT



    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    On 2024-09-13 10:25, D wrote:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:


    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%)
    SIZE SUBJECT(75%)

    -a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T DELETE
    THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had for >> a long time! =)

    I found "ATT" which enables me to see in the index, which messages have
    attachments and which messages don't. Up until now, I've always relied on >> the size of the message to see if there are attachments, but now I get a
    nice nr in the message index, indicating the nr of attachments. Thank you >> very much! =)

    That's an interesting idea, adding 'ATT'. Like you, I used the size.

    Trying

    Index Format = STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R. dest@opensu (4490) 1 Re: Could you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^


    Exactly! I'm also thinking abotu removing message nr, since I never use
    it. I mean it is interesting to know how many mails I have in an inbox,
    but I actually never use that knowledge for anything, so why not remove it
    and get the extra screen real estate? =) --8323328-1575861447-1726262600=:1902--
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Sat Sep 14 11:26:10 2024
    From Newsgroup: comp.mail.pine

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-416857779-1726305972=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT



    On Fri, 13 Sep 2024, Helmut Richter wrote:

    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    On 2024-09-13 10:25, D wrote:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:


    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) >>>> SIZE SUBJECT(75%)

    -a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T DELETE
    THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had for >>> a long time! =)

    I found "ATT" which enables me to see in the index, which messages have
    attachments and which messages don't. Up until now, I've always relied on >>> the size of the message to see if there are attachments, but now I get a >>> nice nr in the message index, indicating the nr of attachments. Thank you >>> very much! =)

    That's an interesting idea, adding 'ATT'. Like you, I used the size.

    Trying

    Index Format = STATUS MSGNO SHORTDATEISO TIME24 FROM(20%)
    ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R. dest@opensu (4490) 1 Re: Could >> you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^

    I am using pine/alpine at least since 2006, that is for 18 years now, and have never come across these options. Meanwhile, I have found

    https://alpineapp.email/alpine/alpine-info/misc/index-format.html

    which explains how to configure an index line if you are already well acquainted with the "tokens" you can use. Unfortunately, this web site
    takes that for granted (perhaps they find something like SMARTDATE self-describing enough that you can easily guess what it means and what
    the alternatives would have been).

    Does anyone know where to find a complete list of tokens that can be used, preferably with a description what they mean?


    It is very simple. You go to the index line option, then press ? for help,
    in that article, a link to all tokens is highlighted. Follow that link and
    you have descriptions of all tokens.

    I find the help of alpine to be one of its major strengths! The help pages
    are excellent and very often I do not find I even need to google it. I
    think the main google topic I had was setting it up with gmail. --8323328-416857779-1726305972=:1902--
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Helmut Richter@hr.usenet@email.de to comp.mail.pine on Sat Sep 14 12:44:19 2024
    From Newsgroup: comp.mail.pine

    On Sat, 14 Sep 2024, D wrote:

    On Fri, 13 Sep 2024, Helmut Richter wrote:

    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    On 2024-09-13 10:25, D wrote:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:


    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%)
    SIZE SUBJECT(75%)

    -a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T
    DELETE
    THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had for
    a long time! =)

    I found "ATT" which enables me to see in the index, which messages have attachments and which messages don't. Up until now, I've always relied on
    the size of the message to see if there are attachments, but now I get a
    nice nr in the message index, indicating the nr of attachments. Thank you
    very much! =)

    That's an interesting idea, adding 'ATT'. Like you, I used the size.

    Trying

    Index Format = STATUS MSGNO SHORTDATEISO TIME24 FROM(20%)
    ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R. dest@opensu (4490) 1 Re: Could
    you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^

    I am using pine/alpine at least since 2006, that is for 18 years now, and have never come across these options. Meanwhile, I have found

    https://alpineapp.email/alpine/alpine-info/misc/index-format.html

    which explains how to configure an index line if you are already well acquainted with the "tokens" you can use. Unfortunately, this web site takes that for granted (perhaps they find something like SMARTDATE self-describing enough that you can easily guess what it means and what
    the alternatives would have been).

    Does anyone know where to find a complete list of tokens that can be used, preferably with a description what they mean?


    It is very simple. You go to the index line option, then press ? for help, in that article, a link to all tokens is highlighted. Follow that link and you have descriptions of all tokens.

    Yes, of course. I tried that yesterday but pressed help too late, that is, after pressing CR for starting the change. At this point, "Help" is on ^G
    and shows nothing about what to enter. My fault, and an idiotic one.

    The existence of the cited web page made me think that the remaining information is on a web page as well. And once starting the search means
    there are easily hours spent without finding anything. And the obvious is
    no longer on the screen.

    Thanks for your help!
    --
    Helmut Richter
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.mail.pine on Sat Sep 14 15:01:02 2024
    From Newsgroup: comp.mail.pine

    On 2024-09-14 11:26, D wrote:
    On Fri, 13 Sep 2024, Helmut Richter wrote:


    It is very simple. You go to the index line option, then press ? for
    help, in that article, a link to all tokens is highlighted. Follow that
    link and you have descriptions of all tokens.

    I find the help of alpine to be one of its major strengths! The help
    pages are excellent and very often I do not find I even need to google
    it. I think the main google topic I had was setting it up with gmail.

    On the other hand, as they are hardcoded, it makes almost impossible to translate Alpine to other languages.
    --
    Cheers, Carlos.

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.mail.pine on Sat Sep 14 15:03:14 2024
    From Newsgroup: comp.mail.pine

    On 2024-09-13 23:23, D wrote:
    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    ...

    Trying

    Index Format-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a = STATUS MSGNO SHORTDATEISO TIME24
    FROM(20%) ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R.-a-a-a-a-a-a-a-a-a dest@opensu-a (4490) 1 Re:
    Could you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^


    Exactly! I'm also thinking abotu removing message nr, since I never use
    it. I mean it is interesting to know how many mails I have in an inbox,
    but I actually never use that knowledge for anything, so why not remove
    it and get the extra screen real estate? =)

    There are commands that act on a range of messages specified by number,
    IIRC.
    --
    Cheers, Carlos.

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Adam H. Kerman@ahk@chinet.com to comp.mail.pine on Sat Sep 14 13:20:27 2024
    From Newsgroup: comp.mail.pine

    D <nospam@example.net> wrote:

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-416857779-1726305972=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed >Content-Transfer-Encoding: 8BIT

    Why exactly are you creating multipart articles in followup, just to
    have a plain text part? What client are you using and why do you have it
    set to do that?
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Sat Sep 14 22:00:33 2024
    From Newsgroup: comp.mail.pine



    On Sat, 14 Sep 2024, Adam H. Kerman wrote:

    D <nospam@example.net> wrote:

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-416857779-1726305972=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed
    Content-Transfer-Encoding: 8BIT

    Why exactly are you creating multipart articles in followup, just to
    have a plain text part? What client are you using and why do you have it
    set to do that?


    Hello Adam, I have no idea. From my side everything looks alright, and my client is alpine. If you have any suggestions for how to fix it, please
    feel free to let me know.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Sat Sep 14 21:57:11 2024
    From Newsgroup: comp.mail.pine

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-1239869245-1726343833=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT



    On Sat, 14 Sep 2024, Helmut Richter wrote:

    On Sat, 14 Sep 2024, D wrote:

    On Fri, 13 Sep 2024, Helmut Richter wrote:

    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    On 2024-09-13 10:25, D wrote:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:
    On 2024-09-11 21:48, Thorsten Glaser wrote:
    Mikey dixit:


    I use

    24-09-12

    YY-MM-DD

    index-format=STATUS MSGNO SHORTDATEISO TIME24 FROM(20%) ADDRESSTO(10%) >>>>>> SIZE SUBJECT(75%)

    -a-a 722 24-08-26 23:36 Mail System Internal-a-a-a-a-a-a-a-a-a-a-a-a-a (460) DON'T
    DELETE
    THIS MESSAGE -- FOLDER INTERNAL DATA


    Thank you very much Carlos, that really scratched a small itch I've had >>>>> for
    a long time! =)

    I found "ATT" which enables me to see in the index, which messages have >>>>> attachments and which messages don't. Up until now, I've always relied >>>>> on
    the size of the message to see if there are attachments, but now I get a >>>>> nice nr in the message index, indicating the nr of attachments. Thank >>>>> you
    very much! =)

    That's an interesting idea, adding 'ATT'. Like you, I used the size.

    Trying

    Index Format = STATUS MSGNO SHORTDATEISO TIME24
    FROM(20%)
    ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R. dest@opensu (4490) 1 Re:
    Could
    you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^

    I am using pine/alpine at least since 2006, that is for 18 years now, and >>> have never come across these options. Meanwhile, I have found

    https://alpineapp.email/alpine/alpine-info/misc/index-format.html

    which explains how to configure an index line if you are already well
    acquainted with the "tokens" you can use. Unfortunately, this web site
    takes that for granted (perhaps they find something like SMARTDATE
    self-describing enough that you can easily guess what it means and what
    the alternatives would have been).

    Does anyone know where to find a complete list of tokens that can be used, >>> preferably with a description what they mean?


    It is very simple. You go to the index line option, then press ? for help, in
    that article, a link to all tokens is highlighted. Follow that link and you >> have descriptions of all tokens.

    Yes, of course. I tried that yesterday but pressed help too late, that is, after pressing CR for starting the change. At this point, "Help" is on ^G
    and shows nothing about what to enter. My fault, and an idiotic one.

    The existence of the cited web page made me think that the remaining information is on a web page as well. And once starting the search means there are easily hours spent without finding anything. And the obvious is
    no longer on the screen.

    Thanks for your help!


    You're welcome! =)
    --8323328-1239869245-1726343833=:1902--
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From nospam@nospam@example.net to comp.mail.pine on Sat Sep 14 21:59:06 2024
    From Newsgroup: comp.mail.pine

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-595671012-1726343948=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT



    On Sat, 14 Sep 2024, Carlos E.R. wrote:

    On 2024-09-13 23:23, D wrote:
    On Fri, 13 Sep 2024, Carlos E.R. wrote:

    ...

    Trying

    Index Format-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a = STATUS MSGNO SHORTDATEISO TIME24
    FROM(20%) ADDRESSTO(10%) SIZE ATT SUBJECT(75%)

    + N 688 22-11-30 20:31 Carlos E.R.-a-a-a-a-a-a-a-a-a dest@opensu-a (4490) 1 Re:
    Could you check...
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ^


    Exactly! I'm also thinking abotu removing message nr, since I never use it. >> I mean it is interesting to know how many mails I have in an inbox, but I >> actually never use that knowledge for anything, so why not remove it and
    get the extra screen real estate? =)

    There are commands that act on a range of messages specified by number, IIRC.


    True. But so far, most of my operations are done by either searching and selecting, or selecting them manually with :. But that is a good point to
    keep in mind.
    --8323328-595671012-1726343948=:1902--
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Adam H. Kerman@ahk@chinet.com to comp.mail.pine on Sat Sep 14 20:53:26 2024
    From Newsgroup: comp.mail.pine

    D <nospam@example.net> wrote:
    On Sat, 14 Sep 2024, Adam H. Kerman wrote:
    D <nospam@example.net> wrote:

    This message is in MIME format. The first part should be readable text, >>>while the remaining parts are likely unreadable without MIME-aware tools.

    --8323328-416857779-1726305972=:1902
    Content-Type: text/plain; charset=UTF-8; format=flowed >>>Content-Transfer-Encoding: 8BIT

    Why exactly are you creating multipart articles in followup, just to
    have a plain text part? What client are you using and why do you have it >>set to do that?

    Hello Adam, I have no idea. From my side everything looks alright, and my >client is alpine. If you have any suggestions for how to fix it, please
    feel free to let me know.

    It didn't happ[en in this followup. I've never noticed this behavior before. --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Thorsten Glaser@tg@mirbsd.de to comp.mail.pine on Thu Jul 3 23:48:11 2025
    From Newsgroup: comp.mail.pine

    D dixit:
    On Thu, 12 Sep 2024, Carlos E.R. wrote:

    index-format=...

    Thank you very much Carlos, that really scratched a small itch I've had for a long time! =)

    Indeed!

    index-format=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)

    in .pinerc brings back pine feelings on alpine.
    I was almost tempted to use SMARTTIME24, but I never know what
    day of the week it is, and I would prefer time-of-day for within
    the last 24 hours and DATE otherwise, but that is not an option,
    so I stuck to what I know (also to reduce the difference between
    my pine and alpine sessions).

    Thanks,
    //mirabilos
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Chime Hart@chime@hubert-humphrey.com to comp.mail.pine on Thu Jul 3 21:52:24 2025
    From Newsgroup: comp.mail.pine

    Well, if I just have a word "date" it shows the month such as "May" Once I include any of the "shortdate1-4" both month-and-year become 2digits. I would really prefer something like
    April 24 1996
    Some of these other formats sound confusing with a screen-reader where consecutive groups of numbers parade by. Thanks in advance-and-what is "dixit"? Chime

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Eduardo Chappa@chappa@washington.edu to comp.mail.pine on Fri Jul 4 09:33:52 2025
    From Newsgroup: comp.mail.pine

    On Thu, 3 Jul 2025, Chime Hart wrote:

    Well, if I just have a word "date" it shows the month such as "May" Once I include any of the "shortdate1-4" both month-and-year become 2digits. I would really prefer something like
    April 24 1996

    To get April 24 1996 you would have to use MONTHLONG DAY YEAR, but you
    should reconsider that since MONTHLONG will take a lot of space from each line, leaving less for fields such as from and subject.
    --
    Eduardo
    https://alpineapp.email (web)
    http://repo.or.cz/alpine.git (Git)
    --- Synchronet 3.21d-Linux NewsLink 1.2