You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby's Mail Discussion Group
configuration.rb line 99 ff
def set_settings(klass, host_array = nil, &block)
if host_array
klass.instance.settings do
host host_array[0]
port host_array[1]
end
end
if block_given?
klass.instance.settings(&block)
end
klass.instance.settings(&block)
end
why is klass.instance.settings(&block) called twice ?
Mikel Lindsaar
unread,
Dec 10, 2009, 10:46:14 PM12/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mail...@googlegroups.com
That looks like an error.
Please submit an issue / patch to the github tracker :)