6.0.0-alpha12
6/9/25

[#5060] filterprefs.php wrong POST var assumption
Summary filterprefs.php wrong POST var assumption
Queue IMP
Queue Version HEAD
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester hannes (at) tismer (dot) com
Created 03/03/2007 (6673 days ago)
Due
Updated 03/03/2007 (6673 days ago)
Assigned
Resolved 03/03/2007 (6673 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/03/2007 08:13:53 PM Chuck Hagenbuch Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of bug 4931
03/03/2007 03:56:32 PM hannes (at) tismer (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ filterprefs.php wrong POST var assumption
Queue ⇒ IMP
Reply to this comment
Filter settings won't be saved in current HEAD. (filter_on_login, 
filter_on_display, filter_any_mailbox, filter_menuitem)



Found at:

34: filterprefs.php



Solution:

original:

   case 'update_prefs':



fixed:

   case ('update_prefs' || 'filter_prefs_update'):




Saved Queries