Re: [sup-devel] [PATCH] Implement inline GPG

2010-03-01 Thread Michael Stapelberg
Hi Rich, Excerpts from Rich Lane's message of Sa Feb 27 19:05:58 +0100 2010: > The problem is sign_start will be nil if the text isn't on a line by > itself, causing a crash a few lines later. This happened to me when I How about using the following solution? gpg_start = "-BEGIN PGP SIGNED ME

Re: [sup-devel] [PATCH] Implement inline GPG

2010-03-01 Thread Christian Dietrich
Excerpts from Michael Stapelberg's message of Mo M�r 01 14:45:54 +0100 2010: > Hi Rich, > > Excerpts from Rich Lane's message of Sa Feb 27 19:05:58 +0100 2010: > > The problem is sign_start will be nil if the text isn't on a line by > > itself, causing a crash a few lines later. This happened to m

Re: [sup-devel] [PATCH] fix textfield truncation

2010-03-01 Thread Christian Dietrich
Excerpts from Christian Dietrich's message of Mo M�r 01 15:49:08 +0100 2010: > Breaks sup here, says opts_off isn't a method, using > > iU libncurses-ruby1.8 1.2.4-2 ruby Extension for the > ncurses C library > > from debian sid. What version should i use, in order to make

Re: [sup-devel] [PATCH] show (recipients) instead of lone "me"

2010-03-01 Thread William Morgan
Reformatted excerpts from Ben Walton's message of 2010-01-21: > I didn't get a chance today, but I'd also give this a +1. It makes a > good deal of sense. I'm really digging this too. -- William ___ Sup-devel mailing list Sup-devel@rubyforge.org http:

Re: [sup-devel] [PATCH] dont check thread-index-mode dirtiness on every keypress

2010-03-01 Thread William Morgan
Reformatted excerpts from Rich Lane's message of 2010-01-23: > Now that changes are instantly written to the index it's unnecessary > to put the "modified" message in the status line. Removing this cuts > the time for a simple action like moving the cursor by 75% or more, > depending on the number

Re: [sup-devel] [PATCH] fix textfield truncation

2010-03-01 Thread Christian Dietrich
Excerpts from Rich Lane's message of Fr Jan 22 08:46:40 +0100 2010: > Long query strings (for example) are (for some people) silently truncated. > Other people have seen large amounts of whitespace inserted at word > boundaries. > These issues are caused by using a multiline text field. This patch

Re: [sup-devel] Searching unread messages in label-search-mode

2010-03-01 Thread Christian Dietrich
Excerpts from Christian Dietrich's message of Do Feb 25 18:09:06 +0100 2010: > Hi, > i just added the keystroke 'U' to the label search mode, so you just > jump into a search with "AND is:unread" directly from the > label-search-mode > > greetz didi > > http://github.com/stettberger/sup-mail/comm

Re: [sup-devel] [PATCH] Implement inline GPG

2010-03-01 Thread Michael Stapelberg
Hi didi, Excerpts from Christian Dietrich's message of Mo Mär 01 15:36:10 +0100 2010: > tried this, but broke on this specific message, cause the string was > included but there was no signature. Can you forward this message so that I can have a look, please? > 517 ## Check for inline-PGP

Re: [sup-devel] Searching unread messages in label-search-mode

2010-03-01 Thread Rich Lane
Please resubmit using git-send-email. Instead of constructing a query string and spawning a SearchResultsMode, take advantage of LabelSearchResultsMode.new accepting an array of labels. I suggest modifying LabelSearchResultsMode#spawn_nicely to take a *labels argument instead of just one label. __

Re: [sup-devel] [PATCH] Implement inline GPG

2010-03-01 Thread Christian Dietrich
Excerpts from Michael Stapelberg's message of Mo M�r 01 17:49:30 +0100 2010: > Hi didi, > > Excerpts from Christian Dietrich's message of Mo Mär 01 15:36:10 +0100 2010: > > tried this, but broke on this specific message, cause the string was > > included but there was no signature. > Can you forwa