]> git.notmuchmail.org Git - sup/log
sup
16 years agoMerge branch 'master' into next
William Morgan [Tue, 2 Jun 2009 16:43:21 +0000 (09:43 -0700)]
Merge branch 'master' into next

16 years agoremove vestigal Iconv.normalize method
William Morgan [Tue, 2 Jun 2009 16:42:55 +0000 (09:42 -0700)]
remove vestigal Iconv.normalize method

16 years agohandle nil charset on attachments
Mark Alexander [Tue, 2 Jun 2009 16:29:13 +0000 (09:29 -0700)]
handle nil charset on attachments

16 years agoMerge branch 'master' into next
William Morgan [Tue, 2 Jun 2009 14:41:41 +0000 (07:41 -0700)]
Merge branch 'master' into next

Conflicts:

lib/sup/poll.rb

16 years agorefactor iconv stuff, and normalize message body and headers
William Morgan [Tue, 2 Jun 2009 14:39:18 +0000 (07:39 -0700)]
refactor iconv stuff, and normalize message body and headers

- Message body and headers are now normalized to the current encoding.
  This should limit the amount of unprintable characters on the screen.
- No more MessageFormatError (was never being thrown anyways).
- Move exception handling to Iconv.easy_decode
- No more Message#convert_from, since Iconv.easy_decode does it all now.

16 years agoMerge branch 'master' into next
William Morgan [Sun, 31 May 2009 15:59:19 +0000 (08:59 -0700)]
Merge branch 'master' into next

16 years agoyet another utf8 bugfix: fix string subsetting
William Morgan [Sun, 31 May 2009 15:58:16 +0000 (08:58 -0700)]
yet another utf8 bugfix: fix string subsetting

... with a HORRIBLE SLOW HACK!

16 years agominor display_length optimization
William Morgan [Sun, 31 May 2009 15:57:56 +0000 (08:57 -0700)]
minor display_length optimization

16 years agoMerge branch 'master' into next
William Morgan [Sun, 31 May 2009 01:03:18 +0000 (21:03 -0400)]
Merge branch 'master' into next

16 years agoUse rake/packagegemtask
Richard Brown [Wed, 25 Mar 2009 16:00:50 +0000 (16:00 +0000)]
Use rake/packagegemtask

Add back tarball task

16 years agomove rfc2047 require to proper place
William Morgan [Sun, 31 May 2009 00:55:05 +0000 (20:55 -0400)]
move rfc2047 require to proper place

16 years agoMerge branch 'master' into next
William Morgan [Sun, 31 May 2009 00:15:33 +0000 (17:15 -0700)]
Merge branch 'master' into next

16 years agoutf8 bugfix: clear lines correctly
William Morgan [Sun, 31 May 2009 00:14:34 +0000 (17:14 -0700)]
utf8 bugfix: clear lines correctly

String#display_length must be used when clearing to the right of lines.

16 years agominor display optimization
William Morgan [Sun, 31 May 2009 00:11:01 +0000 (17:11 -0700)]
minor display optimization

Don't blank to the right unless this is the last thing we're drawing
in the line.

Not sure how much of a speedup this will give, if any, but hey, precious
milliseconds.

16 years agoMerge commit 'bwalton/bw/flexible_sent' into next
William Morgan [Thu, 28 May 2009 16:26:29 +0000 (12:26 -0400)]
Merge commit 'bwalton/bw/flexible_sent' into next

16 years agoCollapse attr_reader lines
Ben Walton [Sat, 9 May 2009 01:25:45 +0000 (21:25 -0400)]
Collapse attr_reader lines

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
16 years agoSmall cleanup: Don't use $config in main code.
Ben Walton [Sat, 9 May 2009 01:23:48 +0000 (21:23 -0400)]
Small cleanup: Don't use $config in main code.

Switched use of $config[:sent_source] to SentManager.source_uri
to keep $config use limited to startup/initialization.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
16 years agoSent label handling change
Ben Walton [Thu, 7 May 2009 21:46:51 +0000 (17:46 -0400)]
Sent label handling change

