Hi! Prefered patch submission place is sup-devel@ right?
Just a trivial change I had sitting around here for way to long.
Thanks,
David
>8--------------------------------------
change default default_attachment_save_dir to "~/"
With the current old default "" sup would try to save to / which was kind of
annoying. So I changed it, so new users wouldn't have that problem.
---
lib/sup.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
index 144f5e3..e685584 100644
--- a/lib/sup.rb
+++ b/lib/sup.rb
@@ -228,7 +228,7 @@ else
:confirm_no_attachments => true,
:confirm_top_posting => true,
:discard_snippets_from_encrypted_messages => false,
- :default_attachment_save_dir => "",
+ :default_attachment_save_dir => "~/",
:sent_source => "sup://sent"
}
begin
--
1.6.5.7
>8--------------------------------------
--
David Riebenbauer
Jabber: [email protected] - ICQ: 322056002
http://liegesta.at
signature.asc
Description: PGP signature
_______________________________________________ Sup-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-devel
