]> git.cworth.org Git - sup/log
sup
14 years agoMerge branch 'master' into next
William Morgan [Mon, 15 Jun 2009 16:50:39 +0000 (12:50 -0400)]
Merge branch 'master' into next

Conflicts:

lib/sup/sent.rb

14 years agobugfix: correct time format in sent message mbox
William Morgan [Mon, 15 Jun 2009 16:48:20 +0000 (12:48 -0400)]
bugfix: correct time format in sent message mbox

Use Time#asctime. Otherwise for strange locales, the mbox format is
not quite right and the splitter won't be able to read it!

14 years agoMerge branch 'master' into next
William Morgan [Mon, 15 Jun 2009 16:36:00 +0000 (09:36 -0700)]
Merge branch 'master' into next

14 years agoremove warnings about RE_UTF8
William Morgan [Mon, 15 Jun 2009 16:35:44 +0000 (09:35 -0700)]
remove warnings about RE_UTF8

14 years agoMerge branch 'master' into next
William Morgan [Mon, 15 Jun 2009 16:31:45 +0000 (12:31 -0400)]
Merge branch 'master' into next

14 years agofixes for ruby1.9
Rich Lane [Fri, 12 Jun 2009 19:35:52 +0000 (12:35 -0700)]
fixes for ruby1.9

Change colons in case statements to 'then'
Fix a block that didn't take enough arguments
Rename variables to avoid shadowing warnings
Use String.ord (and define it for 1.8)
Use DL::Importer on 1.9
Make require 'fastthread' optional
Copy in RE_UTF8

14 years agoMerge branch 'master' into next
William Morgan [Mon, 15 Jun 2009 15:11:37 +0000 (08:11 -0700)]
Merge branch 'master' into next

14 years agoupdate changelog and releasenotes for 0.8.1
William Morgan [Mon, 15 Jun 2009 15:08:28 +0000 (08:08 -0700)]
update changelog and releasenotes for 0.8.1

14 years agoMerge branch 'master' into next
William Morgan [Mon, 15 Jun 2009 15:01:47 +0000 (08:01 -0700)]
Merge branch 'master' into next

14 years agomake multibyte display "work" for non-utf8 locales
William Morgan [Mon, 15 Jun 2009 15:00:07 +0000 (08:00 -0700)]
make multibyte display "work" for non-utf8 locales

A nasty hack, but fixes a previous utf8-centric change.

14 years agoMerge commit 'bw/bw/bounce_message' into next
William Morgan [Fri, 12 Jun 2009 17:10:29 +0000 (10:10 -0700)]
Merge commit 'bw/bw/bounce_message' into next

14 years agoMerge branch 'master' into next
William Morgan [Tue, 9 Jun 2009 00:05:56 +0000 (17:05 -0700)]
Merge branch 'master' into next

14 years agofix reply-mode always selecting "Customized"
William Morgan [Tue, 9 Jun 2009 00:03:07 +0000 (17:03 -0700)]
fix reply-mode always selecting "Customized"

Since an earlier patch changed parse_headers, or something, the emitted header
needs to have the correct case.

14 years agoMerge branch 'master' into next
William Morgan [Mon, 8 Jun 2009 18:09:06 +0000 (14:09 -0400)]
Merge branch 'master' into next

14 years agoreduce quote parsing worst-case behavior
William Morgan [Mon, 8 Jun 2009 18:07:51 +0000 (14:07 -0400)]
reduce quote parsing worst-case behavior

Split a quote regex into two to increase performance on certain long strings.

Thanks to Edward Z. Yang.

14 years agoBounce Message Hook
Ben Walton [Sun, 7 Jun 2009 23:44:37 +0000 (19:44 -0400)]
Bounce Message Hook

Determine the command used to bounce a message based on a Hook instead
of a configuration option.  Instead of writing an external script that
can send the message properly based on the recipient addresses, rely
on a hook that can return the command based on the From header in the
mail being bounced as well as the intended recipients.  This is more
in line with the sup philosophy.

The default is still to strip any -t from the sendmail command of the
default account.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
14 years agoAdd message bouncing capability
Ben Walton [Sun, 7 Jun 2009 16:38:41 +0000 (12:38 -0400)]
Add message bouncing capability

Bouncing a message is akin to redirecting a mail with a .forward
entry.  It is passed back to the mail system as it sits on disk.

