summaryrefslogtreecommitdiffstats
path: root/query.c
AgeCommit message (Expand)Author
2022-07-28Tighten $query_command parsing to allow empty name field.Kevin McCarthy
2022-03-05Fix query menu tagging behavior.Kevin McCarthy
2020-11-24Fix exact-address handling when addr->personal is set.Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2019-11-12Fix __attribute__((warn_unused_result)) issue in query.cDavid Champion
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-04-10Convert mutt_expand_file_fmt() to accept BUFFER dest parameter.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-08-24Change $query_format to use mutt_format_s.Kevin McCarthy
2017-04-05Don't create query menu until after initial prompt. (see #3877)Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2014-10-10Fix a memory leak in mutt_query_complete.Kevin McCarthy
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-03-17Fix some warnings with -W about missing initializers in structsRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-12-16Remove unused #include directivesErik Hovland
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2008-11-30Start numbering query results with 1 instead of 0Rocco Rutte
2008-07-17Cleanup unused vars changeset ba0d96408425 didn't removeRocco Rutte
2008-01-15Make formatting of query menu configurable via $query_format (closes #170).Rocco Rutte
2007-07-08This patch implements the "%* " notation, which is analogous to "%> "David Champion
2007-03-20Enlarge help string buffersRocco Rutte
2006-03-03Fix mutt/2189; lack of error checking in the query code.Thomas Roessler
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-10-06Fiy memory corruption. (# 1659)Thomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2003-02-25Use mutt_strwidth for query response formatting. (#1477)Michael Elkins
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-12-09Fix #1390. Based on a patch submitted earlier by Edmund GrimleyAnders Helmersson
2001-12-10Fix #910.Thomas Roessler
2001-09-11More addressbook fixes.Thomas Roessler