]> granicus.if.org Git - mutt/commitdiff
Make $thorough_search default to yes (closes #3386)
authorBrendan Cully <brendan@kublai.com>
Sat, 27 Feb 2010 02:18:06 +0000 (18:18 -0800)
committerBrendan Cully <brendan@kublai.com>
Sat, 27 Feb 2010 02:18:06 +0000 (18:18 -0800)
ChangeLog
UPDATING
init.h

index f3107d3ef420702c1c7d365afe4fbfc0f3b6e14e..1a30473480b9918b5ed3723532797ac848c11d26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-23 12:42 -0800  Brendan Cully  <brendan@kublai.com>  (57124ea5592e)
+
+       * commands.c: Don't use freed ctx.path when updating utime of target
+       mailbox in save-message. Thanks to Sean Boudreau for the bug report.
+
+2010-02-22 23:01 -0800  Vincent Lefevre  <vincent@vinc17.net>  (f17302c10229)
+
+       * po/fr.po: Updated French translation.
+
 2010-02-21 13:16 -0800  Brendan Cully  <brendan@kublai.com>  (a6fddecdc5f5)
 
        * curs_lib.c: Make mutt_yesorno use mutt_message to print query.
index 3bbdccee600ee14e18529d7b11b6a1df3c266dec..da66a625de5e652cbd567681183197af5a3acd12 100644 (file)
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,7 @@ The keys used are:
 
 hg tip:
 
+  ! $thorough_search defaults to yes
   + imap-logout-all closes all open IMAP connections
   ! header/body cache paths are always UTF-8
   + $wrap_headers to control outgoing message's header length
diff --git a/init.h b/init.h
index 25b5d1bea6d7d615cc299d08c57d5e31339b925b..2fdb6e662660e5b227c1809d63cfaaef8ad01d11 100644 (file)
--- a/init.h
+++ b/init.h
@@ -3106,7 +3106,7 @@ struct option_t MuttVars[] = {
   ** .pp
   ** Note that $$indent_string is ignored when this option is \fIset\fP.
   */
-  { "thorough_search", DT_BOOL, R_NONE, OPTTHOROUGHSRC, 0 },
+  { "thorough_search", DT_BOOL, R_NONE, OPTTHOROUGHSRC, 1 },
   /*
   ** .pp
   ** Affects the \fC~b\fP and \fC~h\fP search operations described in