]> diplodocus.org Git - minc/shortlog
minc
2005-09-19 epg(filter_mail): Lose XXX comment for the stupid pop...
2005-09-12 epg(update_folders): Only error out if opening .folders...
2005-09-12 epg(MAIN): Only call update_folders when -n not specified.
2005-09-12 epg(find_mh_folder): Don't know why, but the MAGIC_TO...
2005-09-07 epg(store_message): wtf, log spam saves too, we already...
2005-09-07 epgLose -p (print file names) option; this can be implemen...
2005-09-07 epgUpdate documentation for recent changes.
2005-09-06 epg($SCAN_P_FOLDER, $SCAN_P_MESSAGE, $SCAN_P_FROM): New...
2005-09-06 epg(update_folders): Keep inbox at the top of the list.
2005-09-06 epg(filter_mail): Build and return a hash of all folders...
2005-09-06 epg(filter_mail): Don't move @_ to @msglist, just use @_.
2005-09-06 epg(filter_mail): Lose unused %FOLDERS variable.
2005-09-05 epg(filter_mail): Need to print a \r before printing the...
2005-09-04 epg(filter_mail): Fix destruction of non-printable characters.
2005-09-02 epg(filter_mail): Better int() those field widths!
2005-09-02 epgDOH! accidentally committed #! hack.
2005-09-02 epg(filter_mail): DOH! Sanitize subject, too.
2005-09-02 epg(filter_mail): Stop popping items from header lists...
2005-09-02 epgXXX the stupid pop() in filter_mail
2005-09-02 epgMove the declaration of the hooks lists near the @FILTE...
2005-09-02 epgOoops, was still using .mincfilter for -d.
2005-09-02 epgPull in COLUMNS environment variable and default it...
2005-09-02 epg(find_mh_folder): Take %headers as arguments, don't...
2004-12-10 epgUse /usr/bin/env trampoline to run perl.
2004-11-25 epg(filter_mail): Support a post_store_hook, in case someo...
2004-11-25 epg(get_headers): Be liberal in what you receive...
2004-06-15 epg(filter_mail): Now that the formatting isn't spitting...
2004-06-15 epg(filter_mail): Use $len to format the string rather...
2004-06-15 epg(filter_mail): s/$msglen/$len/ (better, shorter name)
2004-06-10 epg(store_message): Kill useless quotes.
2004-06-04 epgMore evil optimization. Don't load .mincfilter until...
2004-05-25 epg(filter_mail): Don't prefix folder names with '+' in...
2004-04-26 epg(getfiles): Wow, i sure missed a lot of places where...
2004-04-26 epg(getfiles): Need to reduce count by two here as well.
2004-04-26 epg(filter_mail): Reduce $msgcount by two now that filter_...
2004-04-26 epg(getfiles): Just return readdir results, don't strip...
2004-04-25 epg(MAIN): Drop unnecessary variable @msglist.
2004-04-25 epg(get_headers): Check errors on open.
2004-04-25 epg(get_highest_msgnum): Don't leave this readdir call...
2004-04-25 epgImprove 'die' usage and leave an XXX comment in store_m...
2004-04-25 epg(mkfolder): Simplify.
2004-04-25 epgDon't use 'scalar' function on lists that are already...
2004-04-15 epgFix L<> syntax (not sure why i had it this funky way...
2004-04-14 epg(filter_mail): Resurrect -p functionality, which was...
2004-04-14 epgsmall doc fixes
2004-04-14 epgSwitch from Getopt::Std to Getopt::Long and Pod::Usage...
2004-04-14 epgImprove NAME and SYNOPSIS pod.
2004-04-11 epg(AUTHORS): Update.
2004-04-11 epgUpdate svn:executable to modern Subversion convention.
2004-04-11 epgHere you go.
2004-04-11 epgThis has no information not already in the POD, and...
2004-04-11 epgDrop Log::Dispatch (finally) and simplify logging.
2004-04-10 epgTwo optimizations:
2004-04-10 epgFile::Basename hasn't been used since we stopped using...
2004-04-03 epg(filter_mail): Only calculate $msgcount len once.
2004-04-03 epgKilled the sysexits stuff a while back.
2004-04-03 epgDon't break when -m is not specified.
2004-04-03 epgwhitespace police
2004-04-03 epgAdd new -m option to stop processing after a certain...
2004-04-03 epgSwitch to %opts style getopts.
2004-04-03 epgNote licensing terms (same as Perl itself).
2004-04-03 epgWhoops, SYNOPSIS was out of sync again.
2004-04-03 epgDrop -h and use Getopt::Std automatic --help. New...
2004-04-03 epgMove STDOUT auto-flushing to filter_mail where it belongs.
2004-04-03 epgWhoops, remove -f and -s options from getopts call.
2004-04-03 epgDrop -f (filter-only) and -s (spam-only) options.
2004-04-03 epgEr, put in the rest of the @SPAM changes. Also make...
2004-04-03 epgCollapse the spam-checking and filtering passes into...
2004-03-12 epgDrop sysexits.ph, _errprint, err, and errx. Use die...
2004-03-12 epgdoc fixes
2004-03-12 epg(preprocess): Return the @result list sorted by mtime.
2004-03-11 epgRename kill_spam to preprocess in preparation for bloat...
2003-12-13 epg(getfiles): If no messages are found, silently exit...
2003-04-26 epgNew option -p. Using this option causes minc to print...
2003-04-06 epguse FileHandle and set autoflush on STDOUT since the...
2003-03-13 epg(store_message): Don't log the SPAM folder; since we...
2003-03-11 epg(find_mh_folder): DOH! The // match operation must...
2003-01-19 epgmdeliver/current/mdeliver.c:
2003-01-02 epgNow that the new stuff has proved solid, switch back...
2002-12-30 epg(logincoming): Move part of log_headers here.
2002-12-30 epgDOH! Perl has 'next' not 'continue'.
2002-12-30 epgAdd a magic header filters can use to match against...
2002-12-29 epg(store_message): Fix usage of the system function so...
2002-12-29 epgAdd Emacs and vi local variables at the bottom, (attemp...
2002-12-29 epg(find_mh_folder): If get_headers fails, return 'malform...
2002-12-29 epgDoc fixes.
2002-12-28 epgImplement Doug's two killer features: 1) store all...
2002-12-28 epgIdiot. Put error messages to STDERR where they belong.
2002-12-28 epgSet MHCONTEXT environment variable to allow (a little...
2002-10-13 epgApparently pod2html doesn't grok E<sol>. Suck. Use...
2002-10-13 epgFix long-standing bug where filters were applied out...
2002-10-13 epgLink to example .mincspam file.
2002-10-13 epgRemove references to razor in documentation.
2002-10-13 epg($run): Declare with our instead of my so it will be...
2002-10-13 epg(store_message): Whoops, document that the for loop...
2002-10-13 epgFactor out the razor-check spam stuff. Instead, read...
2002-09-10 epg(get_headers): Don't allow input from the message to...
2002-09-08 epgEr, whoops, tell getopt about the -f option.
2002-09-02 epg(store_message): Splitting the two mark failure cases...
2002-09-02 epgI was using EX_TEMPFAIL for nearly every failure case...
next