From 5435729df11cfc6ca23e65e66ab034befece0b18 Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 10 Mar 2005 15:53:04 +0000 Subject: [PATCH] Rocco Rutte: included CD's ifdef patch git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@165 e385b8ad-14ed-0310-8656-cc95a2468c6d --- ChangeLog.mutt-ng | 3 +++ PATCHES | 5 +++-- UPGRADING | 5 +++++ doc/manual.sgml.head | 13 +++++++++++++ init.c | 46 ++++++++++++++++++++++++++++++++++++++++++++ init.h | 2 ++ 6 files changed, 72 insertions(+), 2 deletions(-) diff --git a/ChangeLog.mutt-ng b/ChangeLog.mutt-ng index 6d0c9c9..3f2e302 100644 --- a/ChangeLog.mutt-ng +++ b/ChangeLog.mutt-ng @@ -1,5 +1,8 @@ Changes specific to mutt-ng: +2005-03-10: + * included CD's ifdef patch + 2005-03-05: * added color sidebar diff --git a/PATCHES b/PATCHES index 20de3c3..5a1a985 100644 --- a/PATCHES +++ b/PATCHES @@ -4,12 +4,13 @@ patch-1.5.5.1.pdmef.short_mbox_name.1 rr.compressed patch-1.5.4.fw.maildir_inode_sort patch-1.4.admcd.gnutls.59d -patch-1.5.5.1.cd.edit_threads.9.5 patch-1.5.6i.sidebar.20041122 patch-1.5.4.aw.listreply.1 -patch-1.5.4.cd.source_multiple.2 vvv.initials patch-1.5.5.1.cd.purge_message.3.4 patch-1.5.5.1.cd.trash_folder.3.4 +patch-1.5.5.1.cd.edit_threads.9.5 +patch-1.5.4.cd.ifdef.1 +patch-1.5.4.cd.source_multiple.2 vvv.quote vvv.nntp diff --git a/UPGRADING b/UPGRADING index 1ed2f73..c2cc7d5 100644 --- a/UPGRADING +++ b/UPGRADING @@ -14,6 +14,11 @@ Note: as development goes fast and as documentation is way behind it, this still likely is incomplete. Please report missing items to +2005-03-10 + + New Configuration Command (from CD's ifdef Patch): + - ifdef + 2005-03-07 New Variables: diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index a8f069b..f07f026 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -1709,6 +1709,19 @@ If the filename ends with a vertical bar (|), then source ~/bin/myscript|). +Configuring features conditionnaly