summaryrefslogtreecommitdiffstats
path: root/complete.c
AgeCommit message (Collapse)Author
2001-01-18Completion fix. From Aaron Schrab <aaron+mutt@schrab.com>.Thomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-08-28Fix a buffer overrun in complete.c.Edmund GRIMLEY EVANS
2000-06-15patch-1.3.2.bbell.complete.1 - autocomplete "!", which is helpfulThomas Roessler
in certain IMAP contexts.
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-09-07* redoes the folder update optimisation I did yesterday. It's somewhatThomas Roessler
cleaner and less invasive, and I'm not so worried about memory leaks now. * Fixes the bug where mutt would append a '/' to $folder even if it was only {mailhost}, causing mutt to browse the root directory instead of the home directory. * includes a first stab at preserving the D flag on the IMAP server. Now if you answer no to 'Purge deleted', the server still stores the messages as deleted, but doesn't expunge them on exit. NOTE: this is a first attempt. Play around, but don't mark things as deleted that you'd be sorry to see disappear. (From: Brendan Cully <brendan@kublai.com>)
1999-07-29Brendan Cully's latest IMAP patches.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-02-09Brandon's IMAP clean-up; new czech translation.Thomas Roessler
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-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-06-08Initial revisionThomas Roessler