Make PollManager add the 'sent' label if the source it's collecting
messages from is the configured sent source.  Remove the sent label
from SentLoader, which makes it even less 'special.'

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
16 years agosup-config: add awareness of non-default sent source
Ben Walton [Thu, 7 May 2009 21:23:50 +0000 (17:23 -0400)]
sup-config: add awareness of non-default sent source

The user is now prompted to select a source to store sent mail in.
Only sources that are capable of storing mail are presented.  The
default sup://sent is available as an option too.

16 years agoSentManager: rework handling to allow for user specified source
Ben Walton [Thu, 7 May 2009 02:44:24 +0000 (22:44 -0400)]
SentManager: rework handling to allow for user specified source

* The handling of SentManager now allows for a parameter in config.yaml
  called sent_source.  This parameter should be the URI of the source
  that the users wishes to store outbound mail in.

* The default is sup://sent

* A FatalSourceError is raised in the event that sent_source is
  set to a source type that doesn't support the store_message() method.

* SentManager and SentLoader have been somewhat decoupled.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
16 years agoAdd store_message to IMAP, mbox and Maildir sources.
Ben Walton [Thu, 7 May 2009 02:32:50 +0000 (22:32 -0400)]
Add store_message to IMAP, mbox and Maildir sources.

With this method, each of the named source types is now capable of
acting as a destination for sent mail.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
16 years agoMerge branch 'master' into next
William Morgan [Thu, 28 May 2009 14:59:45 +0000 (10:59 -0400)]
Merge branch 'master' into next

Conflicts:

lib/sup/modes/thread-index-mode.rb

16 years agominor update of undo message for labeling one thread
William Morgan [Thu, 28 May 2009 14:58:57 +0000 (10:58 -0400)]
minor update of undo message for labeling one thread

16 years agoMerge branch 'parser-user-query-fix'
William Morgan [Thu, 28 May 2009 14:56:14 +0000 (10:56 -0400)]
Merge branch 'parser-user-query-fix'

16 years agoMerge commit 'origin/utf8-fixes'
William Morgan [Thu, 28 May 2009 14:56:05 +0000 (10:56 -0400)]
Merge commit 'origin/utf8-fixes'

16 years agoMerge commit 'origin/undo-manager'
William Morgan [Thu, 28 May 2009 14:45:06 +0000 (10:45 -0400)]
Merge commit 'origin/undo-manager'

Conflicts:

lib/sup/modes/thread-index-mode.rb

16 years agoMerge commit 'origin/various-mbox-fixes'
William Morgan [Thu, 28 May 2009 14:31:01 +0000 (10:31 -0400)]
Merge commit 'origin/various-mbox-fixes'

Conflicts:

lib/sup/mbox.rb
test/test_mbox_parsing.rb

16 years agoMerge commit 'origin/scanning-speedups'
William Morgan [Thu, 28 May 2009 14:29:59 +0000 (10:29 -0400)]
Merge commit 'origin/scanning-speedups'

Conflicts:

bin/sup-sync
lib/sup/index.rb

16 years agoMerge branch 'labels-before-subj' into next
William Morgan [Wed, 27 May 2009 16:09:57 +0000 (12:09 -0400)]
Merge branch 'labels-before-subj' into next

16 years agoput labels before subject in thread index view
Mark Alexander [Sat, 23 May 2009 18:25:57 +0000 (11:25 -0700)]
put labels before subject in thread index view

This patch is probably controversial, and I expect it
to be rejected.  But I really like the way Gmail puts
the labels before the subject, and I've duplicated that here.
It helps out at work, where subject lines tend to be very
long, pushing the labels past the right edge of the window.

16 years agoMerge branch 'master' into next
William Morgan [Wed, 27 May 2009 14:19:13 +0000 (10:19 -0400)]
Merge branch 'master' into next

16 years agoRemove duplicate line
Alex Vandiver [Sat, 23 May 2009 04:59:23 +0000 (00:59 -0400)]
Remove duplicate line

16 years agoStandardize on backquotes for program invocations, single quotes for keypresses,...
Alex Vandiver [Thu, 19 Feb 2009 05:44:03 +0000 (00:44 -0500)]
Standardize on backquotes for program invocations, single quotes for keypresses, and double-quotes for everything else

