root/addrbook.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5137:0c47f7b06158 [5137:0c47f7b06158] 18 months Michael Elkins <me@…> Pass column value recursively when expanding format strings (bug #2840).
(edit) @5010:2fbc65f3feb6 [5010:2fbc65f3feb6] 19 months Rocco Rutte <pdmef@…> Enlarge help string buffers Even on 80x25 terminals, SHORT_STRING (128 …
(edit) @4343:2bccf51eedac [4343:2bccf51eedac] 3 years Brendan Cully <brendan@…> Gah, forgot the zip code when updating the FSF address…
(edit) @4341:88eff1cda82a [4341:88eff1cda82a] 3 years Brendan Cully <brendan@…> Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
(edit) @3873:ac2a2dcad1ec [3873:ac2a2dcad1ec] 4 years Brendan Cully <brendan@…> Add config.h to the top of every C file that could possibly want …
(edit) @3808:3c7ee6cc1374 [3808:3c7ee6cc1374] 4 years Ralf Wildenhues <wildenhues@…> Make some functions static.
(edit) @3480:caab53a59052 [3480:caab53a59052] 5 years Mads Martin Joergensen <mmj@…> As the ones of you who compile with new gcc's probably have …
(edit) @3317:c77474208f2b [3317:c77474208f2b] 6 years Thomas Roessler <roessler@…> Fixing more IDN bugs.
(edit) @3311:cd3774ecfa9f [3311:cd3774ecfa9f] 6 years Thomas Roessler <roessler@…> IDN support for e-mail messages. Things should work automagically once …
(edit) @3179:26bc01c85ce5 [3179:26bc01c85ce5] 6 years Thomas Roessler <roessler@…> Fix Mike's and my e-mail addresses in copyright lines.
(edit) @3173:9aed3783b6f7 [3173:9aed3783b6f7] 6 years Thomas Roessler <roessler@…> Replace safe_free calls by the FREE macro.
(edit) @3156:2597433f67fb [3156:2597433f67fb] 6 years Anders Helmersson <anders.helmersson@…> Fix #1390. Based on a patch submitted earlier by Edmund Grimley Evans.
(edit) @2766:51e9dbae6405 [2766:51e9dbae6405] 7 years Thomas Roessler <roessler@…> Bumping version numbers to 3.0, for the new unstable branch.
(edit) @2666:11711b318db6 [2666:11711b318db6] 7 years Thomas Roessler <roessler@…> Fix #858.
(edit) @2625:3ad9e7f803ce [2625:3ad9e7f803ce] 7 years Thomas Roessler <roessler@…> Address book nit fix from geerd.debruijn@….
(edit) @2579:3c48a924048f [2579:3c48a924048f] 7 years Thomas Roessler <roessler@…> More addressbook fixes.
(edit) @2578:670663c21a5e [2578:670663c21a5e] 7 years Thomas Roessler <roessler@…> The addressbook used to crash when someone issued the alias and unalias …
(edit) @2371:62965bc72607 [2371:62965bc72607] 7 years Thomas Roessler <roessler@…> Add ascii_strcasecmp() and ascii_strncasecmp() functions which …
(edit) @1601:b06a65a09a4f [1601:b06a65a09a4f] 9 years Thomas Roessler <roessler@…> The FSF apparently has moved.
(edit) @1423:e3922e1ff7a1 [1423:e3922e1ff7a1] 9 years Thomas Roessler <roessler@…> Update copyright notices for unstable.
(edit) @1196:b8ccf9e5e42d [1196:b8ccf9e5e42d] 9 years Thomas Roessler <roessler@…> Updat copyright notices in stable.
(edit) @814:0dc9d37bfb63 [814:0dc9d37bfb63] 10 years Thomas Roessler <roessler@…> Add generic menu searching.
(edit) @775:7ec02537311f [775:7ec02537311f] 10 years Thomas Roessler <roessler@…> Enable tagging in the file browser.
(edit) @703:b8ba18772aea [703:b8ba18772aea] 10 years Thomas Roessler <roessler@…> Get rid of RCS ids in source files. They are getting in our way when …
(edit) @636:5f0bbe7a248f [636:5f0bbe7a248f] 10 years Thomas Roessler <roessler@…> *** empty log message ***
(edit) @557:2c8523f9a1c8 [557:2c8523f9a1c8] 10 years Thomas Roessler <roessler@…> Introduce or rewrite mutt_{str*cmp,strlen} and use them all over …
(edit) @465:0e88fc30c913 [465:0e88fc30c913] 10 years Thomas Roessler <roessler@…> Change "static char rcsid[]" to "static const char rcsid[]" to make gcc …
(edit) @437:9c8238fc90d4 [437:9c8238fc90d4] 10 years Thomas Roessler <roessler@…> Add RCS $Id$ strings to (hopefully) all source files.
(edit) @433:32c1edf06df3 [433:32c1edf06df3] 10 years Thomas Roessler <roessler@…> The attached patch removes some redundant code related to the …
(edit) @382:0d4b409996b9 [382:0d4b409996b9] 10 years Thomas Roessler <roessler@…> Vikas' macro_function patch.
(edit) @324:b41fa3696d7d [324:b41fa3696d7d] 10 years Thomas Roessler <roessler@…> Translate the various help lines.
(edit) @300:bef815613d39 [300:bef815613d39] 10 years Thomas Roessler <roessler@…> Adding gettext support, based on the patch by Marco d'Itri.
(edit) @51:68b85f34a18c [51:68b85f34a18c] 10 years Thomas Roessler <roessler@…> [patch-0.94.4i.gt.arrowcursor.1] Padding to the end of line/right …
(edit) @31:a879cfe6475f [31:a879cfe6475f] 10 years Thomas Roessler <roessler@…> CVS branch clean-up.
(edit) @9:cbcbaaf9844c [9:cbcbaaf9844c] 10 years Thomas Roessler <roessler@…> Including Vikas' search code for the "attach message" menu.
(edit) @3:8c1927ba5f28 [3:8c1927ba5f28] 10 years Thomas Roessler <roessler@…> Mutt 0.92.9i.
(edit) @1:5eaeb42f4f69 [1:5eaeb42f4f69] 10 years Thomas Roessler <roessler@…> *** empty log message ***
(add) @0:2257e58209df [0:2257e58209df] 10 years Thomas Roessler <roessler@…> Initial revision
Note: See TracRevisionLog for help on using the revision log.