Skip to content

Commit 9e3a836

Browse files
committed
Update release notes for release.
In this release, I am taking over maintenance of mairix from Richard Curnow, in order to keep the project alive, to make available several important changes since the last release, and to release some issues still outstanding.
1 parent 714ea9d commit 9e3a836

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

ACKNOWLEDGEMENTS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
These people have contributed useful patches, ideas and suggestions:
22

33
Anand Kumria
4-
Andr� Costa
4+
André Costa
55
Andreas Amann
66
Andre Costa
77
Aredridel
8-
Bal�zs Szab�
8+
Balázs Szabó
99
Bardur Arantsson
1010
Benj. Mako Hill
1111
Chris Mason
@@ -26,7 +26,7 @@ James Leifer
2626
Jerry Jorgenson
2727
Joerg Desch
2828
Johannes Schindelin
29-
Johannes Wei�l
29+
Johannes Weißl
3030
John Arthur Kane
3131
John Keener
3232
Jonathan Kamens
@@ -43,10 +43,12 @@ Paramjit Oberoi
4343
Paul Fox
4444
Peter Chines
4545
Peter Jeremy
46+
Raphaël Hertzog
4647
Robert Hofer
4748
Roberto Boati
4849
Samuel Tardieu
4950
Sanjoy Mahajan
51+
Sean Whitton
5052
Satyaki Das
5153
Steven Lumos
5254
Tim Harder

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
NEW IN VERSION 0.24
2+
===================
3+
* Support fancy Content-Disposition
4+
* RFC5987-compliant headers
5+
* Support for remote IMAP folders
6+
* Fix string overrun bugs in nvp.c
7+
* Option to follow symlinks to mboxes in rc file
8+
* Minor parsing improvements, documentation fixes, and small bug repairs.
9+
110
NEW IN VERSION 0.23
211
===================
312
* Allow '=' in message-id search for RFC2822 conformance

README

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ The program is a very useful complement to mail programs like mutt
1818
(http://www.mutt.org/, which supports Maildir, MH and mbox folders) and
1919
Sylpheed (which supports MH folders).
2020

21+
The original author of mairix is Richard P. Curnow <rc@rc0.org.uk>.
22+
It is maintained since 2017 by Kim Vandry <vandry@TZoNE.ORG>.
23+
2124
[(*) where the input or output folder is an mbox, a copy of the message is made
2225
instead of symlinking.]
2326

2427
*********************************************************************
2528
Copyright (C) Richard P. Curnow 2002-2004
29+
Copyright (C) Richard P. Curnow & Kim Vandry & contributors 2017-
2630

2731
This program is free software; you can redistribute it and/or modify
2832
it under the terms of version 2 of the GNU General Public License as
@@ -39,8 +43,9 @@ instead of symlinking.]
3943

4044
*********************************************************************
4145

42-
Suggestions, bug reports, experiences, praise, complaints etc to the author
43-
please, at <rc@rc0.org.uk>
46+
Suggestions, bug reports, experiences, praise, complaints are welcom on
47+
the mailing list or as issues or pull requests at
48+
https://github.com/vandry/mairix
4449

4550
Since July 2006, there is a mairix-users mailing list. To subscribe or to view
4651
the archives, visit

mairix.spec.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Release: 1
55
Source: %{name}-%{version}.tar.gz
66
License: GPL
77
Group: Application/Internet
8-
Packager: Richard P. Curnow
8+
Packager: Kim Vandry
99
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
1010
Requires: info
11-
URL: http://www.rc0.org.uk/mairix
11+
URL: https://github.com/vandry/mairix
1212

1313
%description
1414
mairix is a tool for indexing email messages stored in maildir format folders

0 commit comments

Comments
 (0)