]> granicus.if.org Git - neomutt/commitdiff
remove legacy files
authorTobias Angele <toogley@mailbox.org>
Mon, 17 Apr 2017 12:00:43 +0000 (14:00 +0200)
committerRichard Russon <rich@flatcap.org>
Sat, 29 Apr 2017 12:49:17 +0000 (13:49 +0100)
* README (infos for mutt 1.5) doesn't contain useful infos
* NEWS (infos about mutt 1.2) is too legacy, neomutt started with mutt 1.5

NEWS [deleted file]
README [deleted file]
README.md [changed from symlink to file mode: 0644]
README.neomutt [deleted file]

diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
index 1f105c0..0000000
--- a/NEWS
+++ /dev/null
@@ -1,159 +0,0 @@
-                  Visible changes since Mutt 1.2
-                  ==============================
-
-
-Folder formats and folder access
---------------------------------
-
-- Better mh support: Mutt now supports .mh_sequences files.
-  Currently, the "unseen", "flagged", and "replied" sequences are
-  used to store mutt flags (the names are configurable using the
-  $mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration
-  variables). As a side effect, messages in MH folders are no longer
-  rewritten upon status changes.
-
-- The "trashed" flag is supported for maildir folders.  See
-  $maildir_trash.
-
-- POP folder support.  You can now access a POP mailbox just like an
-  IMAP folder (with obvious restrictions due to the protocol).
-
-- URL syntax for remote folders.  You can pass things like
-  pop://account@host and imap://account@host/folder as arguments for
-  the -f command line flag.
-
-- STARTTLS support.  If $ssl_starttls is set (the default), mutt
-  will attempt to use STARTTLS on servers advertising that
-  capability.
-
-- $preconnect.  If set, a shell command to be executed if mutt fails
-  to establish a connection to the server.  This is useful for
-  setting up secure connections; see the muttrc(5) for details.
-
-- $tunnel.  Use a pipe to a command instead of a raw socket.  See
-  muttrc(5) for details.  (Basically, it's another way for setting
-  up secure connections.)
-
-- More new IMAP/POP-related variables (see muttrc(5) for details):
-  $connect_timeout, $imap_authenticators, $imap_delim_chars,
-  $imap_peek, $pop_authenticators, $pop_auth_try_all,
-  $pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6.
-
-- The following IMAP/POP-related variables are gone:
-  $imap_checkinterval, $imap_cramkey, $pop_port.
-
-- There's a new imap-fetch-mail function, which forces a check for
-  new messages on an IMAP server.
-
-- The new-mailbox function was renamed to create-mailbox, and is
-  bound to C instead of n by default.
-
-Character set support
----------------------
-
-- Mutt now uses the iconv interface for character set conversions.
-  This means that you need either a very modern libc, or Bruno
-  Haible's libiconv, which is available from
-  <http://www.gnu.org/software/libiconv/>.
-
-- With sufficiently recent versions of ncurses and slang, mutt works
-  properly in utf-8 locales.
-
-- On sufficiently modern systems, the $charset variable's value is
-  automatically derived from the locale you use.  (Note, however,
-  that manually setting it to a value which is compatible with your
-  locale doesn't do any harm.)
-
-- $send_charset is a colon-separated list of character sets now,
-  defaulting to us-ascii:iso-8859-1:utf-8.
-
-- charset-hook defines aliases for character sets encountered in
-  messages (say, someone tags his messages with latin15 when he
-  means iso-8859-15), iconv-hook defines local names for character
-  sets (for systems which don't know about MIME names; see
-  contrib/iconv for sample configuration snippets).
-
-- The change-charset function is gone.  Use edit-type (C-e on the
-  compose menu) instead.
-
-- The recode-attachment function is gone.
-
-Other changes
--------------
-
-- There's a new variable $compose_format for the compose screen's
-  status line.  You can now include the message's approximate
-  on-the-wire size.
-
-- The attachment menu knows about collapsing now: Using
-  collapse-parts (bound to "v" by default), you can collapse and
-  uncollapse parts of the attachment tree.  This function is also
-  available from the pager when invoked from the attachment tree.
-
-  Normally, the recvattach menu will start uncollapsed.  However,
-  with the new $digest_collapse option (which is set by default),
-  the individual messages contained in digests will be displayed
-  collapsed.  (That is, there's one line per message.)
-
-- Using $display_filter, you can specify a command which filters
-  messages before they are displayed.
-
-- Using message-hook, you can execute mutt configuration commands
-  before a message is displayed (or formatted before replying).
-
-- If you don't want that mutt moves flagged messages to your mbox,
-  set $keep_flagged.
-
-- Setting the $pgp_ignore_subkeys variable will cause mutt to ignore
-  OpenPGP.  This option is set by default, and it's suggested that
-  you leave it.
-
-- $pgp_sign_micalg has gone.  Mutt now automatically determines what
-  MIC algorithm was used for a particular signature.
-
-- If $pgp_good_sign is set, then a PGP signature is only considered
-  verified if the output from $pgp_verify_command matches this
-  regular expression.  It's suggested that you set this variable to
-  the typical text message output by PGP (or GPG, or whatever)
-  produces when it encounters a good signature.
-
-- There's a new function, check-traditional-pgp, which is bound to
-  esc-P by default.  It'll check whether a text parts of a message
-  contain PGP encrypted or signed material, and possibly adjust
-  content types.
-
-- $print_split.  If this option is set, $print_command run
-  separately for each message you print.  Useful with enscript(1)'s
-  mail printing mode.
-
-- $sig_on_top.  Include the signature before any quoted or forwarded
-  text.  WARNING: use of this option may provoke flames.
-
-- $text_flowed.  When set, mutt will generate text/plain attachments
-  with the format=flowed parameter.  In order to properly produce
-  such messages, you'll need an appropriate editor mode.  Note that
-  the $indent_string option is ignored with flowed text.
-
-- $to_chars has grown:  Mailing list messages are now tagged with an
-  L in the index. If you want the old behaviour back, add this to
-  your .muttrc: set to_chars=" +TCF "
-
-- New emacs-like functions in the line editor: backward-word (M-b),
-  capitalize-word (M-c), downcase-word (M-l), upcase-word (M-u),
-  forward-word (M-f), kill-eow (M-d), tranpose-chars (unbound).
-
-  transpose-chars is unbound by default because external query
-  occupies C-t.  Suggested alternative binding:
-
-       bind    editor  "\e\t"          complete-query
-       bind    editor  "\Ct"           transpose-chars
-
-- mailto URL support:  You can pass a mailto URL to mutt on the
-  command line.
-
-- If $duplicate_threads is set, mutt's new threading code will
-  thread messages with the same message-id together.  Duplication
-  will be indicated with an equals sign in the thread diagram.
-
-  You can also limit your view to the duplicates (or exclude
-  duplicates from view) by using the "~=" pattern.
diff --git a/README b/README
deleted file mode 100644 (file)
index 70ef0c2..0000000
--- a/README
+++ /dev/null
@@ -1,28 +0,0 @@
-README for mutt-1.5
-===================
-
-When updating mutt from an earlier release or from Mercurial, please
-make sure to read the compatibility notes in ``UPDATING''. Older changes
-between mutt-1.2 and mutt-1.4 are listed in NEWS.
-
-If you got the mutt source code from the public Mercurial repository
-(http://dev.mutt.org/hg/mutt/), please read doc/devel-notes.txt to make
-sure that you have a complete development environment.
-
-Installation instructions are detailed in ``INSTALL''. The user manual
-is in doc/manual.txt. PGP users should read doc/PGP-Notes.txt.
-
-Before you start hacking on mutt, read doc/devel-notes.txt.  Before
-applying patches to mutt, read doc/applying-patches.txt.  Please,
-read these files, as they will save you from asking FAQs.
-
-For more information, see the Mutt home page:
-
- http://www.mutt.org/
-
-The primary distribution points for Mutt is:
-
- ftp://ftp.mutt.org/pub/mutt
-
-A list of mirror sites can be found under
-<http://www.mutt.org/download.html>.
deleted file mode 120000 (symlink)
index 716afb5c95a000ee68c6bf6c8f768ff9e1cf0f4d..0000000000000000000000000000000000000000
--- a/README.md
+++ /dev/null
@@ -1 +0,0 @@
-README.neomutt
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..3172c3fc07f19cd99f21dfa500d5520894aed8e4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,116 @@
+# This is the NeoMutt Project
+
+[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/neomutt/neomutt/blob/neomutt/COPYRIGHT)
+[![Travis branch](https://api.travis-ci.org/neomutt/neomutt.svg?branch=neomutt)](https://travis-ci.org/neomutt/neomutt)
+[![Coverity Scan](https://img.shields.io/coverity/scan/8495.svg)](https://scan.coverity.com/projects/neomutt-neomutt)
+[![Backlog](https://badge.waffle.io/neomutt/neomutt.svg?label=status:backlog&title=Backlog)](http://waffle.io/neomutt/neomutt)
+[![In Progress](https://badge.waffle.io/neomutt/neomutt.svg?label=status:in-progress&title=In%20Progress)](http://waffle.io/neomutt/neomutt)
+[![Ready](https://badge.waffle.io/neomutt/neomutt.svg?label=status:ready&title=Ready)](http://waffle.io/neomutt/neomutt)
+
+## What is NeoMutt?
+
+* NeoMutt is a project of projects.
+* A place to gather all the patches against Mutt.
+* A place for all the developers to gather.
+
+Hopefully this will build the community and reduce duplicated effort.
+
+NeoMutt was created when Richard Russon (FlatCap) took all the old Mutt patches,
+sorted through them, fixed them up and documented them.
+
+## What Features does NeoMutt have?
+
+| Name                 | Description
+|----------------------|-------------------------------------------------------
+| Attach Headers Color | Color attachment headers using regexp, just like mail bodies
+| Compose to Sender    | Send new mail to the sender of the current mail
+| Compressed Folders   | Read from/write to compressed mailboxes
+| Conditional Dates    | Use rules to choose date format
+| Encrypt-to-Self      | Save a self-encrypted copy of emails
+| Fmemopen             | Replace some temporary files with memory buffers
+| Forgotten Attachment | Alert user when (s)he forgets to attach a file to an outgoing email.
+| Global Hooks         | Define actions to run globally within Mutt
+| Ifdef                | Conditional config options
+| Index Color          | Custom rules for theming the email index
+| Initials Expando     | Expando for author's initials
+| Keywords             | Labels/Tagging for emails
+| Kyoto Cabinet        | Kyoto Cabinet backend for the header cache
+| Limit Current Thread | Focus on one Email Thread
+| LMDB                 | LMDB backend for the header cache
+| Multiple FCC         | Save multiple copies of outgoing mail
+| Nested If            | Allow complex nested conditions in format strings
+| New Mail             | Execute a command upon the receipt of new mail.
+| NNTP                 | Talk to a Usenet news server
+| Notmuch              | Email search engine
+| Progress Bar         | Show a visual progress bar on slow operations
+| Quasi-Delete         | Mark emails that should be hidden, but not deleted
+| Reply With X-Orig-To | Direct reply to email using X-Original-To header
+| Sensible Browser     | Make the file browser behave
+| Sidebar              | Panel containing list of Mailboxes
+| Skip Quoted          | Leave some context visible
+| Status Color         | Custom rules for theming the status bar
+| TLS-SNI              | Negotiate with a server for a TLS/SSL certificate
+| Trash Folder         | Automatically move deleted emails to a trash bin
+
+## Contributed Scripts and Config
+
+- Keybase Integration (Joshua Jordi)
+- vim-keys - Mutt config for vim users (Ivan Tham)
+
+## Where is NeoMutt?
+
+- Source Code:     https://github.com/neomutt/neomutt
+- Releases:        https://github.com/neomutt/neomutt/releases/latest
+- Questions/Bugs:  https://github.com/neomutt/neomutt/issues
+- Website:         http://www.neomutt.org/
+- IRC:             irc://irc.freenode.net/neomutt - please be patient. 
+We're a small group, so our answer might take some time.
+- Mailinglists:    [neomutt-users](mailto:neomutt-users-request@neomutt.org?subject=subscribe)
+and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe)
+- Development:     http://www.neomutt.org/dev.html
+
+## NeoMutt Developers
+
+Here's a list of everyone who's helped NeoMutt:
+
+Adam Borowski, Alex Pearce, Alok Singh, Ander Punnar, André Berger,
+Antonio Radici, Baptiste Daroussin, Bernard Pratz, Bryan Bennett,
+Chris Czettel, Chris Salzberg, Christian Dröge, Christoph Berg, Clemens Lang,
+Damien Riegel, Darshit Shah, David Sterba, Doug Stone-Weaver, Edward Betts,
+Elimar Riesebieter, Evgeni Golov, Fabian Groffen, Fabio Alessandro Locati,
+Faidon Liambotis, František Hájik, Guillaume Brogi, Ian Zimmerman,
+Ismaël Bouya, Ivan Tham, Jack Stratton, Johannes Frankenau, Johannes Weißl,
+Joshua Jordi, Karel Zak, Kevin Velghe, Kurt Jaeger, Marcin Rajner, Marco Hinz,
+Matteo Vescovi, Mehdi Abaakouk, Olaf Lessenich, Philipp Marek,
+Pierre-Elliott Bécue, Pietro Cerutti, Riad Wahby, Richard Hartmann,
+Richard Russon, Rubén Llorente, Santiago Torres, Serge Gebhardt, Somini,
+Stephen Gilles, Steven Ragnarök, Sven Guckes, Thomas Adam, Thomas Klausner,
+Tobias Angele, Udo Schweigert, Vsevolod Volkov, Werner Fink, Wieland Hoffmann,
+William Pettersson, Yoshiki Vázquez Baeza.
+
+## Original Patch Authors
+
+Without the original patch authors, there would be nothing.
+So, a Big Thank You to:
+
+Aaron Schrab, Alain Penders, Benjamin Kuperman, Cedric Duval, Chris Mason,
+Christian Aichinger, Christoph Berg, Christoph Rissner, David Champion,
+David Riebenbauer, David Sterba, David Wilson, Don Zickus, Elimar Riesebieter,
+Eric Davis, Evgeni Golov, Fabian Groffen, Felix von Leitner, Jan Synacek,
+Jason DeTiberus, Jeremiah Foster, Jeremy Katz, Josh Poimboeuf, Julius Plenz,
+Justin Hibbits, Karel Zak, Kirill Shutemov, Luke Macken, Mantas Mikulenas,
+Matteo Vescovi, Patrick Brisbin, Paul Miller, Phil Pennock,
+Philippe Le Brouster, Richard Russon, Rocco Rutte, Roland Rosenfeld, Sami Farin,
+Stefan Assmann, Stefan Kuhn, Steve Kemp, Terry Chan, Thomas Glanzmann,
+Thomer Gil, Tim Stoakes, Tyler Earnest, Victor Manuel Jaquez Leal,
+Vincent Lefevre, Vladimir Marek, Vsevolod Volkov.
+
+## Original Mutt Authors
+
+And of course, we should thank the original Mutt authors, including the original
+author Michael Elkins and all the people that have contributed to Mutt during
+its long history, see the Acknowledgements section of the user manual for a
+detailed list.
+
+http://www.neomutt.org/guide/miscellany.html#acknowledgements
+
diff --git a/README.neomutt b/README.neomutt
deleted file mode 100644 (file)
index 3172c3f..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-# This is the NeoMutt Project
-
-[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/neomutt/neomutt/blob/neomutt/COPYRIGHT)
-[![Travis branch](https://api.travis-ci.org/neomutt/neomutt.svg?branch=neomutt)](https://travis-ci.org/neomutt/neomutt)
-[![Coverity Scan](https://img.shields.io/coverity/scan/8495.svg)](https://scan.coverity.com/projects/neomutt-neomutt)
-[![Backlog](https://badge.waffle.io/neomutt/neomutt.svg?label=status:backlog&title=Backlog)](http://waffle.io/neomutt/neomutt)
-[![In Progress](https://badge.waffle.io/neomutt/neomutt.svg?label=status:in-progress&title=In%20Progress)](http://waffle.io/neomutt/neomutt)
-[![Ready](https://badge.waffle.io/neomutt/neomutt.svg?label=status:ready&title=Ready)](http://waffle.io/neomutt/neomutt)
-
-## What is NeoMutt?
-
-* NeoMutt is a project of projects.
-* A place to gather all the patches against Mutt.
-* A place for all the developers to gather.
-
-Hopefully this will build the community and reduce duplicated effort.
-
-NeoMutt was created when Richard Russon (FlatCap) took all the old Mutt patches,
-sorted through them, fixed them up and documented them.
-
-## What Features does NeoMutt have?
-
-| Name                 | Description
-|----------------------|-------------------------------------------------------
-| Attach Headers Color | Color attachment headers using regexp, just like mail bodies
-| Compose to Sender    | Send new mail to the sender of the current mail
-| Compressed Folders   | Read from/write to compressed mailboxes
-| Conditional Dates    | Use rules to choose date format
-| Encrypt-to-Self      | Save a self-encrypted copy of emails
-| Fmemopen             | Replace some temporary files with memory buffers
-| Forgotten Attachment | Alert user when (s)he forgets to attach a file to an outgoing email.
-| Global Hooks         | Define actions to run globally within Mutt
-| Ifdef                | Conditional config options
-| Index Color          | Custom rules for theming the email index
-| Initials Expando     | Expando for author's initials
-| Keywords             | Labels/Tagging for emails
-| Kyoto Cabinet        | Kyoto Cabinet backend for the header cache
-| Limit Current Thread | Focus on one Email Thread
-| LMDB                 | LMDB backend for the header cache
-| Multiple FCC         | Save multiple copies of outgoing mail
-| Nested If            | Allow complex nested conditions in format strings
-| New Mail             | Execute a command upon the receipt of new mail.
-| NNTP                 | Talk to a Usenet news server
-| Notmuch              | Email search engine
-| Progress Bar         | Show a visual progress bar on slow operations
-| Quasi-Delete         | Mark emails that should be hidden, but not deleted
-| Reply With X-Orig-To | Direct reply to email using X-Original-To header
-| Sensible Browser     | Make the file browser behave
-| Sidebar              | Panel containing list of Mailboxes
-| Skip Quoted          | Leave some context visible
-| Status Color         | Custom rules for theming the status bar
-| TLS-SNI              | Negotiate with a server for a TLS/SSL certificate
-| Trash Folder         | Automatically move deleted emails to a trash bin
-
-## Contributed Scripts and Config
-
-- Keybase Integration (Joshua Jordi)
-- vim-keys - Mutt config for vim users (Ivan Tham)
-
-## Where is NeoMutt?
-
-- Source Code:     https://github.com/neomutt/neomutt
-- Releases:        https://github.com/neomutt/neomutt/releases/latest
-- Questions/Bugs:  https://github.com/neomutt/neomutt/issues
-- Website:         http://www.neomutt.org/
-- IRC:             irc://irc.freenode.net/neomutt - please be patient. 
-We're a small group, so our answer might take some time.
-- Mailinglists:    [neomutt-users](mailto:neomutt-users-request@neomutt.org?subject=subscribe)
-and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe)
-- Development:     http://www.neomutt.org/dev.html
-
-## NeoMutt Developers
-
-Here's a list of everyone who's helped NeoMutt:
-
-Adam Borowski, Alex Pearce, Alok Singh, Ander Punnar, André Berger,
-Antonio Radici, Baptiste Daroussin, Bernard Pratz, Bryan Bennett,
-Chris Czettel, Chris Salzberg, Christian Dröge, Christoph Berg, Clemens Lang,
-Damien Riegel, Darshit Shah, David Sterba, Doug Stone-Weaver, Edward Betts,
-Elimar Riesebieter, Evgeni Golov, Fabian Groffen, Fabio Alessandro Locati,
-Faidon Liambotis, František Hájik, Guillaume Brogi, Ian Zimmerman,
-Ismaël Bouya, Ivan Tham, Jack Stratton, Johannes Frankenau, Johannes Weißl,
-Joshua Jordi, Karel Zak, Kevin Velghe, Kurt Jaeger, Marcin Rajner, Marco Hinz,
-Matteo Vescovi, Mehdi Abaakouk, Olaf Lessenich, Philipp Marek,
-Pierre-Elliott Bécue, Pietro Cerutti, Riad Wahby, Richard Hartmann,
-Richard Russon, Rubén Llorente, Santiago Torres, Serge Gebhardt, Somini,
-Stephen Gilles, Steven Ragnarök, Sven Guckes, Thomas Adam, Thomas Klausner,
-Tobias Angele, Udo Schweigert, Vsevolod Volkov, Werner Fink, Wieland Hoffmann,
-William Pettersson, Yoshiki Vázquez Baeza.
-
-## Original Patch Authors
-
-Without the original patch authors, there would be nothing.
-So, a Big Thank You to:
-
-Aaron Schrab, Alain Penders, Benjamin Kuperman, Cedric Duval, Chris Mason,
-Christian Aichinger, Christoph Berg, Christoph Rissner, David Champion,
-David Riebenbauer, David Sterba, David Wilson, Don Zickus, Elimar Riesebieter,
-Eric Davis, Evgeni Golov, Fabian Groffen, Felix von Leitner, Jan Synacek,
-Jason DeTiberus, Jeremiah Foster, Jeremy Katz, Josh Poimboeuf, Julius Plenz,
-Justin Hibbits, Karel Zak, Kirill Shutemov, Luke Macken, Mantas Mikulenas,
-Matteo Vescovi, Patrick Brisbin, Paul Miller, Phil Pennock,
-Philippe Le Brouster, Richard Russon, Rocco Rutte, Roland Rosenfeld, Sami Farin,
-Stefan Assmann, Stefan Kuhn, Steve Kemp, Terry Chan, Thomas Glanzmann,
-Thomer Gil, Tim Stoakes, Tyler Earnest, Victor Manuel Jaquez Leal,
-Vincent Lefevre, Vladimir Marek, Vsevolod Volkov.
-
-## Original Mutt Authors
-
-And of course, we should thank the original Mutt authors, including the original
-author Michael Elkins and all the people that have contributed to Mutt during
-its long history, see the Acknowledgements section of the user manual for a
-detailed list.
-
-http://www.neomutt.org/guide/miscellany.html#acknowledgements
-