aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mauve/person.rb')
-rw-r--r--lib/mauve/person.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/mauve/person.rb b/lib/mauve/person.rb
index 1158cbf..021a393 100644
--- a/lib/mauve/person.rb
+++ b/lib/mauve/person.rb
@@ -6,17 +6,13 @@ module Mauve
class Person
attr_reader :username, :password, :urgent, :normal, :low, :email, :xmpp, :sms
- attr_reader :last_pop3_login, :suppressed, :notifications
+ attr_reader :suppressed, :notifications
attr_reader :notify_when_off_sick, :notify_when_on_holiday
# Set up a new Person
#
def initialize(username)
@suppressed = false
- #
- # TODO fix up web login so pop3 can be used as a proxy.
- #
- @last_pop3_login = {:from => nil, :at => nil}
@notifications = []
@username = username