--- mutt-1.5.6/PATCHES~ never +++ mutt-1.5.6/PATCHES Mon Feb 9 21:07:37 CST 2004 @@ -1,0 +1 @@ +patch-1.5.6.dgc.hormel.2 diff -ur mutt-1.5.6-base/commands.c mutt-1.5.6-hormel.2/commands.c --- mutt-1.5.6-base/commands.c Sun Feb 1 11:10:57 2004 +++ mutt-1.5.6-hormel.2/commands.c Sun Jul 11 22:19:55 2004 @@ -501,9 +501,9 @@ int method = Sort; /* save the current method in case of abort */ switch (mutt_multi_choice (reverse ? - _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ") : - _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "), - _("dfrsotuzc"))) + _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am?: ") : + _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am?: "), + _("dfrsotuzcp"))) { case -1: /* abort - don't resort */ return -1; @@ -542,6 +542,10 @@ case 9: /* s(c)ore */ Sort = SORT_SCORE; + break; + + case 10: /* s(p)am */ + Sort = SORT_SPAM; break; } if (reverse) diff -ur mutt-1.5.6-base/doc/manual.sgml.head mutt-1.5.6-hormel.2/doc/manual.sgml.head --- mutt-1.5.6-base/doc/manual.sgml.head Sun Feb 1 11:49:53 2004 +++ mutt-1.5.6-hormel.2/doc/manual.sgml.head Mon Jul 12 01:08:41 2004 @@ -1492,6 +1492,97 @@ removed. The pattern ``*'' is a special token which means to clear the list of all score entries. +Spam detection