summaryrefslogtreecommitdiffstats
path: root/buffy.c
AgeCommit message (Collapse)Author
2004-02-01Put a zero byte into the string, not into the pointer.Luke Mewburn
2003-08-05This patch removes the Kendra format from mutt. (The support wasBrendan Cully
broken anyways.)
2003-03-18- buffy.c (test_last_status_new): Fix memory leak. EnvelopeAndrew W. Nosenko
structure allocated by mutt_read_rfc822_header() was never deallocated. - parse.c (mutt_read_rfc822_header): Comment added about needing deallocate envelope structure returned by mutt_read_rfc822_header().
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-09-23A variant of buffy notification. Note: If you folks don't likeThomas Roessler
this, we can return to the old version.
2002-09-09Add a buffy-list function, and display more information when newRudi Chiarito
mail arrives. With some modifications from tlr.
2002-09-09An unmailboxes command. #1311.Nicolas Rachinsky
2002-03-25close 1103; from Brendan CullyThomas Roessler
2001-10-10maildir buffy: Don't consider "trashed" new messages new. Fixes #412.Thomas Roessler
2001-08-06Another little MH buffy bug. From Len LattanziThomas Roessler
<Len.Lattanzi@Migration.com>.
2001-08-03MH buffy.Thomas Roessler
2001-01-08Going through possible security problems with a fine comb. If youThomas Roessler
want to help, check out the current source, and run check_sec.sh.
2000-10-11Compilation fix from Emil Sit <sit@cisco.com>.Thomas Roessler
2000-10-10Vsevolod Volkov's POP mailbox patch.Thomas Roessler
2000-08-21patch-bac.createplus-1Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-07Fix a NULL pointer deference.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-04IMAP postpone changes from Byrial Jensen.Thomas Roessler
1999-11-02Various IMAP-related fixes from Brendan Cully.Thomas Roessler
1999-10-29Don't check the number of postponed messages every time the statusThomas Roessler
line is updated - this gets quite slow when used with slow IMAP connections.
1999-09-30Add a resend-message function (similar to the _old_ edit-message),Thomas Roessler
and redo large parts of mutt_prepare_edit_message (now mutt_prepare_template).
1999-09-23Brendan Cully's latest changes:Thomas Roessler
* includes all of my last patch, since it hasn't been committed yet. * catches a couple segfault problems if Context is NULL. * works harder to avoid sending null STORE FLAGS commands. May not be perfect yet, but also has extra debugging code. * has the beginnings of a more interactive IMAP error handler. Doesn't do anything yet, I'm just including it because I want to get the rest of the patch out.
1999-09-12The attached patch (imap-turbocharge.diff):Thomas Roessler
* changes mutt_buffy_check to only poll the selected folder when it is opened, not all mailboxes (unless the timeout has expired). This is a noticeable win if you have a few IMAP mailboxes. * sets the default checkinterval to 60 seconds from 0. Things are much much slower with 0. * makes some cosmetic renames * moves lots of generic imap stuff into a separate file, imap/util.c * abstracts the process of sending a command to an IMAP server a bit better (lots more to do here, though). * moves the message-set creation code used by the new fastdelete code into its own function, since it is generally useful. * implements server-side copy of messages. Tagged messages are copied in one command, thanks to the message-set function. Speedy! (From: Brendan Cully; modifications by tlr.)
1999-07-21Fix compilation problem for non-imap systems.Thomas Roessler
1999-07-20Bugs fixedThomas Roessler
* Mutt sometimes forgets that IMAP folders with new mail have new mail. * On some common IMAP servers, Mutt erroneously insists that the current folder has new mail. * Mutt constantly polls the server for new messages, disregarding the imap_checkinterval option. New features * tab-completion of IMAP folders. Not yet namespace aware, though it will work within an alternate namespace (eg won't complete #ft -> #ftp, but will complete #ftp/pu -> #ftp/pub). Some tweaking of the browser was necessary to get it to cooperate with completion. Some remains to be done. (From: From: Brendan Cully <brendan@kublai.com>)
1999-07-19Consider empty folders to be non-existent for buffy's purposes.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
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-10Experimental support for the so-called "kendra" mail folder format.Thomas Roessler
This seems to be used on OS/2 and is, actually, a slibhtly modified version of the MMDF format.
1998-11-10Skip empty mailbox parameters. This fixes a segmentation faultThomas Roessler
noted by Marco d'Itri.
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-15Fixing a memory hog which was introduced by the edit-message patch.Thomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-22A first take at corrected mh/maildir support.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler