summaryrefslogtreecommitdiffstats
path: root/browser.c
AgeCommit message (Collapse)Author
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-12-29Fix the use of link_is_dir() in the file browser. This should fixThomas Roessler
the bug reported by John Yates <yates@flatiron.com> on Dec 07 1999. (Details noted by Byrial Jensen <byrial@image.dk> on Dec 09 1999.)
1999-12-09Tommi Komulainen's multiple IMAP usernames patch.Thomas Roessler
1999-11-22IMAP folder creation and deletion. From Brendan Cully.Thomas Roessler
1999-11-07Rewriting lots of the recvattach code.Thomas Roessler
1999-09-23Try not to pass NULL pointers to snprintf - the Solaris versionThomas Roessler
doesn't like them. (Noted by Thomas.Parmelan@efrei.fr.)
1999-09-03- If the name of the folder returned by an IMAP server is empty, MuttThomas Roessler
could segfault in the browser window attempting to display it. - add_folder in browser.c looks like it got corrupted in some CVS update. A small patch makes things work again for examine_mailboxes. (From: Brendan Cully <brendan@kublai.com>)
1999-08-23Inclue GSS authentization for IMAP.Thomas Roessler
1999-08-15Various changes added over the last week:Thomas Roessler
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
1999-07-29Brendan Cully's latest IMAP patches.Thomas Roessler
1999-07-26Assorted IMAP fixes. From Brendan Cully <brendan@kublai.com>,Thomas Roessler
message <19990725150346.A19750@xanadu.kublai.com>.
1999-02-10Ups, this one needed a #ifdef USE_IMAP.Thomas Roessler
1999-02-10Some patches Brandon Long posted to comp.mail.mutt.Thomas Roessler
1999-02-09Brandon's IMAP clean-up; new czech translation.Thomas Roessler
1999-01-22Enable tagging in the file browser.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-12-02patch-0.94.17.vikas.browser_redraw.1Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-09The attached patch fixes a potential problem in folder_format_str()Thomas Roessler
where a fixed buffer might not be null terminated. From Vikas.
1998-11-09patch-0.94.15.vikas.browser_sort.3Thomas Roessler
1998-10-21Byrial Jensen's mutt_multi_choice() patch plus some GermanThomas Roessler
translations.
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-12The attached patch removes some redundant code related to the macroThomas Roessler
function stuff. Since each menu calls km_dokey() to get the 'op' number to execute, the 'menu' argument to km_dokey() _is_ the CurrentMenu. Hence, there is no need to explicitly save/restore the CurrentMenu all over the code. The only places it is being captured now is just before mutt_enter_comamnd() is called. This is to help the 'exec' command completion code so that it knows which menu to try and complete the function name from. (From: Vikas Agnihotri <VikasA@att.com>)
1998-10-07Clean up behind an aborted sort-by prompt on the file browser. FromThomas Roessler
Vikas.
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-10-02With SLang, addstr() is a macro. This means we should putThomas Roessler
additional braces around _()-style arguments.
1998-10-01Translate the various help lines.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-07Put the S_ISLNK definition into protos.h.Thomas Roessler
1998-08-28[patch-0.94.4i.tlr.display_filename.1] Introduce a newThomas Roessler
function "display-filename" which displays the currently selected file's name on the message line.
1998-08-27[patch-0.94.4i.gt.arrowcursor.1] Padding to the end ofThomas Roessler
line/right jusitifying does not work in menus when $arrow_cursor is set, because the extra space needed for the arrow is not taken into account. (From Gero Treuner <gero@faveve.uni-stuttgart.de>)
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler