class Mail::PartsList
Public Instance Methods
sort!(*args)
click to toggle source
Disable sorting of mime-parts completely. Can’t be done during runtime on the body-instance (‘body#set_sort_order`) because MailGpg exchanges the body-instances when encrypting/signing.
# File lib/schleuder/mail/parts_list.rb, line 6 def sort!(*args) end