16 years agoMinor typo fix
Alex Vandiver [Thu, 19 Feb 2009 05:37:39 +0000 (00:37 -0500)]
Minor typo fix

16 years agoCorrect "Appending A" to "Appendix A"
Alex Vandiver [Thu, 19 Feb 2009 05:37:26 +0000 (00:37 -0500)]
Correct "Appending A" to "Appendix A"

16 years agoMerge branch 'master' into next
William Morgan [Tue, 26 May 2009 21:43:07 +0000 (14:43 -0700)]
Merge branch 'master' into next

16 years agoenforce label uniqueness and internedness
William Morgan [Tue, 26 May 2009 21:39:40 +0000 (14:39 -0700)]
enforce label uniqueness and internedness

This fixes some bugs where sources have an "inbox" label specified, which
was previously treated as different from the auto-applied :inbox label, etc.

16 years agominor comment tweak
William Morgan [Tue, 26 May 2009 21:34:58 +0000 (14:34 -0700)]
minor comment tweak

16 years agoMerge branch 'master' into next
William Morgan [Tue, 26 May 2009 21:23:04 +0000 (14:23 -0700)]
Merge branch 'master' into next

16 years agofencepost bug: thread size wrong in log
William Morgan [Tue, 26 May 2009 21:22:37 +0000 (14:22 -0700)]
fencepost bug: thread size wrong in log

16 years agoMerge branch 'utf8-fixes' into next
William Morgan [Wed, 20 May 2009 22:11:10 +0000 (15:11 -0700)]
Merge branch 'utf8-fixes' into next

16 years agoremove debugging change
William Morgan [Wed, 20 May 2009 22:11:04 +0000 (15:11 -0700)]
remove debugging change

16 years agoMerge branch 'master' into next
William Morgan [Wed, 20 May 2009 18:48:14 +0000 (11:48 -0700)]
Merge branch 'master' into next

16 years agobugfix: use 64 colors, not 16
William Morgan [Wed, 20 May 2009 18:47:54 +0000 (11:47 -0700)]
bugfix: use 64 colors, not 16

16 years agoMerge branch 'utf8-fixes' into next
William Morgan [Wed, 20 May 2009 01:06:07 +0000 (18:06 -0700)]
Merge branch 'utf8-fixes' into next

16 years agomore display_length changes
William Morgan [Wed, 20 May 2009 01:04:13 +0000 (18:04 -0700)]
more display_length changes

16 years agofix display of utf8 characters so that widths are correct
William Morgan [Wed, 20 May 2009 00:39:23 +0000 (20:39 -0400)]
fix display of utf8 characters so that widths are correct

Based on a patch from Einar Lielmanis <einars@gmail.com>

16 years agomime-encode utf8 addressess and subjects in outgoing mail
William Morgan [Wed, 20 May 2009 00:27:22 +0000 (20:27 -0400)]
mime-encode utf8 addressess and subjects in outgoing mail

Based heavily on a patch from Helge Titlestad <helgedt@tihlde.org>.

16 years agoMerge commit 'origin/sup-sync-improvements'
William Morgan [Tue, 19 May 2009 23:52:52 +0000 (19:52 -0400)]
Merge commit 'origin/sup-sync-improvements'

16 years agoMerge branch 'master' into next
William Morgan [Mon, 18 May 2009 19:14:03 +0000 (15:14 -0400)]
Merge branch 'master' into next

16 years agobugfix: label counts not set correctly on new messages
William Morgan [Mon, 18 May 2009 19:12:25 +0000 (15:12 -0400)]
bugfix: label counts not set correctly on new messages

New labels were being deleted when label-list-mode was brought
up before they were sync'ed to disk. This fixes that, although
this whole thing should be changed. (See comments.)

16 years agoMerge branch 'parser-user-query-fix' into next
William Morgan [Mon, 18 May 2009 18:18:01 +0000 (14:18 -0400)]
Merge branch 'parser-user-query-fix' into next

16 years agoMerge branch 'master' into next
William Morgan [Mon, 18 May 2009 18:17:57 +0000 (14:17 -0400)]
Merge branch 'master' into next

