Path: utzoo!attcan!uunet!snorkelwacker!tut.cis.ohio-state.edu!ucbvax!parc.xerox.com!janssen From: janssen@parc.xerox.com (Bill Janssen) Newsgroups: comp.soft-sys.andrew Subject: bug in atkams/messages/lib/folders.c Message-ID: Date: 29 Jun 90 01:47:38 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 In the routine DoClick(), the code for right-clicking on the folder icon should classify all marked messages into that folder. Currently, captions_FileCurrent() is called, instead of the correct captions_FileMarked(). This looks like a bug -- FileCurrent is called if the click was a LeftClick, and then in a separate clause, if it was not a left click. The function called should be changed to captions_FileMarked(). (I'd supply diffs, but my folders.c file is changed in other places...) Bill