]> git.notmuchmail.org Git - sup/commitdiff
minor documentation/comment updates
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 13 Jun 2007 19:35:13 +0000 (19:35 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 13 Jun 2007 19:35:13 +0000 (19:35 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@460 5c8cc53c-5e98-4d25-b20a-d8db53a31250

HACKING
doc/FAQ.txt
lib/sup/message.rb

diff --git a/HACKING b/HACKING
index ba4507fd43b1b8ab0b7cbf51ff939dd035aeb28f..8a3dae60356f015ffcd404b788305d41108ee488 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -4,12 +4,17 @@ Invoke it like this:
 
 ruby -I lib -w bin/sup
 
+You'll have to install all gems mentioned in the Rakefile (look for the line
+setting p.extra_deps). If you're on a Debian or Debian-based system (e.g.
+Ubuntu), you'll have to make sure you have a complete Ruby installation,
+especially libssl-ruby.
+
 Coding standards
 ----------------
 
 - Don't wrap code unless it really benefits from it. The days of
   80-column displays are long over. But do wrap comments and other
   text at whatever Emacs meta-Q does.
-- Use as few parentheses as possible.
+- I like poetry mode.
 - Use {} for one-liner blocks and do/end for multi-line blocks.
 
index 52af386e49037cf9fa2ac5f696027ce3b6c8c6b5..525284b9240f22319f736426aed8e91f4ebef7ef 100644 (file)
@@ -131,7 +131,6 @@ P: When I run Sup remotely and view an HTML attachment, an existing
    Firefox on the *local* machine is redirected to the attachment
    file, which it can't find (since it's on the remote machine). How do
    I view HTML attachments in this environment?
-
 S: Put this in your ~/.mailcap on the machine you run Sup on:
       text/html; /usr/bin/firefox -a sup '%s'; description=HTML Text; test=test -n "$DISPLAY";  nametemplate=%s.html
 
index 63c462a8ba71c2b0f2c20789aa6050e4da3e18ae..711ab2e5fc4a4fbcda977c9510f6699580d6b514 100644 (file)
@@ -12,9 +12,6 @@ class MessageFormatError < StandardError; end
 ## i would like, for example, to be able to add in a ruby-talk
 ## specific module that would detect and link to /ruby-talk:\d+/
 ## sequences in the text of an email. (how sweet would that be?)
-##
-## TODO: integrate with user's addressbook to render names
-## appropriately.
 class Message
   SNIPPET_LEN = 80
   WRAP_LEN = 80 # wrap at this width