'From Squeak3.4beta of ''1 December 2002'' [latest update: #5147] on 10 December 2002 at 12:07:13 am'! "Change Set: CelesteCleanUp5 Date: 9 December 2002 Author: Daniel Vainsencher Refactor Celeste to no longer store send account details that are now maintained in MailSender Remove the last reference to Celeste in TWM, and the now unreferenced class AdHoComposition."! Model subclass: #Celeste instanceVariableNames: 'mailDB currentCategory currentMessages currentMsgID lastCategory subjectFilter participantFilter customFilterBlock messageTextView userPassword status tocLists ' classVariableNames: 'CCList CustomFilters CustomFiltersCompiled DeleteInboxAfterFetching FormatWhenFetching MessageCountLimit PopServer PopUserName SuppressWorthlessHeaderFields TimeZone ' poolDictionaries: '' category: 'Network-Mail Reader'! TheWorldMenu removeSelector: #openEmail! Smalltalk removeClassNamed: #AdHocComposition! Smalltalk removeClassNamed: #FancyCelesteComposition!