16 years agoadd a --very-verbose option to sup-tweak-labels
William Morgan [Mon, 18 May 2009 18:16:59 +0000 (14:16 -0400)]
add a --very-verbose option to sup-tweak-labels

16 years agomake a Index#run_query method, update sup-tweak-labels
William Morgan [Mon, 18 May 2009 17:25:52 +0000 (13:25 -0400)]
make a Index#run_query method, update sup-tweak-labels

Index#run_query is now a way of running a query through Sup's
query-parsing and execution framework without being in a
curses context.

16 years agomake parse_user_query_string raise exceptions on error
William Morgan [Mon, 18 May 2009 15:34:57 +0000 (11:34 -0400)]
make parse_user_query_string raise exceptions on error

I.e. instead of flashing an error message. This makes it usable from
non-curses contexts, e.g. sup-tweak-labels.

16 years agoMerge branch 'master' into next
William Morgan [Mon, 18 May 2009 15:21:22 +0000 (11:21 -0400)]
Merge branch 'master' into next

16 years agochmod a+x bin/*
Kirill Smelkov [Sat, 16 May 2009 15:01:14 +0000 (19:01 +0400)]
chmod a+x bin/*

The files in there are all executables, and this simplifies running sup
in-tree.

16 years agoChronic context fix
Marcus Williams [Wed, 13 May 2009 09:02:31 +0000 (10:02 +0100)]
Chronic context fix

Chronic should use a context of :past for email date searches as emails
tend to be in the past. This fixes a problem when the wrong year is
guessed. To search for emails in the future you now need to be less
ambiguous (1 apr 2099 instead of 1 apr).

16 years agoMerge commit 'origin/string-split-fixes'
William Morgan [Mon, 18 May 2009 14:32:25 +0000 (07:32 -0700)]
Merge commit 'origin/string-split-fixes'

16 years agoMerge commit 'origin/edit-message-mode-longname'
William Morgan [Mon, 18 May 2009 14:32:13 +0000 (07:32 -0700)]
Merge commit 'origin/edit-message-mode-longname'

16 years agoMerge branch 'better-buffer-list'
William Morgan [Mon, 18 May 2009 14:31:55 +0000 (07:31 -0700)]
Merge branch 'better-buffer-list'

16 years agoMerge commit 'origin/labels-rework'
William Morgan [Mon, 18 May 2009 14:31:37 +0000 (07:31 -0700)]
Merge commit 'origin/labels-rework'

16 years agoMerge branch 'zsh-completion'
William Morgan [Mon, 18 May 2009 14:28:39 +0000 (07:28 -0700)]
Merge branch 'zsh-completion'

16 years agoMerge branch 'dlload-bugfix'
William Morgan [Mon, 18 May 2009 14:28:23 +0000 (07:28 -0700)]
Merge branch 'dlload-bugfix'

16 years agoMerge branch 'undo-manager' into next
William Morgan [Mon, 18 May 2009 14:22:15 +0000 (07:22 -0700)]
Merge branch 'undo-manager' into next

Conflicts:

lib/sup/modes/thread-index-mode.rb

16 years agoMerge branch 'various-mbox-fixes' into next
William Morgan [Mon, 18 May 2009 14:10:27 +0000 (07:10 -0700)]
Merge branch 'various-mbox-fixes' into next

Conflicts:

lib/sup/mbox.rb
test/test_mbox_parsing.rb

16 years agoMerge branch 'master' into next
William Morgan [Sun, 17 May 2009 20:22:37 +0000 (13:22 -0700)]
Merge branch 'master' into next

16 years agoclean up undo logic
William Morgan [Sun, 17 May 2009 20:19:36 +0000 (13:19 -0700)]
clean up undo logic

Various changes:
- Use UndoManager#register block form where possible
- Clean up pluralization code
- Clean up undo return values
- Minor logic fixes

Still some work to do here to make undo lambda returning
more consistent.

16 years agomake UndoManager#register take a block
William Morgan [Sun, 17 May 2009 20:18:25 +0000 (13:18 -0700)]
make UndoManager#register take a block

Also clean up logging messages, argument handling, etc.

16 years agominor bugfix: rubymail sometimes returns a nil content_type
William Morgan [Sun, 17 May 2009 19:31:36 +0000 (12:31 -0700)]
minor bugfix: rubymail sometimes returns a nil content_type

16 years agocheck for a correct date on mbox From lines
William Morgan [Sun, 17 May 2009 18:37:43 +0000 (11:37 -0700)]
check for a correct date on mbox From lines

Determine a splitting line by looking for a From, a something else,
and a parseable date.

16 years agomake the default MBox start offset be 0, not nil
William Morgan [Sun, 17 May 2009 18:36:52 +0000 (11:36 -0700)]
make the default MBox start offset be 0, not nil

This makes writing unit tests easier.

16 years agomake MBox::Loader#next return nil once EOF is hit
William Morgan [Sun, 17 May 2009 18:36:06 +0000 (11:36 -0700)]
make MBox::Loader#next return nil once EOF is hit

Previously it was raising a debugging exception. This is a better
interface for writing unit tests against.

16 years agoMerge branch 'string-split-fixes' into next
William Morgan [Wed, 13 May 2009 20:53:47 +0000 (13:53 -0700)]
Merge branch 'string-split-fixes' into next

Conflicts:
lib/sup/index.rb

16 years agoMerge branch 'master' into next
William Morgan [Wed, 13 May 2009 20:53:00 +0000 (13:53 -0700)]
Merge branch 'master' into next

16 years agobugfix: further fixing of split usage
William Morgan [Wed, 13 May 2009 20:08:51 +0000 (13:08 -0700)]
bugfix: further fixing of split usage

Clean up a couple remaining non-optimal uses of String#split.

16 years agobugfix: index label parsing code incorrect
William Morgan [Wed, 13 May 2009 20:07:14 +0000 (13:07 -0700)]
bugfix: index label parsing code incorrect

Apparently split(/\s+/) is significantly different from split (which is
equivalent to split(" ")) in at least one case:

>> " a b  c   ".split(/\s+/)
=> ["", "a", "b", "c"]
>> " a b  c   ".split
=> ["a", "b", "c"]

This patch refactors the majority of uses of split(/\s+/) to a String#symbolize
method, which is correct.

16 years agominor: remove ucfirst (use capitalize instead)
William Morgan [Wed, 13 May 2009 19:47:50 +0000 (12:47 -0700)]
minor: remove ucfirst (use capitalize instead)

16 years agoMerge branch 'better-buffer-list' into next
William Morgan [Mon, 4 May 2009 14:46:30 +0000 (07:46 -0700)]
Merge branch 'better-buffer-list' into next

16 years agoKeymap: improve behaviour of apply to tagged in thread index
Ben Walton [Mon, 4 May 2009 14:44:11 +0000 (10:44 -0400)]
Keymap: improve behaviour of apply to tagged in thread index

Make = a synonym for + in the thread index mode so that shift isn't
required to apply an action to all tagged messages.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
16 years agoMerge branch 'sup-sync-improvements' into next
William Morgan [Mon, 4 May 2009 12:48:17 +0000 (05:48 -0700)]
Merge branch 'sup-sync-improvements' into next

Conflicts:

bin/sup-sync

16 years agoMerge branch 'dlload-bugfix' into next
William Morgan [Mon, 4 May 2009 12:45:27 +0000 (05:45 -0700)]
Merge branch 'dlload-bugfix' into next

16 years agobugfix: typo
William Morgan [Mon, 4 May 2009 12:43:24 +0000 (05:43 -0700)]
bugfix: typo

16 years agoMerge branch 'master' into next
William Morgan [Mon, 4 May 2009 12:41:43 +0000 (05:41 -0700)]
Merge branch 'master' into next

16 years agobugfix: poll.rb assuming all messages have froms
William Morgan [Mon, 4 May 2009 12:37:04 +0000 (05:37 -0700)]
bugfix: poll.rb assuming all messages have froms

This was throwing an exception, so now it's protected. The from is only
necessary for the after-poll hook.

16 years agoimprove sup-sync output
William Morgan [Mon, 4 May 2009 12:32:06 +0000 (05:32 -0700)]
improve sup-sync output

Report every 15 seconds, and show the sender for added messages.

16 years agomake sup-sync's --start-at actually useful
William Morgan [Mon, 4 May 2009 12:29:54 +0000 (05:29 -0700)]
make sup-sync's --start-at actually useful

Using --start-at with sup-sync will now seek forward to the next valid message
if given an offset that's not on a message boundary. This makes it possible to
use that option without going through the laborious process of finding the
exact message boundary.

Also die unless --start-at is used with only one source, since using it across
multiple sources is almost definitely an error. (And if that's really what you
want, you can just call sup-sync multiple times.)

16 years agoMerge branch 'various-mbox-fixes' into next
William Morgan [Wed, 29 Apr 2009 17:53:19 +0000 (13:53 -0400)]
Merge branch 'various-mbox-fixes' into next

Conflicts:

lib/sup/mbox.rb

16 years agodon't require has_errors? in Source objects
William Morgan [Wed, 29 Apr 2009 17:48:18 +0000 (13:48 -0400)]
don't require has_errors? in Source objects

Properly speaking that's a function of a Recoverable object, not of a
source, so only call that method when it's availably.

16 years agomake raw_message faster with string += => <<
William Morgan [Wed, 29 Apr 2009 17:47:24 +0000 (13:47 -0400)]
make raw_message faster with string += => <<

this method ain't used that much, but << is significantly
faster than += for Strings.

16 years agofix mbox splitting regexp
William Morgan [Tue, 28 Apr 2009 13:34:27 +0000 (09:34 -0400)]
fix mbox splitting regexp

I dunno. This helps with the "From problem", but at the expense of being
too specific than the mbox spec really demands. I don't think there's a
really right solution, in general (due to the mbox format being a
fundamentally broken one), but I'm hoping this will work with all modern
mbox files.

16 years agoMerge branch 'scanning-speedups' into next
William Morgan [Mon, 27 Apr 2009 00:03:41 +0000 (20:03 -0400)]
Merge branch 'scanning-speedups' into next

16 years agoaaaand fix up NON_EDITABLE_HEADERS
William Morgan [Mon, 27 Apr 2009 00:03:12 +0000 (20:03 -0400)]
aaaand fix up NON_EDITABLE_HEADERS

Since the case has changes but we're doing caseful
comparisons. Sigh.

16 years agoMerge branch 'scanning-speedups' into next
William Morgan [Sun, 26 Apr 2009 23:59:20 +0000 (19:59 -0400)]
Merge branch 'scanning-speedups' into next

16 years agobugfix: edit-message-mode headers broken by case changes
William Morgan [Sun, 26 Apr 2009 23:58:11 +0000 (19:58 -0400)]
bugfix: edit-message-mode headers broken by case changes

This is a lousy hack, but: capitalize header names when
they come back from Source.parse_raw_email_header, and everything
should work as before.

16 years agoMerge branch 'scanning-speedups' into next
William Morgan [Sun, 26 Apr 2009 22:22:50 +0000 (18:22 -0400)]
Merge branch 'scanning-speedups' into next

16 years agoMerge branch 'master' into next
William Morgan [Sun, 26 Apr 2009 22:22:46 +0000 (18:22 -0400)]
Merge branch 'master' into next

16 years agodon't automatically parse header on Message#new
William Morgan [Sun, 26 Apr 2009 22:18:26 +0000 (18:18 -0400)]
don't automatically parse header on Message#new

You must now explicitly call #parse_header (e.g. when loading
from the index) or #load_from_source! (e.g. when loading from
disk).

This prevents redundant loading from the source when adding to the
index, as #snippet must be called before adding, and that requires
loading the entire message from the source.

16 years agomake Index#sync_message take an extra speedy arg
William Morgan [Sun, 26 Apr 2009 22:16:48 +0000 (18:16 -0400)]
make Index#sync_message take an extra speedy arg

Previously it would check the index if docid and entry were nil,
even though nil is a valid result of a previous check. Add an
extra argument controlling whether this check is performed again.

Results in a minor speedup.