]> granicus.if.org Git - neomutt/shortlog
neomutt
2000-08-31 Thomas Roesslerpatch-1.3.8.bj.manquote.1
2000-08-31 Thomas Roesslerpatch-bac.command-3
2000-08-30 Thomas RoesslerFix display of backspace sequences. From EGE.
2000-08-30 Thomas Roesslerupdate
2000-08-30 Thomas Roesslerupdate
2007-03-01 convert-repoupdate tags
2000-08-30 Thomas Roesslerautomatic post-release commit for mutt-1.3.8
2000-08-30 Thomas Roesslerups
2000-08-30 Thomas RoesslerSSL unification patch from Vsevolod.
2000-08-30 Thomas Roesslerpatch-bac.expunge-2
2000-08-30 Thomas RoesslerFix mutt_prety_mailbox. From Vsevolod.
2000-08-29 Thomas RoesslerThe next version of Byrial Jensen's yesorno patch,...
2000-08-29 Thomas RoesslerUse locale for yes/no expressions.
2000-08-28 Thomas RoesslerLittle fix from EGE.
2000-08-28 Thomas RoesslerUpdate from Vsevolod.
2000-08-28 Edmund GRIMLEY... Fix a buffer overrun in complete.c.
2000-08-28 Brendan CullyThe attached small patch adjusts mutt_pretty_mailbox...
2000-08-28 Edmund GRIMLEY... This patch moves hdr_format_s from hdrline.c to curs_li...
2000-08-28 Thomas RoesslerDo character set selection for RFC2231 encodings. ...
2000-08-28 Edmund GRIMLEY... This is the patch TAKIZAWA Takashi and I came up with...
2000-08-25 Thomas Roesslerpatch-bac.imapurl-2, with small modifications.
2000-08-22 Thomas RoesslerFix #251, from Brendan.
2000-08-22 Thomas RoesslerAdd an URL parser, and support for mailto URLs.
2000-08-22 Thomas RoesslerMinor fixes from Will Fiveash.
2000-08-22 Thomas Roesslerupdate
2000-08-22 Thomas RoesslerFix %B in index_format.
2000-08-21 Thomas Roesslerpatch-bac.parsepath-2
2000-08-21 Thomas RoesslerDocumentation patch from Lars Hecking.
2000-08-21 Thomas Roesslerpatch-bac.createplus-1
2000-08-21 Thomas Roesslerpatch-bac.command-2
2000-08-17 Thomas RoesslerAdding zh_CN.GB2312 translation.
2000-08-17 Thomas RoesslerRandom cleanup from Brendan Cully.
2000-08-17 Thomas RoesslerFix justification of number formats. (EGE)
2000-08-15 Thomas Roesslerupdate
2000-08-15 Thomas RoesslerAnother charset fix from EGE.
2000-08-10 Thomas RoesslerFix from Brendan Cully.
2000-08-10 Thomas RoesslerMore minor fixes.
2000-08-10 Thomas RoesslerDocument $MAILDIR.
2000-08-10 Thomas RoesslerTell mutt about the MAILDIR environment variable DJB...
2000-08-10 Thomas RoesslerFix a typo.
2000-08-10 Thomas Roesslerfix some typos.
2000-08-09 Thomas RoesslerInstall mbox (5), and fix a typo.
2000-08-09 Thomas RoesslerDocument the mbox format in a manual page. There may...
2000-08-09 Thomas RoesslerMinor portability and compilation fixes.
2000-08-08 Thomas RoesslerSome files were missing. From Vsevolod Volkov.
2000-08-08 Thomas Roessler* handles expunged messages better. Previously mutt...
2000-08-07 Thomas RoesslerCross compilation patches from RĂ¼diger Kuhlmann
2000-08-06 Thomas RoesslerReturn an exit value of 1 if mutt is left via ctrl...
2000-08-05 Thomas RoesslerUnified IMAP command code.
2000-08-05 Thomas RoesslerFix keyboard binding documentation. From Thomas Schultz
2000-08-04 Thomas RoesslerFix a character set encoding bug. From EGE.
2000-08-04 Thomas RoesslerSASL patch from Brendan Cully.
2000-08-03 Thomas Roesslerupdate.
2007-03-01 convert-repoupdate tags
2000-08-03 Thomas Roesslerautomatic post-release commit for mutt-1.3.7
2000-08-03 Thomas RoesslerUse a correct Envelope from when bouncing with $envelop...
2000-08-03 Thomas RoesslerMore IMAP fixes from Brendan.
2000-08-01 Thomas RoesslerFix from BC
2000-08-01 Thomas RoesslerBrendan's latest patches.
2000-07-31 Thomas Roesslerupdate.
2000-07-31 Thomas RoesslerBrendan Cully's SASL patch. I hope I didn't miss any...
2000-07-29 Thomas Roesslerupdate.
2000-07-29 Thomas RoesslerMake sure checktypes and makedoc don't depend on the...
2000-07-29 Thomas Roesslerupdate.
2007-03-01 convert-repoupdate tags
2000-07-28 Thomas Roesslerautomatic post-release commit for mutt-1.3.6
2000-07-28 Thomas Roesslerparse.h no longer exists, so don't try to distribute it.
2000-07-28 Thomas RoesslerUse UIDs instead of sequence numbers in IMAP. (Brendan)
2000-07-28 Thomas RoesslerHandle expunged messages. From Brendan Cully.
2000-07-26 Thomas RoesslerNits from Michael Sobolev.
2000-07-25 Thomas RoesslerInclude the muttbug wrapper with the distribution.
2000-07-25 Thomas RoesslerInstall muttbug.man als flea.1.
2000-07-25 Thomas RoesslerInstall muttbug(1) as flea(1), and adjust the documentation
2000-07-25 Thomas RoesslerMore tiny fixes.
2000-07-25 Thomas RoesslerFix some typos. In particular, it's bug tracking syste...
2000-07-25 Thomas Roesslermuttbug(1) has a manual page of it's own now.
2000-07-25 Thomas RoesslerFix a little bug concerning version numbers.
2000-07-25 Thomas RoesslerThe warning about README.UPGRADE can go.
2000-07-25 Thomas RoesslerMention the bug tracking system.
2000-07-25 Thomas RoesslerMention that mutt needs an iconv implementation, and...
2000-07-25 Thomas RoesslerMention OpenBSD
2000-07-25 Thomas RoesslerRemove types.h at "make clean" time.
2000-07-25 Thomas RoesslerTry to fix a segmentation fault in the index.
2000-07-24 Thomas Roesslermake bit types unsigned. From albert chin <china@thewr...
2000-07-24 Thomas RoesslerReplace wctomb and mbtowc with wcrtomb and mbrtowc...
2000-07-23 Thomas RoesslerFix #108, from Gero Treuner.
2000-07-23 Thomas Roesslersys/ioctl.h vs. ioctl.h. From Sam Roberts.
2000-07-23 Thomas RoesslerFix an obvious bug which prevented rfc2231 _encoding_...
2000-07-22 Thomas RoesslerSome more QNX compiling aides.
2000-07-21 Thomas RoesslerTry to be smart about integer types.
2000-07-21 Thomas RoesslerFix imap_passive. From Brendan Cully.
2000-07-21 Thomas RoesslerFix #150. From Brendan Cully.
2000-07-20 Thomas RoesslerTypo.
2000-07-20 Thomas RoesslerAnother IMAP patch from Brendan.
2000-07-20 Thomas Roesslerpatch-bac.postpone-2
2000-07-20 Thomas RoesslerUse shared socket code, from Vsevolod Volkov.
2000-07-19 Thomas RoesslerIMAP socket moves by Brendan Cully, with a fix from...
2000-07-19 Thomas RoesslerFix more possible IMAP memory corruption. From Brendan...
2000-07-18 Thomas RoesslerMore IMAP clean-up from Brendan Cully.
2000-07-18 Thomas RoesslerIMAP fixes from Brendan Cully.
next