Skip to content

Instantly share code, notes, and snippets.

@flatcap
Last active June 30, 2021 11:52
Show Gist options
  • Save flatcap/a07a51076b2d6be891edeb9704cfef8d to your computer and use it in GitHub Desktop.
Save flatcap/a07a51076b2d6be891edeb9704cfef8d to your computer and use it in GitHub Desktop.
Test case for $sort_thread
From [email protected] Thu Jun 1 01:01:01 2021
Date: Thu, 1 Jun 2021 01:01:01 +0000
From: Richard <[email protected]>
To: Armin <[email protected]>
Subject: Lemon
Message-ID: <[email protected]>
Status: RO
Lines: 20
some text
From [email protected] Thu Jun 2 02:02:02 2021
Date: Thu, 2 Jun 2021 02:02:02 +0000
From: Richard <[email protected]>
To: Omen <[email protected]>
Subject: Mango
Message-ID: <[email protected]>
Status: RO
Lines: 24
some text
From [email protected] Thu Jun 6 06:06:06 2021
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from localhost (localhost [127.0.0.1])
by flatcap.org (Postfix) with ESMTP id 0F06E2349
for <[email protected]>; Thu, 6 Jun 2021 06:06:06 +0000 (GMT)
Date: Thu, 6 Jun 2021 06:06:06 +0000
From: Omen <[email protected]>
To: Richard <[email protected]>
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
Subject: Re: Mango
Status: RO
Lines: 119
some text
From [email protected] Thu Jun 3 03:03:03 2021
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from localhost (localhost [127.0.0.1])
by flatcap.org (Postfix) with ESMTP id 40C7B1B57
for <[email protected]>; Thu, 3 Jun 2021 03:03:03 +0000 (GMT)
Date: Thu, 3 Jun 2021 03:03:03 +0000
From: Santiago <[email protected]>
To: Richard <[email protected]>
Cc: Yoshiki Baeza <[email protected]>
Subject: Nectarine
Message-ID: <[email protected]>
Status: RO
Lines: 28
some text
From [email protected] Thu Jun 4 04:04:04 2021
Date: Thu, 4 Jun 2021 04:04:04 +0000
From: Richard <[email protected]>
To: Santiago <[email protected]>
Cc: Yoshiki Baeza <[email protected]>
Subject: Re: Nectarine
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
Status: RO
Lines: 29
some text
From [email protected] Thu Jun 5 05:05:05 2021
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from localhost (localhost [127.0.0.1])
by flatcap.org (Postfix) with ESMTP id 35B432349
for <[email protected]>; Thu, 5 Jun 2021 05:05:05 +0000 (GMT)
Date: Thu, 5 Jun 2021 05:05:05 +0000
From: Santiago <[email protected]>
To: Richard <[email protected]>
Cc: Yoshiki Baeza <[email protected]>
Subject: Re: Nectarine
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
Status: RO
Lines: 16
some text
From [email protected] Thu Jun 7 07:07:07 2021
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from localhost (localhost [127.0.0.1])
by flatcap.org (Postfix) with ESMTP id 3E17D2349
for <[email protected]>; Thu, 7 Jun 2021 07:07:07 +0000 (GMT)
Date: Thu, 7 Jun 2021 07:07:07 +0000
From: Yoshiki <[email protected]>
To: Santiago <[email protected]>
Cc: Richard Russon <[email protected]>
Subject: Re: Nectarine
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
Status: RO
Lines: 21
some text
From [email protected] Sun Jun 8 08:08:08 2021
Date: Sun, 8 Jun 2021 08:08:08 +0000
From: Richard <[email protected]>
To: Udo <[email protected]>
Subject: Olive
Message-ID: <[email protected]>
Status: RO
Lines: 22
some text
From [email protected] Mon Jun 9 09:09:09 2021
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from localhost (localhost [127.0.0.1])
by flatcap.org (Postfix) with ESMTP id 8FA021937
for <[email protected]>; Mon, 9 Jun 2021 09:09:09 +0000 (GMT)
Date: Mon, 9 Jun 2021 09:09:09 +0000
From: Udo <[email protected]>
To: Richard <[email protected]>
Cc: Udo Schweigert <[email protected]>
Subject: Re: Olive
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
Status: RO
Lines: 37
some text
From [email protected] Tue Jun 10 10:10:10 2021
Date: Tue, 10 Jun 2021 10:10:10 +0000
From: Richard <[email protected]>
To: Udo <[email protected]>
Subject: Re: Olive
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
Status: RO
Lines: 39
some text
set help = no
set sidebar_visible = no
set sort = threads
set sort_thread = last-date
set hide_thread_subject = yes
set strict_threads = yes
set index_format = "%2C %-10.10F %{%b %d} %s"
macro index <f5> "<enter-command>set sort_thread = date<enter>"
macro index <f6> "<enter-command>set sort_thread = last-date<enter>"
macro index <f7> "<enter-command>set sort_aux = reverse-date<enter>"
macro index <f8> "<enter-command>set sort_aux = date<enter>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment