Commit b4ce00d4c6bdf1c73717909a0b9535cc9e785ffc
- Diff rendering mode:
- inline
- side by side
lib/sup.rb
(2 / 1)
|   | |||
| 264 | 264 | :default_attachment_save_dir => "", | |
| 265 | 265 | :sent_source => "sup://sent", | |
| 266 | 266 | :poll_interval => 300, | |
| 267 | :wrap_width => 0 | ||
| 267 | :wrap_width => 0, | ||
| 268 | :slip_rows => 0 | ||
| 268 | 269 | } | |
| 269 | 270 | begin | |
| 270 | 271 | FileUtils.mkdir_p Redwood::BASE_DIR |
|   | |||
| 111 | 111 | ## objects. @person_lines is a map from row #s to Person objects. | |
| 112 | 112 | ||
| 113 | 113 | def initialize thread, hidden_labels=[], index_mode=nil | |
| 114 | super() | ||
| 114 | super :slip_rows => $config[:slip_rows] | ||
| 115 | 115 | @thread = thread | |
| 116 | 116 | @hidden_labels = hidden_labels | |
| 117 | 117 |

