Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | File.dirname(__FILE__) is not necessarily absolute | Robin Houston | 2012-06-03 | -1/+1 |
| | | | | | | | It’s weird that there’s so much code here that implicitly assumes File.dirname(__FILE__) is an absolute path, because really in general it very much is not! This assumption was invalidated by the recent bundler-awareness changes. | |||
* | Make handle-mail-replies bundler-aware too | Robin Houston | 2012-06-03 | -0/+180 |