* src/compose.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 25 Jan 2004 17:48:49 +0000 (17:48 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 25 Jan 2004 17:48:49 +0000 (17:48 +0000)
remove left-over macro INDENT_CHARS

ChangeLog.claws
configure.ac
src/compose.c

index 2bf09eea4e04f5f5dd6e832e18a68dc435038a73..7e24e805ba2645bcafa3e5ace8aab7d7783091e3 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-25 [alfons]    0.9.8claws52
+
+       * src/compose.c
+               remove left-over constant INDENT_CHARS
+
 2004-01-25 [alfons]    0.9.8claws51
 
        * src/procmime.c
index 154872de1e24790eec88c9af4a7f39a0152db29f..2972747887bf83bfce7adbc23e8596fe7f93acf0 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=51
+EXTRA_VERSION=52
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index f642e4d2a5e33e5f3e3a5d2be9bff05def9a08b7..9ae2385188d1916920dbf3201ff74d1d0897ac9a 100644 (file)
@@ -2303,7 +2303,6 @@ static void compose_attach_parts(Compose *compose, MsgInfo *msginfo)
        ((len > 2 && conv_get_current_charset() == C_UTF_8) ? 2 : \
         (len == 2 && conv_get_current_charset() == C_UTF_8) ? 1 : len)
 
-#define INDENT_CHARS   ">|#"
 #define SPACE_CHARS    " \t"
 
 static void compose_wrap_line(Compose *compose)