By pressing ! while viewing a message, you can now re-inject it to the
mail system using either the command defined in bounce_sendmail or the
sendmail command for the default account with any instance of -t
removed. The user is prompted for the recipients of the message and is
offered a chance to confirm the bounce before it is sent.

The message is _not_ stored in the sent box, as this doesn't make
sense with bounced messages (and would not show up uniquely anyway).

The bounce_sendmail configuration item allows users that require
different sendmail commands depending on where the bounce is destined
to write a wrapper around their local mail tools to pick and choose
the appropriate injection method for the message based on the
addresses passed in.  Most systems can likely use: sendmail -oem -i

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
15 years agoMerge branch 'master' into next
William Morgan [Fri, 5 Jun 2009 16:43:00 +0000 (12:43 -0400)]
Merge branch 'master' into next

15 years agoupdate documentation to be slightly less out of date
William Morgan [Fri, 5 Jun 2009 16:40:51 +0000 (12:40 -0400)]
update documentation to be slightly less out of date

15 years agoadd sup-announce list info to webpage
William Morgan [Fri, 5 Jun 2009 16:13:22 +0000 (12:13 -0400)]
add sup-announce list info to webpage

15 years agoMerge branch 'master' into next
William Morgan [Fri, 5 Jun 2009 15:21:38 +0000 (11:21 -0400)]
Merge branch 'master' into next

15 years agoupdate changelog, etc for 0.8 release
William Morgan [Fri, 5 Jun 2009 15:01:37 +0000 (11:01 -0400)]
update changelog, etc for 0.8 release

15 years agoMerge branch 'enclosed-message-display-tweaks' into next
William Morgan [Fri, 5 Jun 2009 14:40:53 +0000 (10:40 -0400)]
Merge branch 'enclosed-message-display-tweaks' into next

15 years agoMerge branch 'master' into next
William Morgan [Fri, 5 Jun 2009 14:40:51 +0000 (10:40 -0400)]
Merge branch 'master' into next

15 years agoprettier printing of enclosed messages
Israel Herraiz [Fri, 29 May 2009 12:48:06 +0000 (14:48 +0200)]
prettier printing of enclosed messages

Print enclosed messages with only some selected headers instead of the full
headers, just as "normal" messages.

15 years agodon't jump to the next open message when expanding
William Morgan [Fri, 5 Jun 2009 14:34:31 +0000 (10:34 -0400)]
don't jump to the next open message when expanding

When pressing enter to expand an entire message, don't jump to the next
open message. Only jump when you've collapsed the message.

15 years agoAdd V to view a raw message (headers and body).
Ben Walton [Thu, 4 Jun 2009 16:03:10 +0000 (12:03 -0400)]
Add V to view a raw message (headers and body).

This is an augment of the already existing view header (H) command,
but allows viewing of all mime parts in their raw form, etc.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
15 years agoMerge branch 'master' into next
William Morgan [Fri, 5 Jun 2009 03:35:06 +0000 (23:35 -0400)]
Merge branch 'master' into next

15 years agomake enter collapse current message in thread-view-mode
William Morgan [Fri, 5 Jun 2009 03:32:28 +0000 (23:32 -0400)]
make enter collapse current message in thread-view-mode

Pressing enter while over a text region in thread-view-mode will now
collapse the current message and move the cursor to the next open
message. (Behavior on quoted regions, sigs, attachments, etc. is
unchanged.)

This means that you can scan through a thread pretty rapidly by pressing
enter if you want to collapse the current message, or 'n' if you want
to keep it open.

15 years agoMerge branch 'master' into next
William Morgan [Tue, 2 Jun 2009 16:43:21 +0000 (09:43 -0700)]
Merge branch 'master' into next

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

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

15 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

15 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.

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

15 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!

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

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

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

Add back tarball task

15 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

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

15 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.

15 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.

15 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

15 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>
15 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>
15 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>
15 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.

15 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>
15 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>
15 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

15 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

15 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'

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

15 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

15 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

15 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

15 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

15 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.

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

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

15 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

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

15 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"

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

15 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.

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

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

15 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

15 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

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

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

15 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

15 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

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

15 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>

15 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>.

15 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'

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

15 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.)

15 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

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

15 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

15 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.

15 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.

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

15 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.

15 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).

15 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'

15 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'

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

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

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

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

15 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

15 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

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

15 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.

15 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.

15 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