diff options
-rw-r--r-- | filter/ChangeLog | 5 | ||||
-rw-r--r-- | filter/vfoldertypes.xml | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 0c7e6ef18d..47d7611e9d 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,8 @@ +2004-05-03 Jeffrey Stedfast <fejj@ximian.com> + + * vfoldertypes.xml: Added the Junk status flag to the xml + definition so you can vfolder on that. + 2004-04-28 Not Zed <NotZed@Ximian.com> * filter-option.c (filter_option_add): fix a warning. diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml index e60c1780dc..d9e2b86841 100644 --- a/filter/vfoldertypes.xml +++ b/filter/vfoldertypes.xml @@ -355,6 +355,9 @@ <option value="Seen"> <title>Read</title> </option> + <option value="Junk"> + <title>Junk</title> + </option> </input> </part> |