sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
Date Commit message Author Files + -
2026-03-28 03:50 update wiki submodule Dan Callaghan 1 +1 -1
2026-03-28 03:35 adjust regex for fixing old YAML tag URIs to handle SentLoader Dan Callaghan 2 +5 -1
2026-03-15 04:08 delete top-level shell.nix symlink Dan Callaghan 2 +0 -3
2025-10-12 00:47 update links to point at the new supmua.dev domain Dan Callaghan 2 +6 -4
2025-05-18 07:36 refuse to start if default account is missing from config Dan Callaghan 1 +1 -0
2025-05-18 07:15 refuse to start if sendmail command is not configured Dan Callaghan 3 +14 -3
2025-05-18 06:59 rescue TypeError when sending mails Dan Callaghan 1 +1 -1
2025-05-18 04:51 ncursesw: 1.4.12 → 1.4.13 Dan Callaghan 12 +18 -18
2025-05-11 06:10 assume draft charset is $encoding instead of ASCII when indexing Dan Callaghan 2 +29 -1
2025-05-11 06:09 use $encoding for drafts instead of forcing UTF-8 Dan Callaghan 1 +4 -4
2025-05-04 07:55 ncursesw: 1.4.11 → 1.4.12 Dan Callaghan 16 +18 -60
2025-05-03 11:10 parse drafts as individual messages, not mboxes Dan Callaghan 2 +6 -5
2025-05-03 05:58 handle drafts with missing Date header Dan Callaghan 3 +34 -1
2025-04-27 07:45 fix typo in DraftManager#discard handling already deleted draft Dan Callaghan 2 +13 -1
2025-04-27 07:42 tests: add rudimentary coverage for drafts Dan Callaghan 3 +61 -2
2025-04-21 04:37 prepare for next release Dan Callaghan 1 +1 -1
2025-04-21 04:34 release 1.3 Dan Callaghan 2 +17 -1
2025-04-21 03:56 update wiki submodule Dan Callaghan 2 +2 -1
2025-04-12 05:28 fix signing key selection for sign_and_encrypt Dan Callaghan 2 +35 -0
2025-04-10 09:44 contrib/nix: patch rmail for frozen string literals Dan Callaghan 1 +11 -0
2025-04-06 05:05 contrib/nix: also bump unicode gem for older Rubies Dan Callaghan 9 +9 -30
2025-04-06 04:40 depend on benchmark and fiddle gems Dan Callaghan 18 +159 -0
2025-04-06 01:44 contrib/nix: bump all gem dependencies to their latest versions Dan Callaghan 2 +80 -41
2025-04-06 00:20 contrib/nix: use patched ncursesw-ruby instead of modifying ncurses Dan Callaghan 4 +24 -32
2025-04-05 23:50 contrib/nix: switch to official release of xapian-ruby 1.4.27 Dan Callaghan 5 +2 -34
2025-04-05 04:50 fix some frozen string literal warnings Dan Callaghan 9 +30 -32
2025-04-05 04:04 contrib/nix: build ncurses with --disable-opaque-curses Dan Callaghan 4 +44 -0
2025-03-30 02:23 contrib/nix: add some more MacOS platforms to Gemfile.lock Dan Callaghan 1 +3 -0
2025-03-30 02:11 Github Actions: skip Ruby < 3.1 on MacOS Dan Callaghan 1 +13 -0
2025-03-30 02:11 xapian-ruby: 1.4.22 → 1.4.27 Dan Callaghan 5 +41 -1
2025-03-30 01:17 contrib/nix: use pinned gemset for Ruby 2.7 and 3.0 Dan Callaghan 7 +860 -4
2025-03-29 08:29 Github Actions: update to nix-quick-install-action v30 Dan Callaghan 1 +2 -3
2025-03-29 07:31 test against Ruby 3.4 in CI Dan Callaghan 4 +17 -1
2025-03-29 07:19 contrib/nix: bump nixpkgs Dan Callaghan 3 +3 -3
2025-03-29 07:02 unicode: 0.4.4.4 → 0.4.4.5 Dan Callaghan 7 +3 -48
2024-10-14 07:43 fix tests for GPG signature verification Dan Callaghan 12 +96 -25
2024-07-14 07:29 tests: skip instead of passing if GPG is not working Dan Callaghan 1 +66 -70
2024-07-07 12:21 encode attachments if they have lines longer than 998 chars Dan Callaghan 3 +45 -1
2024-07-07 08:14 add a test case for 8bit attachment without GPG Dan Callaghan 1 +26 -1
2024-07-07 07:09 use MacOS 13 in Github Actions Dan Callaghan 1 +2 -1
2024-07-07 06:48 don't add multiple contradictory Content-Transfer-Encoding headers Dan Callaghan 3 +72 -2
2024-05-12 07:52 treat message/global as an embedded message per RFC6532 Dan Callaghan 4 +69 -1
2024-05-12 06:21 use a fallback date if Date header is not valid RFC2822 Dan Callaghan 5 +26 -2
2024-05-12 04:07 use a fallback date if Date header is missing Dan Callaghan 6 +61 -10
2024-05-12 04:02 use Time.strptime when parsing mbox From lines Dan Callaghan 1 +1 -2
2024-04-21 02:25 contrib/nix: add back platforms to Gemfile.lock Dan Callaghan 1 +7 -0
2024-04-21 01:56 prepare for next release Dan Callaghan 1 +1 -1
2024-04-21 01:55 release 1.2 Dan Callaghan 3 +16 -2
2024-04-21 01:13 bump all dependencies to their latest versions Dan Callaghan 2 +52 -59
2024-04-21 00:06 ncursesw: 1.4.10 → 1.4.11 Dan Callaghan 16 +12 -116
2024-04-14 04:32 contrib/nix: work around clang errors in unicode gem Dan Callaghan 8 +56 -0
2024-04-14 03:46 contrib/nix: patch ncursesw gem to fix method args Dan Callaghan 8 +32 -0
2024-04-13 08:11 fix manifest Dan Callaghan 1 +1 -0
2024-04-13 07:57 contrib/nix: add a shell.nix for testing 'gem install' Dan Callaghan 2 +16 -0
2024-04-13 07:37 conditionally install xapian-ruby gem based on an environment variable Dan Callaghan 1 +2 -2
2024-04-07 07:21 update wiki submodule Dan Callaghan 1 +1 -1
2024-04-07 05:56 contrib/nix: patch ncursesw gem to undefine allocator Dan Callaghan 8 +82 -0
2024-04-07 04:32 remove link to IRC channel Dan Callaghan 1 +0 -1
2024-04-07 01:20 fix rescue path for OutOfSyncSourceError Dan Callaghan 1 +2 -2
2024-01-01 07:49 also test on Ruby 3.3 Dan Callaghan 4 +18 -2
2024-01-01 06:12 contrib/nix: bump nixpkgs Dan Callaghan 2 +2 -2
2024-01-01 10:52 rubocop: 1.32.0 → 1.59.0 Dan Callaghan 2 +61 -37
2024-01-01 05:56 xapian-ruby: 1.4.18 → 1.4.22 Dan Callaghan 6 +7 -5
2024-01-01 05:16 gpgme: 2.0.20 → 2.0.23 Dan Callaghan 2 +7 -7
2024-01-01 03:48 contrib/nix: add a helper script to run checks across all Ruby versions Dan Callaghan 2 +7 -0
2024-01-01 02:54 contrib/nix: add a note to remind myself how to invoke bundix Dan Callaghan 2 +4 -0
2024-01-01 02:47 fix unused variable warnings in Thread Dan Callaghan 1 +20 -20
2023-03-29 10:41 also test against Ruby 3.2 in CI Dan Callaghan 4 +18 -2
2023-03-29 08:50 contrib/nix: bump nixpkgs Dan Callaghan 3 +3 -3
2023-03-29 10:37 treat empty URI#host the same as nil Dan Callaghan 3 +3 -3
2023-03-29 10:16 load sources.yaml relative to index dir Dan Callaghan 1 +2 -2
2023-03-29 10:06 ensure all tests can be run individually Dan Callaghan 3 +8 -2
2023-03-05 10:39 cache nix store in CI Dan Callaghan 1 +19 -1
2023-03-04 09:24 use nix-shell in CI Dan Callaghan 1 +8 -25
2023-03-05 04:36 add nix-shell expressions Dan Callaghan 15 +1331 -0
2023-03-03 04:06 stop testing Ruby < 2.4 in Github Actions Dan Callaghan 1 +0 -15
2023-03-01 19:22 replace 2&>1 by 2>&1 Patrice Duroux 1 +1 -1
2022-05-23 10:20 scrub strings in fix_encoding! rather than triple-encoding Dan Callaghan 1 +3 -5
2022-06-18 07:44 console mode: fix deprecated usage of Enumerator.new Dan Callaghan 1 +1 -1
2022-06-18 08:00 tests: add coverage for sup-sync-back-maildir Dan Callaghan 2 +41 -0
2022-06-11 17:08 Fix usage of API deprecated in Ruby 3 gclv 1 +1 -1
2022-05-23 11:04 History.txt: add a few missing attributions Dan Callaghan 1 +4 -3
2022-05-23 10:56 prepare for next release Dan Callaghan 1 +1 -1
2022-05-23 10:49 release 1.1 Dan Callaghan 3 +24 -3
2022-05-23 10:09 send :prepend instead of calling it Dan Callaghan 1 +2 -2
2022-05-23 09:13 tests: delete a dead integration test Dan Callaghan 2 +0 -19
2022-05-23 09:08 tests: add some missing assertions Dan Callaghan 1 +2 -1
2022-05-23 09:03 tests: capture subprocess output from sup-add Dan Callaghan 1 +9 -3
2022-05-09 11:23 tests: capture expected warning messages Dan Callaghan 2 +18 -0
2022-05-09 10:42 Socket.gethostbyname -> Addrinfo.getaddrinfo Dan Callaghan 1 +1 -1
2022-05-09 10:29 fix "warning: method redefined" Dan Callaghan 1 +10 -4
2022-05-09 10:22 restore monkey-patching of RMail::Serialize.calculate_boundaries Dan Callaghan 2 +45 -0
2022-05-08 01:39 remove unused RMail::Header monkey-patch Dan Callaghan 1 +0 -25
2022-05-07 23:55 relax minitest requirement Dan Callaghan 1 +1 -1
2022-05-07 23:52 fix "warning: ambiguity between regexp and two divisions" Dan Callaghan 2 +2 -2
2022-05-07 23:47 fix "warning: `*' interpreted as argument prefix" Dan Callaghan 1 +1 -1
2022-05-07 23:42 fix "warning: `&' interpreted as argument prefix" Dan Callaghan 4 +4 -4
2022-05-07 23:07 fix "warning: assigned but unused variable" Dan Callaghan 15 +13 -20
2022-05-06 00:52 update wiki submodule Dan Callaghan 1 +1 -1
2022-05-05 01:09 handle malformed UTF-7 in RFC2047 words Dan Callaghan 3 +11 -3
2022-04-22 07:52 accept UTF-8 header values Dan Callaghan 5 +38 -6
2022-04-19 10:53 run checks on more platforms and Ruby versions Dan Callaghan 1 +36 -1
2022-04-19 11:05 use YAML::unsafe_load on Ruby 3.1+ Dan Callaghan 1 +5 -1
2022-04-19 10:36 remove unneeded require 'net/imap' Dan Callaghan 1 +0 -2
2022-04-18 03:26 skip rubocop on Ruby < 2.3 Dan Callaghan 2 +5 -1
2022-04-18 04:00 use xapian-ruby 1.2.2 on Ruby 2.0 Dan Callaghan 2 +11 -2
2022-04-19 10:49 remove vestigial support for YAML migration Dan Callaghan 4 +0 -111
2022-04-18 11:37 inject extra padding when decoding RFC2047 words Dan Callaghan 1 +4 -3
2022-04-18 03:32 make development gems version 999 again Dan Callaghan 1 +1 -1
2022-04-18 02:49 handle UTF-7 MIME parts also Dan Callaghan 3 +20 -6
2022-04-18 02:05 handle UTF-7 in RFC2047 words Dan Callaghan 4 +25 -1
2022-04-17 08:39 add a test case for sources with invalid URI characters Dan Callaghan 1 +17 -0
2022-04-17 08:08 fix old malformed tag URI syntax before loading YAML Dan Callaghan 3 +67 -3
2021-07-19 10:22 correctly declare YAML global tag URI Dan Callaghan 1 +1 -1
2022-04-17 06:25 sup-add: avoid URI.escape Dan Callaghan 1 +4 -8
2021-07-19 11:33 avoid URI.encode and URI.decode Dan Callaghan 3 +12 -6
2022-04-16 08:23 move rubocop-packaging checks to the top level Dan Callaghan 6 +6 -36
2022-04-17 05:18 switch to Github Actions instead of Travis CI Dan Callaghan 4 +37 -20
2020-10-19 23:42 fix #585: invalid charset for text attachment Iain Parris 3 +19 -3
2020-07-22 22:22 Add rubocop-packaging checks Iain Parris 5 +46 -1
2020-07-19 08:37 fix deprecation warnings from Minitest Dan Callaghan 6 +12 -12
2020-07-20 07:57 Drop `git ls-files` in gemspec Utkarsh Gupta 1 +1 -1
2020-07-21 20:10 re-add Manifest.txt Iain Parris 2 +177 -1
2020-07-19 07:56 don't attempt to fix bad encoding in RFC2047 words Dan Callaghan 3 +9 -2
2020-07-19 07:35 accept spaces in RFC2047-encoded headers Dan Callaghan 2 +2 -2
2020-07-19 07:33 tests: add a test case to cover RFC2047 header encoding Dan Callaghan 2 +23 -0
2020-07-19 12:23 tests: assert embedded message's Date header Iain Parris 1 +5 -0
2020-07-15 19:19 tests: add a case for an embedded message Iain Parris 2 +67 -0
2020-07-15 22:26 mkrf_conf_xapian.rb: Fallback to Gem.user_dir Iain Parris 1 +4 -3
2020-07-13 21:31 fix EnclosedMessage header lines (fixes #571) Iain Parris 3 +18 -23
2020-07-12 23:55 fix #570: patina for EnclosedMessage without Date Iain Parris 1 +5 -1
2020-07-12 08:22 don't "fix" encoding of raw message/rfc822 parts Dan Callaghan 3 +59 -1
2020-07-12 08:06 don't monkey-patch RMail::Header::Field#parse Dan Callaghan 2 +1 -18
2020-07-12 07:32 tests: add a case for parsing non-ASCII headers Dan Callaghan 2 +24 -0
2020-07-12 07:19 tests: refactor DummySource to read directly from files Dan Callaghan 4 +41 -62
2020-07-10 23:14 Update README - Alternatives Iain Parris 1 +9 -3
2020-07-12 00:53 prepare for next release Dan Callaghan 1 +1 -1
2020-07-12 00:54 release 1.0 Dan Callaghan 2 +6 -1
2020-07-10 08:56 prepare for next release Dan Callaghan 1 +1 -1
2020-07-10 08:54 release 0.23 Dan Callaghan 3 +15 -7
2020-07-10 08:50 add a suffix to the version to indicate when running from a git checkout Dan Callaghan 1 +10 -1
2020-07-10 08:26 Merge branch 'master' into develop Dan Callaghan 1 +1 -1
2020-07-04 07:28 fill in History.txt since 0.22.1 Dan Callaghan 1 +48 -6
2020-07-09 11:02 update README.md to reflect current maintenance status Dan Callaghan 1 +21 -3
2020-06-28 04:49 use Unicode::DisplayWidth to handle basic emoji Dan Callaghan 3 +10 -12
2020-06-28 23:53 Update links in gemspec and README Iain Parris 2 +4 -4
2020-06-28 05:28 relax chronic version requirement Dan Callaghan 1 +1 -1
2016-07-01 20:44 use URI.extract to scan for URLs under the cursor Matthieu Rakotojaona 1 +2 -3
2016-11-19 04:42 Add support for uri in signature Michael Dwyer 1 +1 -1
2020-06-22 08:10 parse list address from Mailing-List header Dan Callaghan 3 +102 -0
2020-06-22 07:37 xapian-ruby 1.4 support Iain Parris 3 +12 -6
2020-06-21 09:22 fix charset handling for quotable attachments Dan Callaghan 3 +76 -2
2020-06-21 04:52 tests: add a case to cover Zimbra block quote with bottom-post Dan Callaghan 2 +56 -0
2011-03-23 00:47 Fix misinterpretation of quoted text from Zimbra clients Steven Lawrance 1 +1 -1
2020-06-23 22:25 Merge pull request #558 from danc86/issue-505 Dan Callaghan 2 +3 -2
2020-06-15 04:28 replace trollop with optimist Dan Callaghan 9 +27 -27
2020-06-21 05:27 tests: check micalg parameter for multipart/signed Dan Callaghan 2 +4 -1
2016-03-24 06:17 set micalg parameter for multipart/signed Dan Callaghan 1 +16 -7
2017-02-14 04:03 fix license value to GPL-2.0 Kyle Hunt 1 +1 -1
2020-06-21 00:14 don't apply shell escaping to attachment filenames when saving Dan Callaghan 2 +3 -2
2020-06-16 23:01 Ruby 2.7 - fix lib/sup/crypto.rb 'verified_ok?' FrozenError Iain Parris 2 +2 -1
2020-06-16 22:07 Travis CI: Build on Ruby 2.5, 2.6 (Ubuntu 20.04 LTS - focal) Iain Parris 1 +5 -6
2020-05-05 01:10 accept and discard 'uplevel' argument in logging methods Dan Callaghan 1 +1 -1
2017-10-30 06:13 Fixnum is deprecated in Ruby 2.4 Dan Callaghan 3 +5 -5
2020-06-14 11:34 Merge pull request #553 from IPv2/resurrect-travis-ci Dan Callaghan 19 +95 -91
2020-06-14 01:19 Regenerate GPG test keys Iain Parris 15 +90 -88
2020-06-13 22:48 travis: Set dist "trusty" (Ubuntu 14.04 LTS) Iain Parris 1 +1 -1
2020-06-13 22:39 Fix gem dependency versions (bundler, xapian-ruby) Iain Parris 3 +3 -3
2020-06-13 22:37 travis: Set dist "precise" (Ubuntu 12.04 LTS) Iain Parris 1 +2 -0
2018-08-21 06:27 readme: note about un-maintained and the notmuch project Gaute Hope 1 +2 -0
2016-05-23 06:07 readme: supmua -> sup-heliotrope.github.io Gaute Hope 1 +2 -2
2015-12-21 08:43 show screenshot in readme Gaute Hope 1 +3 -2
2015-12-14 17:54 @ in thread-view now update the thread Seva Zhidkov 2 +6 -0
2015-12-14 12:12 fix #499: require util and use @cli.chose Gaute Hope 2 +5 -5
2015-11-30 11:36 Merge #397: Use terceiros rmail fork. Gaute Hope 1 +1 -1
2015-11-02 18:49 Pass the message object to the "reply-to" hook. Simon Tatham 1 +3 -1
2015-10-05 06:51 wiki/man: new man pages Gaute Hope 1 +1 -1
2015-09-29 12:35 Merge #393 into develop Gaute Hope 2 +11 -10
2015-09-29 12:29 history: some history.. Gaute Hope 1 +4 -0
2015-09-28 12:34 INDENT_SPACES are now configurable via config.yaml Antoni Kaniowski 2 +5 -5
2015-09-26 21:13 Merge pull request #482 from rakoo/create-attachment-dirs Matthieu Rakotojaona 1 +1 -0
2015-09-22 20:42 Create directory for saving files if it doesn't exist yet Matthieu Rakotojaona 1 +1 -0
2015-09-26 21:11 Merge pull request #481 from rakoo/message-warning-with-location Matthieu Rakotojaona 1 +14 -9
2015-09-26 14:16 Add location to warning message when parsing a message fails Matthieu Rakotojaona 1 +14 -9
2015-09-25 09:22 highline: is now at @cli Gaute Hope 2 +2 -2
2015-09-25 09:18 Revert "Removed BASE_DIR in favor of CONFIG_DIR and DATA_DIR" Gaute Hope 5 +22 -78
2015-09-25 09:18 Revert "Move all color files + fix typos" Gaute Hope 2 +7 -8
2015-09-25 09:18 revert fa6ce11 Gaute Hope 1 +1 -8
2015-09-25 09:11 Revert "history: XDG_DATA_DIR" Gaute Hope 1 +0 -4
2015-09-24 19:23 Merge #463: shoe extra-contact-addresses in contact list Gaute Hope 1 +1 -0
2015-09-24 08:59 fix #473: use highline instance Gaute Hope 3 +33 -33
2015-09-11 07:46 fix #464: check for @mbid before clearing buffer Gaute Hope 1 +1 -1
2015-08-20 07:13 contacts: show extra-contacts-addresses in contact list Matthieu Rakotojaona 1 +1 -0
2015-08-20 07:12 Revert "contacts: show extra-contact-addresse in contact list" Gaute Hope 1 +0 -3
2015-08-18 06:36 contacts: show extra-contact-addresse in contact list Gaute Hope 1 +3 -0
2015-08-10 11:21 history: XDG_DATA_DIR Gaute Hope 1 +4 -0
2015-08-07 14:00 xdg: ask user if manual intervention is necessary Gaute Hope 3 +26 -15
2015-08-10 11:16 Move all color files + fix typos Zeger-Jan van de Weg 2 +8 -7
2015-02-26 21:11 Removed BASE_DIR in favor of CONFIG_DIR and DATA_DIR Zeger-Jan van de Weg 5 +78 -22
2015-07-31 13:14 Use standard unit abbreviations and prefixes for attachment size Sharif Olorin 1 +4 -4
2015-06-28 15:43 upd wiki to new manpages Gaute Hope 1 +1 -1
2015-06-28 15:38 Merge remote-tracking branch 'origin/pr/445' into develop Gaute Hope 1 +13 -4
2015-06-27 22:33 index.rb: wrap lines in parse_query at 80 cols Per Andersson 1 +13 -4
2015-06-27 22:20 Add error message for empty Xapian search query Per Andersson 1 +5 -1
2015-06-24 18:39 Make String.wrap faster. Vickenty Fesunov 1 +4 -3
2015-06-24 18:32 Make slice_by_display_length faster, part 2. Vickenty Fesunov 1 +3 -1
2015-06-24 18:31 Make slice_by_display_length faster, part 1. Vickenty Fesunov 1 +2 -1
2015-06-19 07:19 xapian: update dependency to 1.2 Gaute Hope 3 +7 -2
2015-06-19 07:00 travis: use semi-major ruby versions Gaute Hope 1 +3 -3
2015-06-19 06:43 travis: test gem install Gaute Hope 1 +4 -1
2015-06-18 08:38 release 0.22.1 Gaute Hope 1 +1 -1
2015-06-18 08:37 Merge branch 'develop' Gaute Hope 2 +6 -0
2015-06-18 08:37 prepare for 0.22.1 Gaute Hope 1 +4 -0
2015-06-17 12:44 fix #429: readd require rubygems/.. Gaute Hope 1 +2 -0
2015-06-16 12:17 Release 0.22.0 Gaute Hope 1 +1 -1
2015-06-16 12:16 Merge branch 'develop' Gaute Hope 46 +446 -521
2015-06-16 12:16 prepare for 0.22.0 Gaute Hope 2 +21 -18
2015-05-29 09:48 history: draft-id bug fixed by @johslarsen Gaute Hope 1 +2 -0
2015-05-28 21:49 Do not create drafts IDs that will not be polled Johannes Larsen 1 +1 -1
2015-05-25 12:21 readd ruby gems requiring Zeger-Jan van de Weg 1 +1 -0
2015-05-22 07:45 history: use mime-types 2 Gaute Hope 1 +4 -0
2015-05-22 07:44 Merge branch 'tweak-and-query' into develop Gaute Hope 1 +1 -1
2015-04-29 08:33 mime-types: use > 2.0 Gaute Hope 1 +1 -1
2015-04-28 09:13 #425: use mime-types ~> 2.0 Gaute Hope 1 +1 -1
2015-04-22 08:14 Merge #422: Moved all fixtures to same folder Gaute Hope 15 +368 -393
2015-04-22 07:51 Moved all fixtures to same folder Zeger-Jan van de Weg 15 +368 -393
2015-04-22 06:51 Merge #421: call update_message_state with correct arguments Gaute Hope 1 +1 -1
2015-04-21 09:04 Removed all 'require 'rubygems*' lines, these are autoloaded Zeger-Jan van de Weg 13 +0 -16
2015-04-20 08:49 call update_message_state with correct arguments Elias Norberg 1 +1 -1
2015-04-19 22:05 Handle content-type-headers with spaces around parameter equal-sign Elias Norberg 1 +1 -1
2015-04-08 18:49 ancestors are built in, now also checks Kernel and BasicObject for keymaps Zeger-Jan van de Weg 2 +2 -13
2015-04-08 18:30 Hashes are also linked list, thus ordered Zeger-Jan van de Weg 3 +10 -35
2015-04-08 18:12 Enumerator is defined as constant Zeger-Jan van de Weg 1 +0 -4
2015-04-08 17:59 #ord is defined in Integer Zeger-Jan van de Weg 1 +0 -6
2015-04-08 17:52 #ascii_only? is always defined Zeger-Jan van de Weg 1 +0 -7
2015-04-08 17:51 Ruby 1.8 not supported anymore Zeger-Jan van de Weg 1 +0 -4
2015-04-08 17:39 Use Range implementation is equal, and also works on other Numerics Zeger-Jan van de Weg 1 +0 -7
2015-04-08 17:27 to_proc is always defined. Therefore this can be safely removed. Also see: http://ruby-doc.org/core-2.0.0/Symbol.html#method-i-to_proc Zeger-Jan van de Weg 1 +0 -9
2015-03-14 10:23 Removed unsafe HTML characters from URI (issue #374) Matthieu Rakotojaona 1 +1 -1
2015-03-14 10:01 Merge pull request #400 from ZJvandeWeg/rr-warning Matthieu Rakotojaona 1 +0 -4
2015-02-27 18:41 Remove include of RR Adapter, as advised Zeger-Jan van de Weg 1 +0 -4
2015-02-25 14:04 fix #399: faulty use of inline else Gaute Hope 1 +5 -1
2015-02-19 19:33 Using terceiro's fork of rmail Zeger-Jan van de Weg 1 +1 -1
2015-02-12 22:57 Filter list-hooks with pattern given with -m option Matthieu Rakotojaona 2 +11 -10
2015-02-18 22:11 Merge branch 'fix-ecc' into develop Matthieu Rakotojaona 10 +30 -1
2015-02-12 19:57 Add else clause in detection of GPG key type Matthieu Rakotojaona 10 +30 -1
2015-02-12 18:59 release 0.21.0 Gaute Hope 1 +1 -1
2015-02-12 18:59 Merge branch 'develop' Gaute Hope 43 +609 -216
2015-02-12 18:58 prepare for 0.21.0 Gaute Hope 4 +24 -14
2015-02-11 14:32 history: contact manager tests Gaute Hope 1 +1 -0
2015-02-11 14:13 Updated rr version, test now passing Zeger-Jan van de Weg 2 +2 -2
2015-02-06 11:19 Minor improvements after comments Zeger-Jan van de Weg 2 +2 -2
2015-02-05 20:18 Tests for Contact Manager Added Zeger-Jan van de Weg 4 +40 -1
2015-02-05 14:04 added tests for person, refactored a bit Zeger-Jan van de Weg 2 +106 -61
2015-02-05 13:40 Updated Minitest Zeger-Jan van de Weg 9 +9 -9
2015-02-06 07:22 history: fiddle - 1.9.3 Gaute Hope 1 +2 -0
2015-02-06 07:21 Merge #360: Replace dl/import with fiddle, drop ruby 1.9.3 support Gaute Hope 5 +51 -26
2015-02-04 12:18 Disable support for Ruby 1.9.3 Timon Vonk 1 +0 -1
2015-02-02 20:47 Fix Time.parse Timon Vonk 1 +1 -1
2015-01-29 09:56 Add ruby 2.2.0 support in Travis Timon Vonk 1 +1 -0
2015-01-29 08:51 history: gpg key + file.exist Gaute Hope 1 +3 -0
2015-01-29 08:50 Merge #390: Replace File.exists? with File.exist?. Gaute Hope 16 +24 -60
2015-01-28 11:55 Edited the tests, File::exist override removed Zeger-Jan van de Weg 2 +0 -36
2015-01-28 08:30 replace deprecated File.exists? for File.exist? Zeger-Jan van de Weg 14 +24 -24
2015-01-28 21:44 Merge pull request #387 from rakoo/gpg-verify Matthieu Rakotojaona 4 +65 -4
2015-01-28 20:39 Make keyserver url configurable Matthieu Rakotojaona 1 +10 -3
2015-01-02 22:08 Replace dl/import with Fiddle Timon Vonk 3 +49 -24
2015-01-25 10:39 Add key binding for fetching key and re-verifying message Matthieu Rakotojaona 4 +58 -4
2015-01-16 19:12 Merge pull request #379 from rakoo/fix-attachment-filename Matthieu Rakotojaona 3 +79 -2
2015-01-14 20:32 Escape attachments filenames so they can be safely saved Matthieu Rakotojaona 3 +79 -2
2015-01-13 09:39 test gnupg: ignore keys after migration Gaute Hope 1 +3 -0
2015-01-13 09:38 history: bash completion Gaute Hope 1 +1 -0
2015-01-12 22:12 Add Bash completion for Sup commands Per Andersson 1 +102 -0
2014-11-29 09:42 colormap: use fail, not raise ArgumentError Gaute Hope 1 +2 -2
2014-11-29 09:27 Merge #352: add a more useful error message when on non-color terminal Gaute Hope 1 +3 -0
2014-11-28 18:51 Fail fast if we know we don't have color support Sharif Olorin 1 +3 -0
2014-11-23 11:32 draft: ensure writing and reading is done in UTF-8 Gaute Hope 1 +4 -4
2014-11-18 09:03 buffer is nil sometimes, just ignore Gaute Hope 3 +6 -4
2014-11-14 08:29 history: forward-attribution Gaute Hope 1 +2 -0
2014-11-13 20:36 added forward attribution hook to customize forward attribution rjg-vB 1 +22 -3
2014-10-29 19:31 Wrap piping command inside a begin/rescue to catch invalid commands Matthieu Rakotojaona 3 +42 -27
2014-10-21 19:38 history: unsubscribe from urls Gaute Hope 1 +5 -0
2014-10-16 12:29 Add support for unsubscribing from URL Timon Vonk 1 +17 -3
2014-10-07 09:00 sup-tweak-labels: add AND to for user query when tweak-labels Gaute Hope 1 +1 -1
2014-10-06 20:01 release 0.20.0 Gaute Hope 1 +1 -1
2014-10-06 20:01 Merge branch 'develop' Gaute Hope 34 +521 -58
2014-10-06 19:59 contributors: ready for 0.20.0 Gaute Hope 1 +12 -10
2014-10-06 19:58 history: goto hook Gaute Hope 2 +5 -3
2014-10-06 18:33 Merge branch 'goto-for-html' into develop Matthieu Rakotojaona 1 +11 -3
2014-09-25 00:25 give message in more no-uri cases Scott Bonds 1 +3 -2
2014-09-25 00:20 make goto_uri more talkative Scott Bonds 1 +9 -3
2014-09-25 00:06 allow goto on all text Scott Bonds 1 +2 -1
2014-10-01 20:21 geändert: lib/sup/modes/edit_message_mode.rb pass message_id to signature hook Ruthard Baudach 1 +2 -1
2014-09-29 17:48 history: source uris Gaute Hope 2 +2 -1
2014-09-29 15:25 ignore trustdb.gpg Scott Bonds 1 +1 -0
2014-09-22 20:19 source uri: set up tests Scott Bonds 2 +144 -0
2014-09-24 23:06 more special characters Scott Bonds 3 +21 -4
2014-09-17 16:41 add support for special chars in mbox source uri Scott Bonds 1 +2 -2
2014-09-15 22:12 add support for special characters in source URIs Scott Bonds 1 +5 -2
2014-09-29 12:49 history: credit authors Gaute Hope 2 +7 -6
2014-09-29 11:05 lib/sup/buffer.rb: comment ask_* functions Ruthard Baudach 1 +12 -0
2014-09-29 11:01 history: html indexing Gaute Hope 2 +7 -2
2014-02-27 00:55 Add follow uri Matthieu Rakotojaona 2 +45 -0
2014-09-19 17:01 fix encoding before indexing Scott Bonds 1 +2 -2
2014-09-19 16:03 index most expandable attachments, fixes #331 Scott Bonds 2 +7 -1
2014-09-18 16:25 openbsd: history and rel-notes Gaute Hope 2 +4 -3
2014-09-18 06:08 gemspec: move post-install message together with the rest, otherwise it overwrites the original message. Gaute Hope 1 +5 -2
2014-09-18 06:06 gemfile: specify xapian-ruby dep independently if not on openbsd, since bundler doesn't seem to get it from the extensions Gaute Hope 3 +7 -2
2014-09-17 17:53 add a post-install message for OpenBSD users Scott Bonds 1 +3 -0
2014-09-17 08:06 xapian: correctly include extension, only install xapian when not installed. Gaute Hope 3 +50 -22
2014-09-17 00:52 don't load libc and do setlocale() on OpenBSD Scott Bonds 1 +20 -18
2014-09-14 22:59 add explanation for extension used for OpenBSD conditional dependency Scott Bonds 2 +6 -4
2014-09-14 22:57 conditionally install xapian-ruby when not on OpenBSD Scott Bonds 2 +26 -1
2014-09-18 05:59 history: write some.. Gaute Hope 2 +13 -0
2014-09-17 14:50 ti: don't update thread line when thread is empty. Gaute Hope 1 +6 -0
2014-09-17 07:38 message: output message id and locations on all exceptions when loading message Gaute Hope 1 +8 -0
2014-09-05 08:42 man: upd to include sup-psych-ify-config-files Gaute Hope 1 +1 -1
2014-08-28 06:14 man: use :build and include :man in build, drop old gemspec stuff Gaute Hope 1 +8 -12
2014-08-26 21:37 Functional build of manual pages in Rakefile Per Andersson 1 +3 -3
2014-08-26 21:27 Update wiki submodule to include man pages Per Andersson 1 +1 -1
2014-08-26 21:09 Use correct path for man pages in gemspec Per Andersson 1 +1 -1
2014-08-26 21:08 Use Dir.glob instead of non-existant SUP_MANPAGES Per Andersson 1 +1 -1
2014-04-15 05:54 rakefile: doc->man, robust :clean Gaute Hope 1 +6 -4
2014-04-10 13:57 manpage: use correct name Gaute Hope 2 +4 -3
2014-04-10 13:26 rakefile: get manpages from gemspec Gaute Hope 1 +1 -2
2014-04-10 13:13 travis: update submodules Gaute Hope 2 +2 -1
2014-04-10 12:53 manpages: build and include manpages in gem from wiki Gaute Hope 4 +47 -2
2014-04-10 12:20 manpages, wiki: submodule wiki Gaute Hope 2 +4 -0
2014-08-22 15:00 gpg: update keys for one more year and set up a script for regenerating them Gaute Hope 11 +89 -18
2014-07-05 10:47 release 0.19.0 Gaute Hope 1 +1 -1
2014-07-05 10:46 Merge branch 'develop' Gaute Hope 9 +68 -29
2014-07-05 10:46 prepare for 0.19.0 Gaute Hope 3 +25 -18
2014-07-05 10:38 Merge #315: Display times in 24h format if configured so Gaute Hope 3 +17 -5
2014-07-05 09:51 readme: missing ) Gaute Hope 1 +1 -1
2014-07-03 09:36 gem: new mailing list Gaute Hope 1 +4 -6
2014-07-03 09:19 readme: new mailing list: supmua@googlegroups.com Gaute Hope 1 +1 -3
2014-06-08 15:41 Display times in 24h format if configured so Matthieu Rakotojaona 3 +17 -5
2014-06-03 12:53 hitory, rel-notes: check-attachment Gaute Hope 2 +8 -0
2014-05-27 19:16 add check-attachment hook PaulSmecker 1 +16 -0
2014-05-19 10:14 release 0.18.0 Gaute Hope 1 +1 -1
2014-05-19 10:09 Merge branch 'develop' Gaute Hope 10 +108 -74
2014-05-19 10:09 prepare for 0.18.0 Gaute Hope 2 +3 -3
2014-05-02 20:05 history: bundler and threadkilling Gaute Hope 1 +2 -0
2014-05-02 20:01 Merge #301: thread_view_mode: Kill a message (and next, prev etc..) Gaute Hope 2 +31 -0
2014-05-02 20:00 travis: drop 2.1.0 testing Gaute Hope 1 +0 -1
2014-05-02 19:59 Merge #303: Update gemspec and rakefile to use bundler Gaute Hope 2 +51 -70
2014-05-02 18:32 fix travis. The rake task to build a gem is now 'rake build' Wael M. Nasreddine 1 +1 -1
2014-05-02 03:14 sup.gemspec: Standarise the Gemspec Wael M. Nasreddine 2 +50 -69
2014-05-01 07:19 Merge #300: sup-tweak-labels sync back unless specified otherwise Wael M. Nasreddine 3 +11 -1
2014-04-30 07:33 sup-sync: error msg on :update Gaute Hope 1 +1 -1
2014-04-29 23:07 thread_view_mode: Kill a message (and next, prev etc..) Wael M. Nasreddine 2 +31 -0
2014-04-24 07:37 history: new :with_attachment Gaute Hope 1 +5 -0
2014-04-23 14:14 Add new colormap for attachment sybol with sane fallback for existing colorschemes. madhat2r 2 +7 -1
2014-04-11 07:17 release 0.17.0 Gaute Hope 1 +1 -1
2014-04-11 07:16 Merge branch 'develop': For 0.17.0 Gaute Hope 37 +162 -96
2014-04-11 07:16 prepare for 0.17.0 Gaute Hope 3 +24 -18
2014-04-10 21:24 history: bugfixes Gaute Hope 1 +2 -0
2014-04-10 21:22 Merge #287: completion-mode: Correctly set completion character Gaute Hope 1 +1 -1
2014-04-08 17:49 ctrl-n, ctrl-p: don't close message if there is no next one Markus Klinik 1 +6 -2
2014-04-08 15:47 completion-mode: correctly set completion character Markus Klinik 1 +1 -1
2014-04-03 17:53 async edit: history Gaute Hope 1 +1 -0
2014-04-01 12:33 async edit: automatically launch async hook Steven Schmeiser 1 +2 -1
2014-03-31 11:19 async: option for always async Gaute Hope 8 +30 -13
2014-03-27 14:37 Merge #279: Rename SupSingleton to Redwood::Singleton Gaute Hope 18 +49 -47
2014-03-24 08:23 move SupSingleton to Redwood::Singleton Martin Bähr 18 +49 -47
2014-03-26 07:40 t_v_m: dont escape filename when saving attachments Gaute Hope 1 +3 -5
2014-03-23 21:31 continuous scrolling: history Gaute Hope 2 +6 -0
2014-03-23 18:48 continuos_scroll: swap ifing order Gaute Hope 1 +2 -2
2014-03-20 16:57 Do not move screen if we are at the bottom. Match top and bottom ranges Christopher Corley 1 +2 -2
2014-03-20 16:42 Add config option for continuous scroll behavior Christopher Corley 2 +12 -4
2014-03-15 17:45 Add continuous scrolling to line cursor mode Christopher Corley 1 +19 -7
2014-03-22 18:12 Merge pull request #271 from gauteh/supsingleton Matthieu Rakotojaona 18 +18 -18
2014-03-22 05:12 rename Singleton to SupSingleton to sidestep conflicts with ruby's Singleton Martin Bähr 18 +18 -18
2014-03-22 17:03 increase ruby requirement to 1.9.3 Gaute Hope 1 +1 -1
2014-03-22 10:51 Various generic changes from use-mail Gaute Hope 8 +17 -8
2014-03-21 14:52 release 0.16.0 Gaute Hope 1 +1 -1
2014-03-21 14:51 Merge branch 'develop' Gaute Hope 22 +221 -303
2014-03-21 14:50 prepare 0.16.0 Gaute Hope 3 +18 -15
2014-03-19 07:19 Merge #259: Move mark as read and archive to thread mode Gaute Hope 2 +42 -42
2014-03-19 07:13 notes: ruby 2 compat Gaute Hope 3 +4 -3
2014-03-18 12:44 travis: enable 2.1.1, dont allow failure Gaute Hope 2 +2 -5
2014-03-18 12:42 migrate psych: deprecate migration script Gaute Hope 2 +10 -0
2014-03-17 09:40 Run travis on 2.1.0, but allow failure Gaute Hope 1 +4 -0
2014-03-14 15:46 Move mark as read and archive to thread mode Timon Vonk 2 +42 -42
2014-03-14 07:45 Merge #256: Fix missing lines because of incorrect line width calculation Gaute Hope 3 +52 -0
2014-03-12 16:04 person: Don't downcase the email address William A. Kennington III 1 +1 -1
2014-03-12 13:27 util: comment on fall back Gaute Hope 1 +3 -0
2014-03-12 13:19 test, string length: make sure bad message line has length Gaute Hope 2 +44 -0
2014-03-12 13:19 util: string, fall back to string length if Unicode.width fails Gaute Hope 1 +5 -0
2014-03-09 15:55 Merge #234: remove the lockfile if sup isn't already launched julien@macbook 2 +48 -32
2014-03-09 09:27 history: note on thread-view-mode labels Gaute Hope 1 +1 -0
2014-03-08 21:35 contact-list-mode: use sup default color instead of terminal default Markus Klinik 1 +1 -1
2014-02-28 21:57 Merge pull request #239 from rakoo/add-user-labels Matthieu Rakotojaona 1 +9 -0
2014-02-27 20:11 Move logic to mode status instead of buffer title Matthieu Rakotojaona 2 +10 -7
2013-08-30 20:52 Add user defined labels in thread view mode title Matthieu Rakotojaona 1 +7 -1
2014-02-26 23:33 Merge branch 'master' of github.com:sup-heliotrope/sup Matthieu Rakotojaona 47 +1573 -492
2014-02-26 23:29 Fix fusion Matthieu Rakotojaona 0 +0 -0
2014-02-24 08:45 view attachment fnames: history Gaute Hope 2 +4 -0
2014-02-24 08:44 Merge branch 'rm-mbox-sync-back' into develop Gaute Hope 7 +13 -188
2014-02-21 11:04 Fix attachment filename handling Atte Kojo 1 +18 -22
2014-02-23 17:05 mbox: remove sup-sync-back-mbox Gaute Hope 7 +13 -188
2014-02-06 14:02 release 0.15.4 Gaute Hope 1 +1 -1
2014-02-06 14:01 Merge branch 'develop' Gaute Hope 9 +63 -53
2014-02-06 14:00 prepare 0.15.4 Gaute Hope 3 +17 -8
2014-02-04 14:16 buffer: fix multi-key sequence handling Atte Kojo 1 +1 -1
2014-02-01 16:31 bounce: use first element of array for sensible bounce question Gaute Hope 1 +1 -1
2014-02-01 16:17 textfield: dont try to set cursed value to nil Gaute Hope 1 +1 -0
2014-01-29 15:44 ncursesw: COLOR_PAIR beats color_pair Gaute Hope 1 +1 -1
2014-01-29 09:42 ncurses: move all references from Curses to Ncurses Gaute Hope 3 +42 -42
2014-01-28 15:27 lib/sup: dont close log_io if nil/false Gaute Hope 1 +1 -1
2014-01-27 10:44 release 0.15.3 Gaute Hope 1 +1 -1
2014-01-27 10:43 Merge branch 'develop' Gaute Hope 11 +188 -61
2014-01-27 10:43 prepare for release 0.15.3 Gaute Hope 3 +14 -13
2014-01-16 06:23 Merge #204: Revert hidden_alternates option. Gaute Hope 4 +18 -43
2014-01-15 09:03 Revert "Merge #189: Added hidden_alternates config option" Gaute Hope 4 +18 -43
2014-01-15 08:55 test: rename test_messages to test_messages_dir Gaute Hope 2 +112 -112
2014-01-15 08:49 test: bad or binary content transfer encodings Gaute Hope 3 +141 -0
2014-01-15 08:48 message.rb: make sure [] chunks warning is returned when message is not loaded Gaute Hope 1 +2 -2
2014-01-13 11:00 mbox: remove deperacted enumerator.new Gaute Hope 1 +1 -1
2013-12-29 17:51 Multiple Signers did not work with gpgme 2.0.2 Lars Fischer 1 +4 -3
2013-12-29 14:51 cleanup: previous patch Gaute Hope 1 +10 -6
2013-12-28 14:37 Small fix to "correctly" parse PGP inline signed mails by (presumingly) GPGMail 1.4.1 Lars Fischer 1 +5 -0
2013-12-20 09:26 release 0.15.2 Gaute Hope 1 +1 -1
2013-12-20 09:25 Merge branch 'develop' Gaute Hope 15 +435 -139
2013-12-20 09:25 prepare release 0.15.2 Gaute Hope 2 +14 -12
2013-12-06 08:35 index: add option for sync_back (default true) when syncing message Gaute Hope 1 +2 -2
2013-12-06 08:28 index, thread_index_mode: dont sync on updated message Gaute Hope 2 +7 -7
2013-11-25 22:35 Merge #189: Added hidden_alternates config option Paweł Wilk 4 +46 -11
2013-12-16 14:34 Merge #183: Wrap form_driver_w for wide char input Paweł Wilk 8 +365 -107
2013-12-13 18:17 sup: use ncursesw gem Gaute Hope 1 +1 -1
2013-12-09 08:23 textfield: fix typo in comment Gaute Hope 1 +1 -1
2013-12-07 17:44 flush temporary attachment files before viewing Johannes Larsen 1 +1 -0
2013-12-04 14:40 Release 0.15.1 Gaute Hope 1 +1 -1
2013-12-04 14:39 Merge branch 'develop' Gaute Hope 7 +23 -4
2013-12-04 14:39 Prepare for 0.15.1 Gaute Hope 2 +3 -2
2013-11-30 13:23 fix_encoding in text_mode Gaute Hope 1 +1 -1
2013-11-27 18:34 Merge pull request #185 from rakoo/fix-deprecation Matthieu Rakotojaona 1 +1 -1
2013-11-25 11:45 add history entry of thread sorting Gaute Hope 2 +7 -0
2013-11-24 17:08 Fix deprecation of Enumeration::new Matthieu Rakotojaona 1 +1 -1
2013-11-24 19:06 Merge pull request #184 from rakoo/discussion-order Matthieu Rakotojaona 1 +5 -1
2013-11-24 16:34 Sort containers by message date and id Matthieu Rakotojaona 1 +5 -1
2013-11-21 10:19 dont fix encode if nil Gaute Hope 1 +1 -1
2013-11-21 08:44 fix_encoding on person fields Gaute Hope 1 +3 -0
2013-11-11 08:16 Use GPGME::Data.empty! when available Gaute Hope 1 +5 -1
2013-11-07 14:57 update contributors Gaute Hope 1 +15 -14
2013-11-07 14:55 release 0.15.0 Gaute Hope 2 +16 -15
2013-11-07 14:54 Merge branch 'develop' Gaute Hope 33 +951 -323
2013-11-07 14:52 prepare for 0.15.0 Gaute Hope 3 +4 -4
2013-11-06 07:47 dont fail on edit or delete predefined searches Gaute Hope 2 +30 -0
2013-11-04 18:45 Merge pull request #173 from rakoo/better-pgp Matthieu Rakotojaona 1 +17 -2
2013-11-03 15:06 Fix typo Matthieu Rakotojaona 1 +1 -1
2013-11-01 12:32 Support more frequent representation of a PGP signed message Matthieu Rakotojaona 1 +17 -2
2013-10-31 08:04 rmail: no need to monkeypatch regexp anymore, included in our rmail-sup version Gaute Hope 1 +0 -2
2013-10-30 19:52 Merge #158: Maildir sync crashes when .sup/sync-back-ok does not exist Eric Weikl 3 +18 -7
2013-10-30 19:04 Merge #167: Add option for syncing unusual sources and update text Gaute Hope 2 +32 -19
2013-10-30 09:44 added sup-sync-back-maildir as a executable 0xACE 1 +2 -2
2013-10-29 10:59 upd history and releasenotes to include 0.14.1.1 Gaute Hope 2 +6 -3
2013-10-29 10:50 Bump to version 0.14.1.1 Gaute Hope 1 +1 -1
2013-10-29 10:22 Merge notes from 0.13.2.1, release notes from 0.14.1.1 Gaute Hope 3 +37 -1
2013-10-29 08:22 security: link to wiki page on view-attachments Gaute Hope 2 +9 -1
2013-10-28 21:42 security: prevent remote command injection in content_type Gaute Hope 1 +7 -2
2013-10-28 11:11 security: shellwords escape attachment file names to prevent remote code injection Gaute Hope 2 +48 -13
2013-10-29 10:22 Include notes from version 0.13.2.1 Gaute Hope 3 +41 -16
2013-10-29 08:22 security: link to wiki page on view-attachments Gaute Hope 2 +9 -1
2013-10-28 21:42 security: prevent remote command injection in content_type Gaute Hope 1 +7 -2
2013-10-28 15:25 note on shellwords and remote command injection Gaute Hope 2 +5 -0
2013-10-28 15:22 s|returnded|returned| Gaute Hope 1 +1 -1
2013-10-28 15:20 do not quote string returned from Shellwords.escape Gaute Hope 1 +17 -2
2013-10-28 11:11 remove ' from shellwords expression Gaute Hope 1 +1 -1
2013-10-24 16:27 Merge pull request #1 from gauteh/missing_sync_back_ok Eric Weikl 3 +16 -5
2013-10-24 11:26 Add option for syncing unusual sources and update text Gaute Hope 2 +32 -19
2013-10-24 09:51 fix elseif: delete sync-back-ok if sync_back_to_maildir has been set to false Gaute Hope 1 +2 -2
2013-10-24 09:46 List whether source is usual, notify user of special handling Gaute Hope 2 +11 -3
2013-10-24 09:46 set script-encoding to utf-8 and use local dir for lib before search system Gaute Hope 1 +3 -0
2013-10-16 14:39 update history and readme with maildir-syncback details Gaute Hope 3 +39 -20
2013-10-16 11:18 Merge #162: Move sup-sync-back to sup-sync-back-mbox Gaute Hope 7 +188 -186
2013-10-12 15:00 make the source list whitespace-safe Eric Weikl 2 +2 -2
2013-10-11 06:06 rename sup-sync-back to sup-sync-back-mbox Gaute Hope 7 +188 -186
2013-10-10 12:55 Handle missing sync-back-ok in sup-sync-back-maildir Eric Weikl 1 +2 -1
2013-10-10 12:44 monkeypatch File with a safe_link and use it in maildir source Gaute Hope 2 +15 -3
2013-10-10 12:28 Handle missing sync-back-ok Eric Weikl 1 +2 -0
2013-10-10 07:49 slowly supporting ruby 2.0.0 Gaute Hope 2 +4 -3
2013-10-10 07:43 history: typos Gaute Hope 1 +3 -3
2013-10-10 07:36 history: maildir syncback Gaute Hope 2 +28 -1
2013-10-10 07:20 remove trailing ws Gaute Hope 1 +7 -7
2013-10-10 07:18 Merge maildir-sync Gaute Hope 17 +556 -91
2013-10-08 11:20 fix encode in signature Gaute Hope 1 +2 -2
2013-10-08 09:40 Merge pull request #141 from ericweikl/fix-141-configurable-syncback Eric Weikl 7 +71 -23
2013-10-08 07:51 dup before fix_encoding Gaute Hope 1 +2 -2
2013-10-07 11:15 write some history.. Gaute Hope 1 +5 -0
2013-10-07 11:11 Merge #147: fix_encoding! in top_positing? and mentions_attachment? Gaute Hope 1 +2 -2
2013-10-07 11:10 Merge #149: Correctly determine attachment line in edit-message Gaute Hope 1 +1 -1
2013-10-07 11:09 Merge #150: Fallback to fix_encoding! if gsub fails in message chunk Gaute Hope 1 +7 -1
2013-10-07 11:08 Merge #156: Allow attachments to be save to directory with default filename Gaute Hope 2 +16 -3
2013-10-02 06:57 Merge #153: Process persistent tempfiles and shell-command-injection-safe attachment filenames Gaute Hope 1 +22 -8
2013-10-01 13:51 typo: s/adress/address/ Gaute Hope 1 +1 -1
2013-10-01 13:10 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 5 +26 -6
2013-10-01 12:40 Track change in syncback flag per source, warn user Eric Weikl 3 +45 -17
2013-10-01 06:50 Merge #148: Fallback to fix_encoding! when writing message body parts fail Gaute Hope 2 +10 -2
2013-10-01 06:48 Make sure m.snippet is not nil before trying to fix_encoding! akojo 1 +1 -1
2013-09-29 11:50 rescue to fix_encoding when writing message fails due to encoding errors Gaute Hope 1 +9 -1
2013-09-29 14:29 Merge #151: Fix encoding on all fields of message in thread view Gaute Hope 1 +2 -2
2013-09-29 11:52 debug message on decoding text Gaute Hope 1 +1 -0
2013-09-29 11:44 Correctly calculate dynamic attachment offset Gaute Hope 1 +1 -1
2013-09-29 10:10 specify exception Gaute Hope 1 +1 -1
2013-09-28 17:40 Fallback to fix_encoding if gsub fails on text in message chunk Gaute Hope 1 +6 -1
2013-09-28 11:38 Merge #138: Fix crash when searching by date Gaute Hope 3 +15 -3
2013-09-25 21:20 map body parts Gaute Hope 1 +1 -1
2013-09-25 16:16 add exclamation Gaute Hope 1 +2 -2
2013-09-25 16:13 fix encode on mentions_attchments? too Gaute Hope 1 +1 -1
2013-09-25 16:10 fix_encode body before regexping to check for top_posting? Gaute Hope 1 +1 -1
2013-09-08 13:03 Individual sync_back configuration option Eric Weikl 5 +26 -6
2013-09-08 12:18 remove call to Redwood::check_library_version_against Eric Weikl 1 +1 -1
2013-09-08 11:11 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 12 +68 -23
2013-09-08 11:08 Merge pull request #137 from ericweikl/fix-137-poll Eric Weikl 5 +44 -16
2013-09-08 11:00 Merge pull request #145 from gauteh/dont_save_forwarded_with_no_message Eric Weikl 1 +4 -2
2013-09-06 21:04 Don't try to modify non-existent message on forward of attachment only Gaute Hope 1 +4 -2
2013-09-04 18:11 Merge pull request #143 from sup-heliotrope/change-rmail-dep Matthieu Rakotojaona 1 +1 -1
2013-09-04 00:13 Bump rmail dependency to fixed rmail-sup Matthieu Rakotojaona 1 +1 -1
2013-09-01 13:16 Synchronize maildir syncback (#137) Eric Weikl 5 +44 -16
2013-08-31 16:08 Merge branch 'release-0.14.1-b' Gaute Hope 19 +89 -44
2013-08-31 16:08 Release 0.14.1 Gaute Hope 1 +1 -1
2013-08-31 16:06 Prepare for 0.14.1 Gaute Hope 1 +7 -7
2013-08-31 16:02 Release 0.14.1 history + release notes Gaute Hope 3 +13 -3
2013-08-31 16:03 Merge branch 'predefined_all_mail_search' into develop Gaute Hope 3 +29 -4
2013-08-31 14:27 dup possibly frozen :email string Gaute Hope 1 +1 -1
2013-08-30 19:52 Merge #139: Ensure UTF-8 encoding on saved searches Gaute Hope 1 +3 -1
2013-08-29 05:36 Merge #136: Ensure valid encoding on attachments in forwarded mail Gaute Hope 1 +8 -4
2013-08-28 08:27 Merge branch 'safe-mime-decode-hook' into develop Gaute Hope 1 +2 -1
2013-08-27 12:55 Merge commit '3d8874f' into develop Gaute Hope 1 +1 -1
2013-08-27 12:54 Merge branch 'flush-logfile-when-debug' into develop Gaute Hope 1 +4 -1
2013-08-27 08:01 Ensure UTF-8 encoding on saved searches Gaute Hope 1 +3 -1
2013-08-26 20:50 Predefine 'all mail' search Gaute Hope 3 +29 -4
2013-08-26 19:25 return [] if no chunks.select Gaute Hope 1 +1 -1
2013-08-26 19:24 Merge branch 'flush-logfile-when-debug' into fordevelop Gaute Hope 1 +4 -1
2013-08-26 10:06 Prevent command injection in attachment Gaute Hope 1 +2 -1
2013-08-26 08:25 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 31 +282 -75
2013-08-21 11:25 Correct line count when no selectors are present in edit mode Gaute Hope 1 +1 -1
2013-08-19 07:16 Fix #131: Allow no chunks in message, return an empty array on nil chunks Gaute Hope 1 +1 -1
2013-08-18 18:55 Revert "Release Sup 0.14.0" Gaute Hope 1 +1 -1
2013-08-18 18:47 exclamate Gaute Hope 1 +1 -1
2013-08-18 18:32 Merge #130. Gaute Hope 9 +20 -20
2013-08-18 18:32 Merge #128. Gaute Hope 1 +1 -1
2013-08-18 18:26 check if HookManager is instantiated in case of emergency shutdown Gaute Hope 1 +1 -1
2013-08-15 15:57 Bangify fix_encoding and fix on frozen_string Matthieu Rakotojaona 8 +19 -19
2013-08-15 16:41 In case a binary (falsly) encoded string is passed Unicode.width will fail, fix_encoding ensures the string is valid Gaute Hope 1 +1 -1
2013-08-15 08:23 Merge tag 'release-0.14.0': Sup Release 0.14.0 Gaute Hope 104 +4782 -4298
2013-08-15 08:08 Release Sup 0.14.0 Gaute Hope 1 +1 -1
2013-08-15 08:04 Prepare for 0.14.0 Gaute Hope 2 +11 -9
2013-08-15 07:04 Merge #125. Gaute Hope 3 +12 -10
2013-08-12 11:07 Add gpgme dependency to development and install gnupg in travis test Gaute Hope 4 +7 -1
2013-08-12 10:36 Update patch for develop: Use test-keys and adapt tests for test-suite Gaute Hope 14 +54 -34
2011-11-17 08:42 More assertions, testing verify. Fixes for length. Clint Byrum 2 +17 -3
2011-11-17 08:14 all tests pass on gpgme 1.0.7 and 2.0.0 Clint Byrum 2 +62 -15
2011-11-17 07:33 encryption works, decryption still broken Clint Byrum 1 +73 -0
2013-08-14 17:59 Ensure correct encoding of default user name when no config is present Gaute Hope 1 +3 -3
2013-08-14 17:11 Update release notes and gem with migration notes Gaute Hope 3 +25 -4
2013-08-14 14:24 delete release-script.txt in favour of wiki page Gaute Hope 1 +0 -17
2013-08-14 11:40 upd history for next release Gaute Hope 2 +11 -0
2013-08-14 11:14 Force encode ncurses input to Gaute Hope 3 +12 -10
2013-08-12 16:11 Merge #122 Gaute Hope 1 +4 -0
2013-08-12 15:37 Fix #123: Encoding should be _after_ shebang Gaute Hope 1 +1 -2
2013-08-12 10:42 Avoid crash when (maybe) wrapping text Per Andersson 1 +4 -0
2013-08-11 09:54 Merge #121 Gaute Hope 2 +10 -8
2013-08-11 09:54 Merge #120 Gaute Hope 7 +28 -6
2013-08-11 09:53 Merge #119 Gaute Hope 1 +1 -0
2013-08-10 13:49 Run write sent message in separate ::Thread Gaute Hope 2 +10 -8
2013-08-09 22:57 typo in poll.rb debug message Gaute Hope 1 +1 -1
2013-08-09 22:22 Flush logfile after each message when log level is debug Gaute Hope 1 +4 -1
2013-08-04 13:24 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 15 +174 -85
2013-08-03 11:13 add encoding header to compose_mode.rb Gaute Hope 1 +2 -0
2013-08-03 11:12 encoding header for lib/sup.rb Gaute Hope 1 +2 -0
2013-08-03 11:05 handle utf-8 completions and r/w encodings for labels and contacts Gaute Hope 5 +24 -6
2013-08-03 09:42 Fail if alternate emails are not specified as array in config.yaml Gaute Hope 1 +1 -0
2013-07-30 12:52 Fix Gemfile rubygem source address. Horacio Sanson 1 +1 -1
2013-07-29 10:06 Update source.rb documentation comments Gaute Hope 1 +10 -18
2013-06-30 08:53 Rename test file to conform to test_* convetion Whyme Lyu 1 +0 -0
2013-06-30 08:40 Make String#wrap display_length aware Whyme Lyu 2 +22 -4
2013-06-30 08:07 Use with slice_by_display_length when composing threadline Whyme Lyu 1 +4 -4
2013-06-30 08:03 Use slice_by_display_length in Buffer#write Whyme Lyu 1 +1 -4
2013-06-30 07:57 Rename test file to conform to test_* convention Whyme Lyu 1 +0 -0
2013-06-30 07:56 Implement String#slice_by_display_length Whyme Lyu 2 +23 -0
2013-05-26 08:56 Implement String#display_length w/ unicode library Whyme Lyu 3 +26 -8
2013-07-23 19:20 Launch a new thread inside trap Matthieu Rakotojaona 1 +5 -1
2013-07-22 14:32 Merge #107: Use fix_encoding and transcode in place of force_encoding Gaute Hope 3 +10 -10
2013-07-23 13:06 Ensure sent message is polled / re-read after storing Gaute Hope 1 +4 -1
2013-07-23 09:55 s/inspect?/inspect/ Gaute Hope 1 +2 -2
2013-07-22 16:21 Debug output more details when a message cannot be loaded Gaute Hope 1 +2 -0
2013-07-22 14:40 Merge branch 'test_invalid_sequence' into develop Gaute Hope 2 +21 -1
2013-07-22 14:37 Remove ws Gaute Hope 1 +1 -1
2013-07-21 05:24 raise exception for bad string in query description Gaute Hope 2 +9 -8
2013-07-15 18:03 Add failing test for bad input to query Gaute Hope 1 +19 -0
2013-07-14 12:38 Collect query prefixes in Index::COMPL_PREFIXES Whyme Lyu 2 +12 -1
2013-07-14 12:38 Hoist NORMAL_PREFIX and BOOLEAN_PREFIX Whyme Lyu 1 +31 -31
2013-07-14 11:56 s/methods.include?/respond_to? Whyme Lyu 2 +7 -7
2013-07-14 06:34 Merge pull request #102 from 5long/enable-cjk-tokenization Whyme Lyu 1 +1 -0
2013-07-09 14:37 Enable CJK n-gram tokenization Whyme Lyu 1 +1 -0
2013-07-07 12:30 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 1 +1 -0
2013-07-07 12:18 Merge pull request #100 from ericweikl/fix-missing-require Whyme Lyu 1 +1 -0
2013-07-07 11:35 require Util::Query to prevent crash on search Eric Weikl 1 +1 -0
2013-07-07 10:58 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 17 +248 -146
2013-07-07 05:47 Merge pull request #96 from 5long/fix-encoding-of-query-desc Whyme Lyu 3 +32 -1
2013-07-01 17:36 Apply Util::Query.describe when parsing query Whyme Lyu 1 +1 -1
2013-07-01 17:35 Implement Redwood::Util::Query.describe(query) Whyme Lyu 2 +31 -0
2013-06-30 20:51 Update README for gitorious Hamish Downer 1 +3 -124
2013-06-26 12:30 Prepare for release 0.13.2 (CONTRIBUTORS for this branch) Gaute Hope 3 +27 -19
2013-06-24 18:08 Load libc.so.7 instead of .6 on FreeBSD Steven Lawrance 1 +1 -5
2013-06-21 11:53 prepare for 0.13.1 Gaute Hope 2 +8 -0
2013-06-24 10:11 un-support ruby 1.9.2 Gaute Hope 1 +0 -1
2013-05-31 10:32 refactor transcode Gaute Hope 1 +9 -13
2013-05-28 22:08 use fix_encoding, not force_encoding Gaute Hope 1 +1 -1
2013-05-26 15:18 Don't require iconv anymore Gaute Hope 1 +0 -2
2013-05-26 13:26 more robust fix_encoding Gaute Hope 2 +16 -12
2013-05-26 13:26 patch RMail field parser to use UTF-8 regexps and fix_encoding before parsing field Gaute Hope 1 +21 -0
2013-05-26 11:22 Replace Iconv with built-ins for Ruby >=1.9 Gaute Hope 5 +67 -44
2013-06-24 09:52 Merge #84: Lock source poll: Thread safe polling Gaute Hope 2 +64 -48
2013-06-23 11:40 Grammar :-) MichaelRevell 1 +2 -2
2013-06-22 19:29 Merge #85: Check if GPG end marker exists Michael Hamann 1 +3 -1
2013-06-20 10:22 change @polling to Mutex for thread safety Gaute Hope 1 +19 -14
2013-06-20 09:36 move go_idle to ensure Gaute Hope 1 +1 -1
2013-06-20 09:14 Source poll thread safety: lock source polling Gaute Hope 2 +45 -34
2013-06-20 09:13 poll.rb: remove some ws bs Gaute Hope 1 +5 -5
2013-06-18 17:06 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 3 +21 -14
2013-06-13 19:27 Merge #83: Switch xapian binding to xapian-ruby Gaute Hope 2 +20 -13
2013-06-02 16:05 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 1 +1 -1
2013-06-02 15:59 labels got lost Eric Weikl 1 +2 -0
2013-06-02 13:44 Use add_runtime_dependency in gemspec Whyme Lyu 1 +9 -9
2013-06-02 13:39 Notify user to remove xapian-full-alaveteli Whyme Lyu 1 +9 -2
2013-06-02 13:30 Use ~> in gemspec correctly Whyme Lyu 1 +5 -5
2013-06-02 12:25 Switch xapian binding to xapian-ruby Whyme Lyu 1 +1 -1
2013-06-02 12:01 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 19 +248 -50
2013-06-02 07:05 Get rid of gettext Whyme Lyu 2 +2 -2
2013-06-02 04:48 Merge pull request #78 from mklinik/color-normal-text Whyme Lyu 6 +13 -12
2013-05-31 13:52 Merge #76: Accept UTF8 as UTF-8 and test encoding with fallback to UTF-8 Gaute Hope 1 +11 -0
2012-04-29 14:36 support setting the color of normal text Markus Klinik 6 +13 -12
2013-05-30 13:00 Merge pull request #75 from 5long/migrate-to-psych Whyme Lyu 8 +129 -22
2013-05-28 16:58 Set yamler explicitly for 1.9.2 Whyme Lyu 1 +1 -0
2013-05-28 16:26 Mention psych-ify in gemspec.post_install_message Whyme Lyu 1 +4 -0
2013-05-28 16:09 Now sources.yaml migration is just load & save Whyme Lyu 2 +13 -34
2013-05-28 15:50 Remove dead & deprecated code Whyme Lyu 2 +8 -9
2013-05-28 15:48 Remove redundant self.instance_eval Whyme Lyu 1 +17 -20
2013-05-28 15:10 Support loading legacy YAML for now. Whyme Lyu 3 +101 -8
2013-05-27 15:03 Only support Ruby 1.9.2+, dropping 1.8 Whyme Lyu 2 +3 -1
2013-05-20 07:59 add sup-psych-ify--- to SUP_EXECUTABLES Gaute Hope 1 +2 -1
2013-04-17 14:43 Use different backup name as .bak already is used in lib/sup.rb and +x Gaute Hope 1 +1 -1
2013-04-15 07:33 Use supmua.org for YAML_DOMAIN Gaute Hope 1 +1 -1
2013-04-14 18:43 Add tool to convert YAML objects from syck to psych. Jonathan Lassoff 1 +37 -0
2013-04-13 12:28 Revert "Use old 'syck' module for YAML parsing" Gaute Hope 1 +0 -6
2013-05-26 12:36 Merge #70 'no-poll-flashing' Whyme Lyu 2 +30 -7
2013-05-26 12:34 HookContext#flash should fallback to log() Whyme Lyu 1 +5 -1
2013-05-25 09:38 'polling' and 'new messages' flashing is now down by default poll hooks. after-poll hook gets passed new argumetnts num_total and num_inbox_total Ico Doornekamp 2 +26 -7
2013-05-25 12:03 Merge pull request #66 from 5long/more-solid-account-selector Whyme Lyu 3 +58 -4
2013-05-23 18:34 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 63 +1472 -1627
2013-05-23 16:56 Handle unknown From account as customized Whyme Lyu 1 +8 -3
2013-05-23 16:39 Make HorizontalSelector solid Whyme Lyu 2 +50 -1
2013-05-22 13:39 Ruby 1.8 needs requiring rubygems manually Whyme Lyu 1 +1 -0
2013-05-22 13:25 Merge pull request #63 from 5long/batch-label-operation Whyme Lyu 11 +126 -7
2013-05-19 15:55 Console#{add,remove}_labels delegates to LabelService Whyme Lyu 1 +14 -19
2013-05-19 15:41 Implement LabelService#{add,remove}_labels Whyme Lyu 4 +87 -0
2013-05-19 14:42 Introduce RR as the mocking framework. Whyme Lyu 2 +6 -0
2013-05-19 14:40 Make sup/index require-able on its own Whyme Lyu 5 +19 -4
2013-05-19 08:22 Show processed message count and tell user to refresh Whyme Lyu 1 +8 -0
2013-05-19 07:26 Initial attempt that works Whyme Lyu 1 +10 -2
2013-05-20 14:14 Merge pull request #57 from 5long/develop Whyme Lyu 33 +997 -1263
2013-05-18 15:10 Replace dash with underscore in filename Whyme Lyu 29 +28 -28
2013-05-18 14:46 Remove doc/NewUserGuide.txt since it's in the wiki now. Whyme Lyu 1 +0 -258
2013-05-18 14:44 Make chronic a hard dependency Whyme Lyu 2 +19 -27
2013-05-18 14:41 Remove warnings about variable shadowing Whyme Lyu 1 +4 -3
2013-05-18 14:29 Use _ to ignore unused splats Whyme Lyu 1 +2 -2
2013-05-18 14:28 Remove dead code: accessing curpos Whyme Lyu 1 +0 -1
2013-05-18 10:42 Merge pull request #51 from 5long/manage-load-path-in-bin Whyme.Lyu 10 +25 -38
2013-05-17 16:38 Fix #52: Fix search-for-next function when using Ruby 1.9 Mark Alexander 1 +1 -1
2013-05-17 14:12 Merge pull request #50 from 5long/expand-tilde-in-source-url Whyme.Lyu 10 +67 -26
2013-05-16 17:29 Remove Redwood.check_library_version_against Whyme Lyu 1 +1 -32
2013-05-16 17:15 Explicitly add libpath to loadpath Whyme Lyu 9 +24 -6
2013-05-16 16:17 Make axe() a little bit DRY. Whyme Lyu 1 +6 -5
2013-05-16 15:50 sup-config should expand ~ in path Whyme Lyu 4 +46 -1
2013-05-16 15:50 `rake test` by default Whyme Lyu 1 +1 -0
2013-05-16 15:49 Use Minitest, which is awesome Whyme Lyu 5 +13 -19
2013-05-12 10:13 Include test files in subdirs of test/ too Whyme Lyu 1 +1 -1
2013-05-15 08:35 update homepage in gemspec Gaute Hope 1 +1 -1
2013-05-15 08:34 Merge branch 'develop' Gaute Hope 124 +376 -3390
2013-05-13 08:05 release 0.13.0 Gaute Hope 3 +35 -12
2013-05-15 05:45 Load gemspec if necessary Whyme Lyu 1 +2 -0
2013-05-12 09:57 Merge pull request #44 from 5long/rework-readme Whyme.Lyu 3 +77 -139
2013-05-11 09:59 Make License section respect linebreaks Whyme Lyu 1 +2 -0
2013-05-11 09:47 Cleanup README and stick with markdown Whyme Lyu 3 +75 -139
2013-05-09 18:34 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 30 +78 -1227
2013-05-07 14:29 update deps in README.txt from gemspec Gaute Hope 1 +2 -4
2013-05-07 08:07 add license GPL-2 to gemspec Gaute Hope 1 +1 -0
2013-05-06 02:10 Merge pull request #42 from rakoo/fix-no-labels Whyme.Lyu 1 +1 -1
2013-05-05 15:02 Fix error when a source has no labels Matthieu Rakotojaona 1 +1 -1
2013-05-04 05:34 Merge pull request #40 from 5long/release-process-cleanup Whyme.Lyu 19 +66 -544
2013-05-03 14:38 Remove dead comments in Gemfile Whyme Lyu 1 +0 -3
2013-05-03 14:11 Remove protocol.md since server-client is no more Whyme Lyu 1 +0 -168
2013-05-03 14:10 Remove www/ which was for rubyforge Whyme Lyu 8 +0 -259
2013-05-03 14:05 Break a long line Whyme Lyu 1 +2 -1
2013-05-03 13:57 Add main maintainers to gemspec.authors Whyme Lyu 1 +1 -1
2013-05-03 13:53 Gem::PackageTask already loads the gemspec Whyme Lyu 1 +1 -3
2013-05-03 13:52 Remove test files exclusion for test_server.rb Whyme Lyu 1 +1 -1
2013-05-03 13:35 Just use double quotes in gemspec Whyme Lyu 1 +2 -2
2013-05-03 13:35 A cleaner description Whyme Lyu 1 +10 -1
2013-05-03 13:17 A shorter summary Whyme Lyu 1 +1 -1
2013-05-03 13:12 `rake :tarball` is not needed. Use `rake pacakge` instead Whyme Lyu 1 +0 -1
2013-05-03 13:04 Use URL source in Gemfile to avoid warning Whyme Lyu 1 +1 -1
2013-05-01 12:59 Just use gemspec in Gemfile Whyme Lyu 2 +4 -14
2013-05-03 13:07 Don't use sup-{version,files}.rb Whyme Lyu 5 +18 -36
2013-05-01 12:48 Move gemspec from Rakefile to sup.gemspec Whyme Lyu 3 +35 -32
2013-05-01 11:10 Remove all rake tasks for rubyforge Whyme Lyu 1 +0 -31
2013-05-01 10:56 Rename Gemfile.ci -> Gemfile Whyme Lyu 3 +4 -2
2013-05-01 10:55 Remove .ditz-config from .gitignore Whyme Lyu 1 +0 -1
2013-05-03 13:43 Merge pull request #39 from gauteh/remove-server Whyme.Lyu 7 +1 -658
2013-05-03 12:47 remove server stuff from sup-files Gaute Hope 1 +1 -1
2013-05-03 12:46 Merge branch 'develop' into remove-server Gaute Hope 1 +2 -0
2013-05-03 12:38 ignore sup-excetion-log.txt Gaute Hope 1 +2 -0
2013-05-03 12:35 Remove obsolete server and client, is now in heliotrope and turnsole Gaute Hope 6 +0 -657
2013-05-03 12:22 Merge pull request #36 from 5long/depend-on-ncursesw-fork Whyme.Lyu 5 +5 -23
2013-05-01 07:16 Upgrade ncursesw-sup to >= 1.3.1 Whyme Lyu 2 +2 -2
2013-04-30 09:48 Remove all ncursesw warnings since it's a hard dependency Whyme Lyu 3 +3 -21
2013-04-30 09:46 Depend on our own fork of ncursesw Whyme Lyu 2 +2 -2
2013-04-30 08:23 Merge pull request #35 from 5long/fix-ruby18-yaml-regression Whyme.Lyu 1 +3 -1
2013-04-22 14:17 Don't set yamler for 1.8 Whyme Lyu 1 +3 -1
2013-04-26 18:26 set email on gem to sup-talk Gaute Hope 1 +1 -0
2013-04-23 19:37 Merge branch 'sup-heliotrope/develop' into maildir-sync Eric Weikl 83 +34 -1983
2013-04-23 13:15 Merge pull request #32 from 5long/remove-rbconfig-warning Whyme.Lyu 2 +5 -3
2013-04-23 12:06 Merge pull request #31 from 5long/allow-2.0-builds-fail Whyme.Lyu 1 +4 -0
2013-04-22 16:11 Explicitly require 'rbconfig' before using it Whyme Lyu 2 +2 -0
2013-04-22 16:09 s/Config/RbConfig for less warnings Whyme Lyu 2 +3 -3
2013-04-22 16:00 Allow builds on 2.0 fail for now Whyme Lyu 1 +4 -0
2013-04-14 12:27 Merge and close #24: Remove old and abandoned Ditz bug system and bugs Gaute Hope 77 +0 -1977
2013-04-21 18:18 Merge pull request #27 from ericweikl/develop Eric Weikl 1 +4 -1
2013-04-21 18:08 Merge pull request #29 from ericweikl/sup-config-bug28 Eric Weikl 1 +1 -1
2013-04-21 17:09 sup-config: call to_s() on user input Eric Weikl 1 +1 -1
2013-04-20 18:47 Allow user to permanantly skip syncback Eric Weikl 1 +5 -0
2013-04-20 17:17 Merge #16: Fix YAML regression in 1.9 Whyme Lyu 3 +20 -1
2011-11-13 18:57 Added simple auto-completion to search prompt Eric Weikl 1 +4 -1
2013-04-13 14:17 Fix problem with account selector Mark Alexander 1 +2 -1
2013-04-13 14:17 Fix problem with account selector Mark Alexander 1 +2 -1
2012-08-27 17:31 Better backwards synchronization for killed messages. Edward Z. Yang 4 +36 -1
2012-08-21 19:19 Sync and update other threads when Maildir sync-back changes location. Edward Z. Yang 2 +6 -5
2011-01-20 22:44 Avoid O(n^2) complexity for maildir deduplication. Edward Z. Yang 1 +5 -3
2011-02-26 17:02 Check whether the "sync_back_to_maildir" option has been changed from false to true suggest the user to run sup-sync-back-to-maildir before continuing if needed Damien Leone 2 +32 -2
2011-02-26 16:45 sup-sync-back-maildir: fix a typo Damien Leone 1 +1 -1
2011-02-26 16:12 sup-sync-back-maildir: merging is now optional Damien Leone 1 +8 -1
2011-02-26 16:12 sup-sync-back-maildir: add documentation, comments and fix typos Damien Leone 1 +24 -6
2011-02-26 16:11 Add support for merging Maildir flags to Xapian entries, add a merge feature to sup-sync-back-maildir Damien Leone 4 +33 -0
2011-02-26 15:40 sup-sync-back-maildir: set default choice to "yes" when asked for synchronization Damien Leone 1 +2 -2
2011-02-20 12:49 poll: Properly refresh thread-index-mode when a message has changed its source location Damien Leone 1 +5 -2
2011-02-19 17:12 maildir: fix progress computation for updated messages Damien Leone 1 +8 -8
2011-02-19 16:30 maildir: fix source pathname after having rebased from master Damien Leone 1 +2 -2
2010-08-11 16:59 Preserve unrecognized maildir flags when syncing back. James Taylor 1 +21 -12
2010-07-12 09:30 message: fix a typo Damien Leone 1 +1 -1
2010-07-09 21:25 message: rewrite the sync_back method Damien Leone 1 +4 -6
2010-07-09 15:23 poll: consider all messages when searching for one in the "delete" case Damien Leone 1 +1 -1
2010-07-09 11:00 Check that a message has a location before trying to sync it Damien Leone 2 +10 -2
2010-06-28 15:47 Add sup-sync-back-maildir, a script that will sync all your Maildir sources from sup to Maildir Damien Leone 2 +78 -1
2010-06-28 10:21 Add Source#supported_labels? method and improve flash message when polled Damien Leone 3 +18 -10
2010-06-27 22:00 Synchronize local modifications back to a Maildir source Damien Leone 9 +83 -39
2010-06-25 18:59 thread-index-mode: fix wrong method call Damien Leone 1 +1 -1
2010-06-25 16:39 index: add comments Damien Leone 1 +4 -0
2010-06-25 16:17 Synchronize remote modifications from a Maildir source to sup Damien Leone 5 +140 -39
2013-04-14 12:24 upd webpage to supmua.org Gaute Hope 1 +1 -1
2013-04-14 12:22 Update name and adresses to our fork Gaute Hope 3 +15 -10
2013-04-12 18:03 Fix updating contact aliases. Fixes an UndefinedMethodError. I lost one too many emails. Jonathan Lassoff 1 +1 -1
2013-04-13 09:39 Merge pull request #21 from gauteh/add-rvm-2.0.0-to-travis Gaute Hope 1 +1 -0
2013-04-13 09:27 add ruby 2.0.0 to rvm Gaute Hope 1 +1 -0
2013-03-27 08:38 Merge #15: Integrate Travis Whyme Lyu 3 +33 -0
2013-03-21 14:27 Fix #12: Require 'iconv' before patching it Whyme Lyu 1 +1 -0
2013-03-22 21:56 Make the tests pass again Eric Weikl 4 +40 -17
2013-03-21 14:14 Fix #10: Use a maintained fork of xapian-full Whyme Lyu 1 +1 -1
2013-03-22 12:13 Fix #9: Convert use of Rake::GemPackageTask to Gem::PackageTask Gaute Hope 1 +3 -3
2013-03-10 18:37 Fix #5: Require relative that works on both ruby 1.8 and 1.9 Gaute Hope 1 +8 -2
2013-02-20 21:32 Merge pull request #7 from ericweikl/gpg-expand-keys Hamish Downer 1 +15 -1
2013-02-20 21:27 Merge pull request #6 from ericweikl/stem-language Hamish Downer 2 +4 -4
2011-03-03 21:02 Added new hook 'gpg-expand-keys' Eric Weikl 1 +15 -1
2013-02-10 18:18 Make stemming language configurable. Eric Weikl 2 +4 -4
2013-01-27 21:13 Update web page with new URLs Hamish Downer 1 +5 -6
2012-01-07 15:27 Merge branch 'next' of gitorious.org:sup/mainline into next Hamish Downer 2 +4 -0
2012-01-07 15:25 Don't repeat signature Hamish Downer 1 +0 -1
2011-11-29 23:18 Require gpgme 1.0.8 (v2 breaks API) Michael Stapelberg 2 +4 -0
2010-06-09 10:38 reply-mode: improve the way headers are handled Damien Leone 1 +31 -29
2011-12-26 21:09 edit-message-mode: Fix the way signatures are handled Hamish Downer 1 +23 -2
2011-12-26 20:29 Catch errors while saving a message to disk for editing Hamish Downer 1 +19 -9
2011-10-13 10:10 Don't fail on empty lines while expanding Gaute Hope 1 +1 -1
2011-03-23 01:37 Correct over-zealous signature matching Steven Lawrance 1 +1 -1
2011-11-10 00:09 Working check for alias on ruby 1.9.3 Gaute Hope 1 +2 -1
2011-11-09 19:43 Use correct date format for gem spec Gaute Hope 1 +1 -1
2011-12-17 14:24 get rid of "not initialized" error Hamish Downer 1 +1 -0
2011-11-09 19:43 Use old 'syck' module for YAML parsing Gaute Hope 1 +1 -0
2011-11-09 19:43 Use old 'syck' module for YAML parsing Gaute Hope 1 +1 -0
2011-09-25 13:50 Fix attachment off-by-one line selection in edit-message-mode Gaute Hope 1 +1 -1
2011-06-20 22:58 Allows toggling 'killed' status of a thread Hamish Downer 1 +19 -7
2011-01-24 23:12 Always try to canonize person using ContactManager Tero Tilus 4 +22 -9
2010-12-21 22:55 Hookify Time#to_nice_s Tero Tilus 3 +85 -71
2011-01-24 18:18 Bugfix: Un-escape slashes when initializing a new Person Michael Stapelberg 1 +1 -0
2011-06-19 23:27 resolve merge conflict from archive_sent branch Hamish Downer 2 +26 -22
2011-06-19 23:07 add option - should sent mail be archived? Hamish Downer 2 +2 -1
2011-06-19 22:59 Ensure default options are set Hamish Downer 1 +22 -19
2011-02-17 14:36 Be more cautious about invalid content-type headers Gaudenz Steinlin 1 +25 -0
2011-06-19 21:36 resolved merge conflict Hamish Downer 4 +60 -5
2011-06-19 21:26 Only use account selector if more than one email address available Hamish Downer 1 +2 -2
2011-06-02 20:00 Merge branch 'github_patches' into next Hamish Downer 3 +6 -2
2010-02-05 17:13 Recover if a draft message is deleted from the filesystem. (issue 61) Peter Harkins 2 +5 -1
2010-12-26 17:16 Fix typo that prevented setting sources correctly. Matthias Vallentin 1 +1 -1
2011-05-30 17:21 Change account_selector so it works with alternate email addresses. Hamish Downer 3 +21 -9
2011-02-27 18:05 edit-message-mode: Add an optional account selector Damien Leone 2 +44 -0
2011-04-03 21:29 Added hook to run in async edit mode. Hamish Downer 1 +20 -0
2011-05-29 17:06 Merge branch 'wrap_quoted' into next Hamish Downer 1 +16 -11
2010-09-02 20:49 Wrap quoted text according to wrap preferences Robin Burchell 1 +16 -11
2010-06-12 09:21 Mark thread as read after ThreadViewMode has been instancied Damien Leone 2 +3 -3
2011-02-27 16:35 Add an option to disable automatic threads loading when scrolling down for slow CPUs Damien Leone 2 +2 -1
2011-03-02 00:05 Stop warning message about @async_mode Hamish Downer 1 +1 -0
2011-02-26 19:18 Merge branch 'async_message_edit' into next Hamish Downer 5 +139 -3
2011-02-22 17:22 Shorten confirm discard messages Hamish Downer 1 +2 -2
2011-02-22 17:14 async edit mode: clean up Hamish Downer 2 +3 -7
2011-02-22 16:57 Merge branch 'ctrl_w' into next Hamish Downer 1 +37 -0
2011-02-22 16:57 ctrl-w: rename and neaten up private method Hamish Downer 1 +8 -6
2011-02-21 01:13 Fix behaviour of Ctrl-W Hamish Downer 1 +35 -0
2011-02-20 23:31 removed extraneous end from crypto.rb Hamish Downer 1 +0 -1
2011-02-20 23:25 resolved conflict after merge of order_labels Hamish Downer 2 +3 -3
2011-02-20 23:22 When editing labels, they are presented in alphabetical order Hamish Downer 2 +2 -2
2011-02-20 22:57 Order labels alphabetically in thread index mode Hamish Downer 1 +1 -1
2011-02-20 22:09 async mode: ask for confirmation if file is being edited Hamish Downer 1 +6 -4
2011-02-20 21:51 Async mode: added method to copy file path to clipboard Hamish Downer 1 +20 -7
2011-02-20 21:34 Proper killable? handling for async edit mode Hamish Downer 2 +18 -10
2011-02-20 20:59 check for common editor lock files when exiting async mode Hamish Downer 1 +17 -16
2011-02-20 20:59 edit mode will get focus when async mode exits Hamish Downer 1 +1 -1
2011-02-20 19:51 Merge branch 'gpgme' into next Hamish Downer 1 +31 -15
2011-02-20 19:38 change extra error checking to use unified error message code Hamish Downer 1 +3 -4
2011-02-17 14:26 Check for valid signature before signature.to_s Gaudenz Steinlin 1 +7 -1
2011-02-17 14:13 Check for ArgumentError on signature verification Gaudenz Steinlin 1 +10 -2
2011-02-17 14:09 Unify formatting of GPGME error messages Gaudenz Steinlin 1 +10 -7
2011-02-16 00:15 debug statements, better message in async mode Hamish Downer 2 +18 -9
2011-02-16 00:14 hidden buffer will not appear in rollable buffers list Hamish Downer 1 +1 -1
2011-02-15 23:17 Async edit mode sort-of works Hamish Downer 3 +49 -76
2011-02-15 21:38 resolved conflicts Hamish Downer 1 +39 -0
2011-02-15 21:16 more baby steps towards async mode Hamish Downer 2 +41 -29
2011-02-11 00:24 started work on edit-message-async-mode Hamish Downer 2 +82 -0
2011-02-15 21:29 Allow buffers to be hidden Hamish Downer 2 +4 -3
2011-02-11 00:27 also re-run crypto-selector after editing field Hamish Downer 1 +1 -0
2011-02-11 00:24 started work on edit-message-async-mode Hamish Downer 2 +82 -0
2011-02-10 23:19 fixed type in gpg checking code Hamish Downer 1 +1 -1
2011-02-10 23:19 fixed type in gpg checking code Hamish Downer 1 +1 -1
2011-02-10 23:01 improved crypto start up checks Hamish Downer 1 +31 -23
2011-02-10 23:01 improved crypto start up checks Hamish Downer 1 +31 -23
2011-02-10 00:41 fix silly mistakes Hamish Downer 1 +2 -2
2011-02-10 00:47 Better gpg error checking. Hamish Downer 1 +28 -9
2011-02-10 00:41 fix silly mistakes Hamish Downer 1 +2 -2
2011-02-10 00:27 Better gpg error checking. Hamish Downer 1 +43 -13
2011-02-09 21:48 Merge branch 'rerun_crypto_selector' into next mish 3 +13 -1
2011-02-09 18:58 Re-run the crypto selector hook after message changes. Hamish Downer 2 +9 -0
2011-02-08 23:53 added @changed_by_user to HorizontalSelector Hamish Downer 1 +4 -1
2011-02-04 00:06 only do signature to_s when it will work Hamish Downer 1 +3 -1
2011-02-04 00:06 only do signature to_s when it will work Hamish Downer 1 +3 -1
2011-02-03 11:55 merged fingerprint Hamish Downer 1 +12 -6
2011-02-02 21:06 show the FULL key fingerprint, not just the first half Hamish Downer 1 +1 -1
2011-02-02 21:02 signature summary now states "untrusted" if the signing key is not trusted Hamish Downer 1 +11 -5
2011-01-30 23:43 Add full fingerprint for untrusted keys Hamish Downer 1 +1 -0
2011-01-30 23:37 Catch case where gpg-agent not running or key not available Hamish Downer 1 +14 -0
2011-01-30 23:43 Add full fingerprint for untrusted keys Hamish Downer 1 +1 -0
2011-01-30 23:37 Catch case where gpg-agent not running or key not available Hamish Downer 1 +14 -0
2011-01-30 22:53 resolved merge conflict on gpgme signing fix Hamish Downer 1 +4 -4
2011-01-30 22:44 Fixed the bug that stopped emails being signed. Hamish Downer 1 +3 -3
2011-01-26 20:19 Merge branch 'label-colors' into next Michael Stapelberg 2 +11 -2
2011-01-25 02:59 Index extra colors Matías Aguirre 2 +4 -1
2011-01-25 02:54 Custom label coloring Matías Aguirre 2 +7 -1
2011-01-24 08:57 Merge branch 'master' into next Rich Lane 4 +14 -2
2011-01-24 05:05 update changelog etc for 0.12.1 Rich Lane 3 +13 -1
2011-01-24 04:57 ship sup-import-dump Rich Lane 1 +1 -1
2011-01-20 04:05 Merge branch 'master' into next Rich Lane 3 +114 -0
2011-01-20 04:04 fix executable bits Rich Lane 2 +0 -0
2011-01-19 13:52 add sup-import-dump: import message state in sup-dump format Sascha Silbe 2 +114 -0
2011-01-19 23:53 Merge branch 'master' into next William Morgan 2 +14 -8
2011-01-19 23:47 fix gpgme check William Morgan 1 +13 -7
2011-01-19 17:13 bugfix in backup yaml saving William Morgan 1 +1 -1
2011-01-19 03:28 Merge branch 'master' into next Rich Lane 39 +211 -153
2011-01-18 18:20 prefer gpg2 (GnuPG 2.x) over gpg (GnuPG 1.x) Sascha Silbe 1 +5 -0
2011-01-18 18:31 gen_sign_user_opts: fall back to default account if no account matches sender Sascha Silbe 1 +1 -0
2011-01-18 18:28 ensure sources.yaml gets flushed to disk Sascha Silbe 3 +31 -14
2011-01-18 18:26 sources.yaml: consistent label ordering Sascha Silbe 1 +1 -1
2011-01-18 18:25 sup-sync: only show message id of deleted messages in verbose mode Sascha Silbe 1 +1 -1
2011-01-18 18:26 pre-expand source URIs Sascha Silbe 3 +12 -5
2011-01-18 18:26 buffer: throw "friendly" exception if question is too long Sascha Silbe 1 +1 -0
2011-01-18 18:24 sup-sync: show progress for message deletion Sascha Silbe 1 +12 -11
2011-01-18 18:24 poll: fix message update vs. already-imported detection Sascha Silbe 1 +4 -3
2011-01-18 17:59 don't leak fds for mbox sources Sascha Silbe 3 +28 -2
2011-01-18 17:58 fix EOL spaces Sascha Silbe 34 +115 -116
2011-01-19 03:09 Merge branch 'master' into next Rich Lane 1 +8 -0
2010-12-31 01:42 Improve Singleton performance Tero Tilus 1 +8 -0
2011-01-19 03:04 Merge branch 'master' into next Rich Lane 0 +0 -0
2011-01-19 03:04 Merge branch 'scrolling' Rich Lane 4 +13 -7
2011-01-19 03:04 Merge branch 'gpgme' Rich Lane 4 +198 -101
2011-01-19 03:04 Merge branch 'blank-lines-perf' Rich Lane 1 +12 -1
2011-01-18 04:44 Merge branch 'master' into next Rich Lane 2 +42 -38
2011-01-18 04:43 require xapian 1.2.1 Rich Lane 2 +5 -1
2011-01-17 05:57 Merge branch 'and-labels' Rich Lane 1 +37 -37
2011-01-15 06:59 Merge branch 'master' into next Rich Lane 2 +3 -4
2011-01-15 05:28 ship new executables Rich Lane 1 +2 -2
2011-01-15 05:28 depend on ncursesw and not net-ssh Rich Lane 1 +1 -2
2011-01-15 04:05 Merge branch 'master' into next Rich Lane 9 +64 -27
2011-01-15 03:22 show progress in sup-sync Rich Lane 5 +13 -16
2011-01-14 05:52 update changelog/etc for 0.12 Rich Lane 4 +51 -11
2011-01-14 05:01 Merge branch 'scrolling' into next Rich Lane 4 +13 -7
2010-12-30 22:48 Performance and configurability of horizontal scrolling Tero Tilus 4 +13 -7
2011-01-13 08:45 Merge branch 'master' into next Rich Lane 0 +0 -0
2011-01-13 08:44 use local time in thread-index-mode date widget Rich Lane 1 +1 -1
2011-01-13 08:44 use local time in thread-index-mode date widget Rich Lane 1 +1 -1
2010-12-23 18:43 Merge branch 'gpgme' into next Rich Lane 4 +198 -101
2010-12-06 22:33 added color for untrusted cryptonotice Hamish Downer 3 +22 -9
2010-11-16 22:54 added signature output hook Hamish Downer 1 +15 -0
2010-11-16 20:58 improved signature messages Hamish Downer 1 +26 -5
2010-11-08 22:31 catch exception when no public key present Hamish Downer 1 +12 -4
2010-11-05 22:30 Converted crypto to use the gpgme gem Hamish Downer 2 +141 -101
2010-12-23 18:35 Merge branch 'blank-lines-perf' into next Rich Lane 1 +12 -1
2010-10-28 11:01 Message#text_to_chunks: avoid O(n^2) behavior on sequences of blank lines Tero Tilus 1 +12 -1
2010-11-15 04:11 Merge branch 'master' into next Rich Lane 4 +16 -13
2010-11-09 15:13 Make encoding conversion pass //IGNORE to iconv Alvaro Herrera 1 +2 -2
2010-11-09 15:10 Use "-- " for signature separator Alvaro Herrera 1 +1 -1
2010-11-09 15:07 Fix crash on handling attachment filenames with / Alvaro Herrera 1 +1 -1
2010-11-09 10:06 Force UTF-8 in ask_many_emails.. Gaute Hope 1 +3 -0
2010-11-09 10:05 Fix Whitespace errors in buffer.rb Gaute Hope 1 +9 -9
2010-11-09 21:51 Merge branch 'master' into next Rich Lane 1 +1 -0
2010-11-09 21:50 ensure index directory is created Rich Lane 1 +1 -0
2010-11-03 21:09 Merge branch 'master' into next Rich Lane 4 +6 -4
2010-11-04 13:21 More UTF-8 support; load all labels as UTF-8 Gaute Hope 2 +4 -2
2010-10-22 15:18 Stop double quoting the protocol when sending encrypted emails Hamish Downer 1 +1 -1
2010-10-25 22:09 Bugfix: mime_encode: Encode _ as =5F instead of =96 Michael Stapelberg 1 +1 -1
2010-10-20 21:26 Merge branch 'master' into next Rich Lane 2 +15 -2
2010-10-17 22:25 Stop worrying notice when no signature present Hamish Downer 1 +3 -0
2010-10-18 18:35 Give gpg a known suffix Hamish Downer 1 +1 -1
2010-10-17 18:48 Deal with "\r\n" inside encrypted messages Hamish Downer 1 +4 -0
2010-10-20 08:57 Bugfix: Don’t call handle_added_message for old messages with a new location Michael Stapelberg 1 +7 -1
2010-10-13 06:30 Merge branch 'master' into next Rich Lane 1 +20 -4
2010-10-08 14:03 Fix monkey-patching of Tempfile Michael Hamann 1 +20 -4
2010-10-13 06:14 Merge branch 'master' into next Rich Lane 7 +42 -8
2010-10-12 21:25 Monkey patch RMails MIME-Version header handling Gaudenz Steinlin 6 +16 -4
2010-10-12 21:20 Encode multipart messages for crypt operations Gaudenz Steinlin 1 +24 -2
2010-10-12 16:04 Bugfix: Correctly split list of mail addresses Gregor Hoffleit 1 +1 -1
2010-05-27 09:40 Bugfix: Set background color for starred column Gregor Hoffleit 1 +1 -1
2010-10-11 06:45 Merge branch 'master' into next Rich Lane 4 +31 -8
2010-10-10 16:18 Added a gpgkey option to the account settings Hamish Downer 3 +26 -5
2010-10-10 20:30 Bugfix: fix regexp for detecting filename in Content-Disposition header Michael Stapelberg 1 +5 -3
2010-10-09 12:50 Merge branch 'master' into next Rich Lane 11 +56 -21
2010-10-09 22:11 s/@filename/@path/ in MBox#store_message Adam Lloyd 1 +2 -2
2010-10-08 19:46 Revert "fix GPG "hang" on malformed PGP message (detached signature)" Rich Lane 1 +1 -1
2010-10-08 19:45 fix keybindings hash Rich Lane 1 +1 -1
2010-10-08 19:44 Merge commit 'mainline/master' Rich Lane 8 +47 -17
2010-09-29 14:16 fix handling of multiple label: terms in search Sascha Silbe 1 +37 -37
2010-09-29 14:13 add sendmail hook Sascha Silbe 1 +23 -2
2010-10-07 09:05 prefer To and Cc adresses of accounts on reply Gaudenz Steinlin 1 +6 -9
2010-09-29 14:16 fix searching for non-lowercase labels Sascha Silbe 1 +6 -0
2010-10-05 11:25 fix GPG "hang" on malformed PGP message (detached signature) Sascha Silbe 1 +1 -1
2010-09-04 21:51 Fixed inline gpg crash when the end marker is missing Michael Hamann 1 +2 -1
2010-10-07 17:50 Explicitly specify signature hashing algorithm Gaudenz Steinlin 1 +2 -2
2010-09-23 10:29 Update status on jump on line in line-cursor-mode Gaute Hope 1 +1 -0
2010-09-09 11:48 Force UTF-8 on label and contact completion Gaute Hope 1 +4 -0
2010-10-07 15:24 Bugfix: Don’t display thread participants twice Michael Stapelberg 1 +2 -2
2010-07-16 17:59 protect sup-dump against bad index entries Rich Lane 1 +7 -2
2010-07-16 02:22 Merge branch 'master' into next Rich Lane 5 +51 -18
2010-07-16 02:22 Merge remote branch 'origin/maildir' Rich Lane 19 +374 -561
2010-07-08 12:28 fix crash in sup-sync if the default sent source is used Sascha Silbe 1 +6 -0
2010-07-08 12:28 mbox: fix date format Sascha Silbe 1 +1 -1
2010-06-10 02:27 Conditionally add Symbol#to_proc Ben Walton 1 +8 -0
2010-07-01 13:48 parse_header: don't use empty or invalid Message-ID header Sascha Silbe 1 +7 -6
2010-06-29 08:12 fix crash in sup-dump if the default sent source is used Sascha Silbe 1 +7 -0
2010-06-16 18:08 Don’t display "..." after snippets which are displayed completely Michael Stapelberg 2 +3 -3
2010-06-22 15:30 inline-gpg: call text_to_chunks on the text before/after the GPG part Michael Stapelberg 1 +24 -6
2010-06-29 08:04 Don't choke when scanning message with unknown encoding Sascha Silbe 1 +1 -1
2010-06-29 07:50 fix reference to EncodingUnsupportedError Sascha Silbe 1 +1 -1
2010-06-10 02:09 Merge branch 'master' into next Rich Lane 2 +2 -1
2010-06-10 02:09 more workarounds for empty thread bug Rich Lane 2 +2 -1
2010-06-10 01:40 Merge branch 'master' into next Rich Lane 2 +6 -1
2010-06-10 01:39 workaround nil Thread#first bug Rich Lane 2 +6 -1
2010-06-10 01:13 Merge branch 'sup-server-work' Rich Lane 11 +260 -102
2010-06-08 02:54 Merge branch 'sup-server-work' into next Rich Lane 11 +259 -101
2010-06-08 02:33 fix some indentation Rich Lane 1 +8 -8
2010-06-07 16:06 deinstantiate all managers on finish Rich Lane 1 +14 -8
2010-06-07 15:54 Merge branch 'master' into next Rich Lane 1 +14 -1
2010-06-04 22:13 Decode messages according to their Content-Transfer-Encoding Michael Stapelberg 1 +14 -1
2010-06-07 15:11 move HookManager singleton instantiation to Redwood.start Rich Lane 4 +14 -12
2010-06-07 05:13 move base_dir knowledge out of load_config Rich Lane 1 +7 -7
2010-06-07 05:01 add file log sink in Redwood.start Rich Lane 1 +5 -1
2010-06-07 04:49 load config in Redwood.start Rich Lane 1 +58 -51
2010-06-07 04:38 make PollManager delay an instance variable Rich Lane 1 +3 -4
2010-06-07 02:10 cleanup EM.spawn_reactor_thread Rich Lane 1 +7 -6
2010-06-06 16:03 add test_query and check tag Rich Lane 1 +11 -5
2010-06-06 16:02 instantiate enough singletons for a null query Rich Lane 1 +8 -2
2010-06-06 16:01 singleton bugfix Rich Lane 1 +1 -1
2010-06-06 15:51 protocol debugging code Rich Lane 1 +17 -2
2010-06-06 04:17 pass index object to server Rich Lane 3 +21 -12
2010-06-05 23:30 add server test harness Rich Lane 1 +89 -0
2010-06-05 23:29 send error response on invalid request Rich Lane 1 +1 -1
2010-06-05 23:27 quiet "client connection established" Rich Lane 1 +0 -1
2010-06-05 23:27 declare redwood module Rich Lane 2 +10 -2
2010-06-05 23:26 support unix domain sockets in sup-cmd Rich Lane 1 +9 -2
2010-06-05 02:58 Merge branch 'master' into next Rich Lane 2 +31 -0
2010-06-05 02:57 add a thread request to sup-server Jason Petsod 2 +31 -0
2010-06-05 02:54 Merge branch 'master' into next Rich Lane 1 +16 -9
2010-06-04 09:51 Bugfix: Charset conversion needs to take place *after* verifying inline GPG signatures Michael Stapelberg 1 +16 -9
2010-05-26 21:48 Respect source.archived? in poll. Anthony Martinez 1 +1 -0
2010-06-04 02:04 Merge branch 'master' into next Rich Lane 3 +4 -4
2010-06-04 04:29 Merge branch 'master' into next Rich Lane 6 +24 -33
2010-05-23 14:23 Remove deprecated IMAP references from docs and comments W. Trevor King 4 +16 -26
2010-05-23 14:06 Remove outdated references to Ferret from docs and comments W. Trevor King 5 +10 -9
2010-06-04 03:43 Merge branch 'master' into next Rich Lane 1 +47 -1
2010-06-02 21:53 Jump and open next/previous message with C-n and C-p Gaute Hope 1 +47 -1
2010-06-04 03:38 Merge branch 'master' into next Rich Lane 1 +1 -1
2010-05-15 18:45 Allow toggle on Source.usual and Source.archived Ben Walton 1 +2 -1
2010-06-04 03:35 Merge branch 'maildir' into next Rich Lane 1 +1 -0
2010-06-04 02:04 Merge commit 'mainline/master' Rich Lane 9 +75 -37
2010-05-15 14:29 Remove a trailing whitespace in signature Damien Leone 1 +1 -1
2010-05-14 11:34 Make it easier to select the from address with the ask_for_from option Damien Leone 2 +3 -3
2010-05-28 15:46 Merge branch 'maildir' into next Rich Lane 1 +1 -1
2010-05-28 15:45 fix index version exception message Rich Lane 1 +1 -1
2010-05-26 03:38 Merge branch 'maildir' into next Rich Lane 2 +7 -8
2010-05-26 03:38 fix index version error message Rich Lane 1 +1 -1
2010-05-26 03:18 make sup-dump compatibility independent of index version Rich Lane 2 +6 -7
2010-05-25 02:44 Merge branch 'maildir' into next Rich Lane 2 +22 -18
2010-05-25 02:44 remove sup dependency from sup-dump Rich Lane 1 +19 -9
2010-05-25 02:26 bump index version and remove compatibility code Rich Lane 1 +3 -9
2010-05-22 20:14 Merge branch 'maildir' into next Rich Lane 19 +353 -536
2010-05-22 20:14 Merge branch 'master' into maildir Rich Lane 16 +725 -165
2010-05-14 16:04 Merge branch 'master' into next Rich Lane 2 +4 -1
2010-05-14 15:22 Add global keybinding to clear all hooks Ben Walton 2 +4 -1
2010-05-14 02:31 Merge branch 'master' into next Rich Lane 1 +1 -1
2010-05-14 02:30 Merge branch 'inline-gpg' Rich Lane 3 +110 -45
2010-03-25 12:12 Bugfix: for encrypted and signed messages, run verification and decryption separately Michael Stapelberg 1 +20 -20
2010-05-14 01:08 Fix 1.9-ism use of Array.count Ben Walton 1 +1 -1
2010-05-14 01:57 Merge branch 'master' into next Rich Lane 1 +4 -6
2010-05-07 18:48 Overwrite line contents before drawing the new contents (instead of filling up the rest) Michael Stapelberg 1 +4 -6
2010-05-11 04:16 Merge branch 'master' into next Rich Lane 1 +3 -1
2010-05-11 04:15 base64 encrypted bodies Todd Eisenberger 1 +3 -1
2010-05-07 16:04 Merge branch 'master' into next Rich Lane 1 +1 -0
2010-05-07 16:03 convert utf8 $encoding to UTF-8 Rich Lane 1 +1 -0
2010-05-06 16:52 Merge branch 'master' into next Rich Lane 3 +10 -1
2010-05-06 16:51 ask_for_from config option Rich Lane 3 +10 -1
2010-04-16 23:32 Merge branch 'master' into next Rich Lane 1 +0 -1
2010-04-16 23:32 remove connection require Rich Lane 1 +0 -1
2010-04-15 05:22 Merge branch 'master' into next Rich Lane 7 +596 -113
2010-04-13 04:04 add protocol document Rich Lane 1 +168 -0
2010-04-13 03:59 standalone sup-server Rich Lane 6 +428 -113
2010-04-11 00:37 make sup-cmd executable Rich Lane 1 +0 -0
2010-04-10 22:57 source error handling rework Rich Lane 9 +85 -112
2010-04-09 20:22 Merge branch 'master' into next Rich Lane 1 +17 -16
2010-04-09 20:22 Merge branch 'master' into maildir Rich Lane 2 +18 -17
2010-04-09 20:22 accept is:killed in query string Rich Lane 1 +17 -16
2010-04-08 04:21 console mode fixes Rich Lane 1 +4 -1
2010-04-05 20:45 fix Maildir#with_file_for exception path Rich Lane 1 +2 -1
2010-04-03 17:42 Merge branch 'master' into next Rich Lane 4 +66 -32
2010-04-03 17:38 Merge branch 'multiple-locations' Rich Lane 4 +66 -32
2010-03-24 06:26 add location option to build_xapian_query Rich Lane 1 +1 -0
2010-04-03 17:34 useful maildir logs Rich Lane 1 +2 -0
2010-04-03 17:06 strip redundant newlines from log messages Rich Lane 1 +1 -1
2010-04-03 17:01 simplify and benchmark MBox#last_indexed_message Rich Lane 2 +3 -8
2010-04-03 16:53 workaround bad interaction between Singleton and Enumerator Rich Lane 1 +1 -1
2010-04-03 06:47 fix mbox break line handling Rich Lane 1 +3 -7
2010-04-03 06:38 explicit iteration in last_indexed_message Rich Lane 1 +6 -1
2010-03-31 06:50 remove add_new_messages and fix internal sources Rich Lane 5 +19 -16
2010-03-31 06:29 fix indentation Rich Lane 2 +70 -70
2010-03-31 06:25 turn each_message_from into poll_from Rich Lane 4 +30 -54
2010-03-29 00:01 plumb action up to caller of each_message_from Rich Lane 3 +30 -16
2010-03-28 21:45 Merge branch 'inline-gpg' into next Rich Lane 1 +20 -20
2010-03-25 12:12 Bugfix: for encrypted and signed messages, run verification and decryption separately Michael Stapelberg 1 +20 -20
2010-03-28 21:36 Merge branch 'master' into next Rich Lane 1 +1 -1
2010-03-19 18:52 Use LC_MESSAGES=C when starting gpg so that the regexps for parsing the output works Michael Stapelberg 1 +1 -1
2010-03-26 16:06 remove uses of each_message_from Rich Lane 5 +20 -26
2010-03-26 06:22 s/MBox::Loader/MBox/ Rich Lane 6 +8 -8
2010-03-26 06:09 dont even try running sup-sync-back now Rich Lane 1 +2 -0
2010-03-26 03:35 Source#poll interface Rich Lane 5 +37 -14
2010-03-26 03:06 fix subdir Rich Lane 1 +1 -1
2010-03-25 06:45 maildir directory mtime optimization Rich Lane 1 +15 -7
2010-03-25 06:45 add prefix arg to each_source_info Rich Lane 1 +4 -3
2010-03-25 06:11 benchmark maildir search/glob Rich Lane 2 +10 -2
2010-03-25 06:11 stub pct_done Rich Lane 2 +2 -2
2010-03-25 04:52 use Index to efficiently scan maildir Rich Lane 1 +24 -87
2010-03-25 04:33 remove unused maildir offset code Rich Lane 1 +0 -10
2010-03-25 04:27 factor each_source_info into Index Rich Lane 2 +9 -2
2010-03-25 04:19 use xapian magic to optimize mbox first_new_message Rich Lane 2 +22 -10
2010-03-24 06:26 skip seen mbox messages using the index Rich Lane 1 +21 -36
2010-03-24 06:26 add location option to build_xapian_query Rich Lane 1 +1 -0
2010-03-24 05:01 dont even keep track of mbox offset between polls Rich Lane 1 +8 -20
2010-03-24 04:48 remove mutable source state Rich Lane 7 +67 -173
2010-03-23 06:17 fix maildir whitespace Rich Lane 1 +20 -20
2010-03-23 03:39 Merge branch 'master' into multiple-locations Rich Lane 13 +193 -903
2010-03-23 03:14 Merge branch 'master' into next Rich Lane 13 +193 -903
2010-03-22 06:31 add log file Rich Lane 1 +2 -0
2010-03-22 00:53 move mbox source into mbox.rb Rich Lane 2 +178 -184
2010-03-21 23:40 remove mbox+ssh source Rich Lane 5 +1 -340
2010-03-21 23:37 remove IMAP source Rich Lane 4 +1 -371
2010-03-21 23:33 update sup-tweak-labels query syntax for xapian Rich Lane 1 +2 -2
2010-03-20 19:54 ruby 1.9 Enumerator compatibility Rich Lane 4 +9 -6
2010-03-19 21:10 index version bump Rich Lane 1 +3 -3
2010-03-19 20:40 backwards compatibility with older index formats Rich Lane 1 +9 -3
2010-01-19 06:54 handle multiple locations in sup-sync and poll Rich Lane 2 +5 -2
2010-01-19 06:48 make Message#locations writable Rich Lane 1 +3 -1
2010-01-19 06:25 change index format to store multiple message locations Rich Lane 2 +34 -12
2010-01-19 06:13 use source and source_info accessors inside Message Rich Lane 1 +13 -13
2010-03-15 05:18 Merge branch 'inline-gpg' into next Rich Lane 3 +91 -26
2010-03-09 16:40 Implement inline GPG Michael Stapelberg 3 +91 -26
2010-03-15 05:11 Merge branch 'master' into next Rich Lane 2 +3 -2
2010-03-14 16:07 Added slip_rows config option Daniel Schoepe 2 +3 -2
2010-03-15 05:02 Merge branch 'master' into next Rich Lane 1 +11 -2
2010-03-09 22:56 Use multiple body arrays when calling before-edit for each reply type Michael Stapelberg 1 +11 -2
2010-03-12 04:44 Merge branch 'master' into next Rich Lane 1 +5 -2
2010-03-09 17:01 Correctly pad date strings, as they might contain utf-8 characters Michael Stapelberg 1 +5 -2
2010-03-08 16:02 Merge branch 'master' into next Rich Lane 6 +61 -36
2010-03-08 16:01 splat arguments to Hash[] Rich Lane 1 +1 -1
2010-03-07 23:55 update contributors Rich Lane 2 +25 -22
2010-03-07 23:37 Update changelog/etc for 0.11 Rich Lane 4 +35 -13
2010-03-07 21:19 Merge branch 'sup-cmd' Rich Lane 3 +174 -0
2010-03-07 21:18 Merge branch 'fix-utf8' Rich Lane 4 +12 -7
2010-03-07 21:18 Merge branch 'mentions-attachments-hook' Rich Lane 1 +15 -1
2010-03-07 21:18 Merge branch 'publish-hook' Rich Lane 1 +18 -0
2010-03-07 21:17 Merge branch 'keybindings' Rich Lane 4 +58 -4
2010-03-07 21:17 Merge branch 'highlights' Rich Lane 1 +33 -39
2010-03-07 21:17 Merge branch 'idle' Rich Lane 5 +65 -2
2010-03-07 21:17 Merge branch 'date-widget-hook' Rich Lane 1 +31 -8
2010-03-07 21:17 Merge branch 'textfield-tweaks' Rich Lane 1 +12 -11
2010-03-07 21:17 Merge branch 'ferret-removal' Rich Lane 15 +572 -1277
2010-03-07 21:17 Merge branch 'remote-source-deprecation' Rich Lane 3 +20 -51
2010-03-05 03:14 Merge branch 'textfield-tweaks' into next Rich Lane 1 +6 -6
2010-03-05 03:14 ruby 1.9 textfield fixes Rich Lane 1 +6 -6
2010-03-04 16:57 Merge branch 'master' into next Rich Lane 1 +1 -1
2010-03-04 16:57 promote missing ncursesw log to info Rich Lane 1 +1 -1
2010-03-04 07:23 Merge branch 'sup-cmd' into next Rich Lane 3 +174 -0
2010-03-04 07:23 Merge branch 'master' into next Rich Lane 2 +5 -1
2010-03-04 04:17 change gem dependency from ncursesw to ncurses Rich Lane 1 +1 -1
2010-03-04 04:08 Object#tap backport Rich Lane 1 +4 -0
2010-03-02 05:37 Merge branch 'textfield-tweaks' into next Rich Lane 1 +8 -7
2010-03-02 05:04 fix textfield history Rich Lane 1 +6 -5
2010-03-02 03:56 textfield home/end keys Rich Lane 1 +2 -2
2010-03-01 23:27 Merge branch 'master' into next Rich Lane 1 +4 -2
2010-03-01 23:26 support older ncurses gems without opts_off Rich Lane 1 +4 -2
2010-03-01 03:04 implement sup-cmd using existing Index apis Rich Lane 3 +174 -0
2010-02-28 23:35 Merge branch 'ferret-removal' into next Rich Lane 1 +4 -4
2010-02-28 21:58 several XapianIndex renaming fixes Michael Hamann 1 +4 -4
2010-02-28 21:15 Merge commit 'mainline/remote-source-deprecation' into next Rich Lane 3 +20 -51
2010-02-28 21:13 deprecate imap and mbox+ssh sources Rich Lane 3 +20 -51
2010-02-28 20:38 Merge commit 'mainline/ferret-removal' into next Rich Lane 15 +571 -1276
2010-02-28 20:34 remove ferret and index choice code Rich Lane 15 +571 -1276
2010-02-28 20:09 Merge commit 'github/fix-utf8' into next Rich Lane 4 +12 -7
2010-02-28 20:08 force UTF8 on strings read from ask and account names in the config file Rich Lane 2 +3 -1
2010-02-28 19:28 replace RE_UTF8 with backport of String#ascii_only? Rich Lane 2 +9 -6
2010-02-27 20:14 Merge branch 'master' into next Rich Lane 1 +8 -1
2010-02-19 03:20 Bugfix: Don’t call Ncurses.getch when in shell_out mode Michael Stapelberg 1 +8 -1
2010-02-27 18:17 Merge branch 'master' into next Rich Lane 1 +15 -0
2010-01-26 15:45 Added crypto-settings hook Daniel Schoepe 1 +15 -0
2010-02-27 17:57 Merge branch 'idle' into next Rich Lane 1 +42 -0
2010-02-27 17:57 forgot to add idle.rb Rich Lane 1 +42 -0
2010-02-27 08:37 Merge branch 'master' into next Rich Lane 1 +12 -0
2010-02-17 22:24 Add hook gpg-args to allow the user to add/remove flags Michael Stapelberg 1 +12 -0
2010-02-27 08:34 Merge branch 'master' into next Rich Lane 1 +4 -2
2010-02-01 19:30 in thread-view-mode, doubling up on the multi-keys now DTRT Anthony Martinez 1 +4 -2
2010-02-27 08:32 Merge branch 'master' into next Rich Lane 2 +8 -2
2010-02-03 20:16 Add config option to limit text wrapping width Daniel Schoepe 2 +8 -2
2010-02-27 08:29 Merge branch 'master' into next Rich Lane 3 +3 -2
2010-02-21 07:35 Make automatic jumping to first/next open message configurable Tero Tilus 3 +3 -2
2010-02-27 08:26 Merge branch 'publish-hook' into next Rich Lane 1 +18 -0
2010-02-21 20:09 Publishing hook Tero Tilus 1 +18 -0
2010-02-27 08:14 Merge branch 'date-widget-hook' into next Rich Lane 1 +31 -8
2010-01-22 00:56 index-mode-date-widget hook for rendering dates in thread index Tero Tilus 1 +31 -8
2010-02-27 08:11 Merge branch 'mentions-attachments-hook' into next Rich Lane 1 +15 -1
2010-02-22 07:53 mentions-attachments hook to detect missing attachments Tero Tilus 1 +15 -1
2010-02-27 08:05 Merge branch 'idle' into next Rich Lane 4 +23 -2
2010-01-21 04:15 flush index on idle Eric Sherman 1 +4 -0
2010-01-15 12:59 poll updates accumulate while idle Eric Sherman 1 +13 -2
2010-01-23 05:42 idle and unidle updates Eric Sherman 2 +6 -0
2010-02-27 07:56 Merge branch 'highlights' into next Rich Lane 1 +33 -39
2010-01-24 19:37 dont restrict colors to those in Colormap::DEFAULT_COLORS Rich Lane 1 +21 -37
2010-01-22 23:47 configurable color highlights Rich Lane 1 +14 -4
2010-02-27 07:52 Merge branch 'master' into next Rich Lane 1 +10 -0
2010-01-21 15:36 show (recipients) instead of lone "me" Eric Sherman 1 +10 -0
2010-02-27 07:49 Merge branch 'master' into next Rich Lane 4 +21 -4
2010-02-05 16:19 prevent "year too big to marshal" crashes Eric Sherman 1 +1 -1
2010-02-15 18:27 catch xapian query parser exceptions and display them to the user Michael Stapelberg 1 +6 -1
2010-01-22 07:46 fix textfield truncation Rich Lane 1 +3 -1
2010-01-24 03:17 dont check thread-index-mode dirtiness on every keypress Rich Lane 1 +1 -1
2010-01-24 03:16 enable ruby-prof with SUP_PROFILE environment variable Rich Lane 1 +10 -0
2010-02-27 07:33 Merge branch 'keybindings' into next Rich Lane 4 +58 -4
2010-01-25 03:09 keybindings hook Rich Lane 4 +30 -1
2010-01-25 03:09 add keymap rebinding support Rich Lane 1 +24 -3
2010-01-25 03:09 make mode keymap easily accessible to hooks Rich Lane 1 +4 -0
2010-02-27 07:26 fix whitespace Rich Lane 1 +1 -1
2010-02-27 07:05 clean up diff between master and next Rich Lane 3 +11 -8
2010-02-27 06:58 Merge commit 'mainline/saved-search' Rich Lane 6 +295 -3
2010-02-27 06:57 Merge commit 'mainline/xapian-updates' Rich Lane 1 +17 -14
2010-02-27 06:57 Merge commit 'mainline/colors' Rich Lane 3 +143 -13
2010-01-26 14:01 Merge branch 'master' into next William Morgan 5 +21 -7
2010-01-26 13:54 update changelog, etc for 0.10.2 William Morgan 2 +10 -1
2010-01-25 16:56 conditionally define Fixnum#ord Ben Walton 1 +6 -0
2010-01-26 13:24 update gem dependencies William Morgan 1 +2 -3
2010-01-25 21:52 fix missing parentheses warning Rich Lane 1 +3 -3
2010-01-25 21:22 Merge branch 'xapian-updates' into next William Morgan 1 +1 -1
2010-01-25 16:03 fix participants queries Rich Lane 1 +1 -1
2010-01-24 17:27 Merge branch 'master' into next William Morgan 2 +2 -2
2010-01-24 17:27 update webpage to reference 0.10.1 William Morgan 1 +1 -1
2010-01-24 17:22 add sup-convert-ferret-index to manifest William Morgan 1 +1 -1
2010-01-23 13:00 Merge branch 'saved-search' into next William Morgan 9 +299 -7
2010-01-20 14:28 add saved search support Eric Sherman 6 +295 -3
2010-01-19 21:48 asciify untrusted strings before displaying in TextMode Rich Lane 3 +4 -4
2010-01-23 12:48 Merge branch 'xapian-updates' into next William Morgan 2 +18 -15
2010-01-16 20:03 trivial index format upgrade Rich Lane 1 +5 -2
2010-01-16 20:03 id query prefix synonym for msgid Rich Lane 1 +1 -0
2010-01-16 20:03 index email addresses as text Rich Lane 1 +3 -1
2010-01-16 20:03 dont index redundant data Rich Lane 1 +8 -11
2010-01-15 05:14 xapian: add boolean terms with zero wdf Rich Lane 1 +1 -1
2010-01-13 18:13 fix ask_for_contacts on Ruby 1.9 Rich Lane 1 +1 -1
2010-01-22 23:25 Merge branch 'master' into next William Morgan 5 +72 -44
2010-01-22 23:11 add library version check to sup-add and sup-config William Morgan 1 +1 -1
2010-01-22 23:10 update changelog, releasenotes, etc for 0.10 changes William Morgan 4 +71 -43
2010-01-20 16:27 Merge branch 'master' into next William Morgan 2 +3 -1
2010-01-12 20:36 keep cursor on current thread when threads are added/removed Eric Sherman 1 +2 -0
2010-01-20 16:21 Merge branch 'xapian-name-email' William Morgan 1 +12 -7
2010-01-20 16:21 Merge branch 'insta-save' William Morgan 7 +90 -36
2010-01-20 16:17 Merge branch 'ruby-1.9-encoding' William Morgan 8 +72 -36
2010-01-20 16:12 minor tweak of sup-sync output William Morgan 1 +1 -1
2010-01-18 17:02 Merge branch 'master' into next William Morgan 9 +42 -23
2010-01-18 17:02 fix up crummy library checking code William Morgan 1 +5 -4
2010-01-18 16:53 add --force option to sup-convert-ferret-index William Morgan 1 +2 -1
2010-01-18 16:52 make all bin/* scripts check sup library version William Morgan 8 +37 -22
2010-01-17 23:20 Merge branch 'insta-save' into next William Morgan 1 +7 -0
2010-01-17 12:36 make '$' call Index.save Israel Herraiz 1 +7 -0
2010-01-17 23:11 Merge branch 'ruby-1.9-encoding' into next William Morgan 3 +4 -13
2010-01-17 23:10 use 'wb', 'rb' and 'ab' modes instead of open_binary William Morgan 3 +4 -13
2010-01-17 15:21 Merge branch 'ferret-deprecation' William Morgan 12 +161 -16
2010-01-17 15:20 set XAPIAN_FLUSH_THRESHOLD to 1000 William Morgan 1 +2 -0
2010-01-14 13:54 Merge branch 'master' into next William Morgan 1 +1 -0
2010-01-07 03:34 call index.load in sup-add Rich Lane 1 +1 -0
2010-01-14 13:51 Merge commit 'origin/list-post-improvements'; branch 'toggle-line-wrap' William Morgan 3 +32 -11
2010-01-05 23:40 Merge branch 'insta-save' into next William Morgan 3 +20 -6
2010-01-05 22:45 make the undo hooks also save the threads Anthony Martinez 3 +20 -6
2010-01-05 22:03 Merge branch 'ruby-1.9-encoding' into next William Morgan 3 +13 -4
2010-01-05 22:02 File.open_binary should pass through any block William Morgan 1 +4 -2
2010-01-04 19:45 only open mail files in binary mode on Ruby 1.9 Rich Lane 3 +11 -4
2010-01-05 21:57 Merge branch 'ferret-deprecation' into next William Morgan 2 +2 -2
2010-01-05 17:20 fix up options for sup-sync-back, tweak-labels Anthony Martinez 2 +2 -2
2010-01-05 21:49 Merge branch 'ferret-deprecation' into next William Morgan 1 +1 -0
2010-01-04 19:35 implement const_missing for Index Rich Lane 1 +1 -0
2010-01-05 21:33 Merge branch 'master' into next William Morgan 5 +15 -3
2010-01-04 19:34 implement String#each on Ruby 1.9 for lockfile Rich Lane 1 +6 -0
2010-01-04 19:19 add console commands to get/set loglevel Rich Lane 2 +6 -1
2010-01-04 15:23 configurable poll interval Eric Sherman 2 +3 -2
2010-01-05 21:25 Merge branch 'master' into next William Morgan 2 +3 -2
2010-01-04 06:06 undoing read_and_archive should preserve unread state Anthony Martinez 1 +2 -1
2010-01-04 06:06 punctuate "No new messages." consistently between poll, jump_to_next_new Anthony Martinez 1 +1 -1
2010-01-05 21:12 Merge branch 'master' into next William Morgan 1 +1 -1
2010-01-05 21:11 change transcode warning to a debug message William Morgan 1 +1 -1
2010-01-05 21:03 Merge branch 'colors' into next William Morgan 1 +104 -0
2010-01-03 15:33 add a mouse-enabled colorpicker to contrib Rich Lane 1 +104 -0
2010-01-05 21:02 Merge branch 'colors' into next William Morgan 2 +39 -13
2010-01-03 15:24 add keybinding 'Oc' to reload colors Rich Lane 2 +15 -1
2010-01-03 15:24 send color errors to the log instead of flashing Rich Lane 1 +1 -1
2010-01-03 15:24 support high colors in colors.yaml Rich Lane 1 +23 -11
2010-01-05 21:00 Merge branch 'xapian-name-email' into next William Morgan 1 +12 -7
2010-01-02 04:37 xapian: translate from/to query term prefixes to search over both name and email fields Rich Lane 1 +12 -7
2010-01-03 22:16 Merge branch 'master' into next William Morgan 2 +7 -0
2010-01-03 22:15 add Xapian flush message William Morgan 1 +2 -0
2010-01-03 17:09 kill buffers in buffer-list-mode with "X" Eric Sherman 1 +5 -0
2010-01-03 22:05 Merge branch 'ferret-deprecation' into next William Morgan 1 +6 -0
2010-01-03 19:38 sup-convert-ferret-index: require xapian gem before starting Anthony Martinez 1 +6 -0
2010-01-03 15:26 Merge branch 'master' into next William Morgan 1 +1 -1
2009-12-31 20:45 move the mark-as-spam hook so it runs on all tagged threads Anthony Martinez 1 +1 -1
2010-01-03 14:52 Merge branch 'master' into next William Morgan 3 +5 -4
2010-01-03 14:52 Merge branch 'ruby-1.9-encoding' into next William Morgan 2 +4 -2
2010-01-03 14:52 Merge branch 'ferret-deprecation' into next William Morgan 11 +152 -16
2010-01-02 16:42 force binary encoding before parsing decrypted messages Rich Lane 1 +2 -0
2010-01-02 05:14 fixed am/pm display for ruby 1.8 darwin Eric Sherman 1 +2 -2
2010-01-01 22:14 ruby 1.9: expect nil start_offset when an MBox::Loader is first created Rich Lane 1 +2 -1
2010-01-01 21:44 xapian: respect :skip_killed in each_message_in_thread_for Rich Lane 1 +1 -1
2010-01-01 20:47 ruby 1.9: use String#ord in ask_getch and ask_yes_or_no Rich Lane 1 +2 -2
2010-01-03 14:40 add sup-convert-ferret-index script William Morgan 1 +77 -0
2010-01-03 13:32 trivial tweak to sup-config help output William Morgan 1 +1 -1
2010-01-03 13:32 add an --index option to everything in bin/ William Morgan 6 +13 -8
2010-01-03 13:25 have Index.init take an argument specifying the index type William Morgan 2 +26 -8
2010-01-02 21:36 add warnings about ferret deprecation William Morgan 1 +32 -0
2010-01-02 21:30 add Index#is_a_deprecated_ferret_index? William Morgan 2 +4 -0
2010-01-01 18:35 Merge branch 'ruby-1.9-encoding' into next William Morgan 6 +68 -34
2009-12-31 23:36 decode header fields of enclosed messages Rich Lane 1 +5 -8
2009-12-31 23:36 use header from the RMail::Message in Message#parse_header Rich Lane 1 +14 -10
2009-12-31 23:36 decode raw header/message to ascii before viewing Rich Lane 1 +2 -2
2009-12-31 23:36 transcode output from mime-decode hook too Rich Lane 1 +2 -1
2009-12-31 23:36 add String#transcode Rich Lane 1 +4 -0
2009-12-31 23:36 fixup Iconv#easy_decode for Ruby 1.9 Rich Lane 1 +13 -8
2009-12-31 23:36 add String#ascii Rich Lane 1 +13 -0
2009-12-31 23:36 add String#check Rich Lane 1 +10 -0
2009-12-31 23:36 display_size is just size on Ruby 1.9 Rich Lane 1 +1 -1
2009-12-31 23:36 open mail source files as binary Rich Lane 2 +4 -4
2009-12-31 22:39 Merge branch 'master' into next William Morgan 0 +0 -0
2009-12-31 21:22 xapian: replace DocumentMethods module with plain monkeypatching Rich Lane 1 +22 -25
2009-12-31 21:21 xapian: do less work for update_message_state Rich Lane 1 +137 -104
2009-12-31 20:26 Merge branches 'thread-joining-fix', 'no-mailcap-on-darwin', 'label-list-mode-auto-update', 'interactive-crypto', 'label-list-mode-hooks', 'refine-inbox-mode', 'poll-unusual', 'attach-wildcards', 'order-names-by-date' and 'save-all-attachments' William Morgan 14 +231 -91
2009-12-31 20:04 Merge branch 'insta-save' into next William Morgan 7 +63 -30
2009-12-31 20:02 Merge branch 'master' into next William Morgan 2 +2 -1
2009-12-30 01:38 force the index sync thread to give up the cpu Rich Lane 1 +2 -0
2009-12-30 01:38 immediate thread indexing Rich Lane 3 +26 -25
2009-12-30 01:38 async thread indexing Rich Lane 3 +28 -2
2009-12-30 01:38 factor saving out of thread/message classes Rich Lane 4 +10 -6
2009-12-31 16:44 added colorized dates in thread-index-mode Eric Sherman 2 +2 -1
2009-12-31 19:45 Merge branch 'master' into next William Morgan 5 +34 -11
2009-12-31 19:45 Merge branch 'list-post-improvements' into next William Morgan 1 +1 -1
2009-12-31 06:43 fixed a typo in parse_header Eric Sherman 1 +1 -1
2009-12-30 04:06 sup-add: reuse old account info with --force-account Tero Tilus 1 +14 -6
2009-12-30 03:09 make sup-tweak-labels work as advertised with no sources listed Tero Tilus 1 +0 -1
2009-12-31 18:50 change chronic missing message to be similar to that of ncursesw William Morgan 1 +1 -1
2009-12-31 18:50 remove vestigal curses require William Morgan 1 +0 -1
2009-12-29 23:58 try loading ncursesw Rich Lane 2 +19 -2
2009-12-26 18:04 Merge branch 'list-post-improvements' into next William Morgan 1 +9 -5
2009-12-26 18:03 detect x-mailing-list headers for list addresses William Morgan 1 +2 -0
2009-12-26 17:55 fix list-post header munging William Morgan 1 +7 -5
2009-12-21 12:46 Merge branch 'master' into next William Morgan 1 +4 -2
2009-12-21 12:44 bugfix for default attachment save dir William Morgan 1 +4 -2
2009-12-19 18:53 Merge branch 'master' into next William Morgan 1 +2 -0
2009-12-19 18:53 add Maildir#filename_for_id William Morgan 1 +2 -0
2009-12-19 18:38 Merge branch 'master' into next William Morgan 1 +3 -3
2009-12-19 18:38 update error message to point to bug tracker William Morgan 1 +3 -3
2009-12-19 17:56 Merge branch 'toggle-line-wrap' into next William Morgan 1 +12 -2
2009-12-19 17:56 bugfix: wrapping crashed when defaulting to current buffer width William Morgan 1 +12 -2
2009-12-19 17:47 Merge branch 'toggle-line-wrap' into next William Morgan 2 +13 -6
2009-12-19 17:46 make 'w' toggle line wrapping in thread-view-mode William Morgan 2 +13 -6
2009-12-11 17:18 Merge branch 'master' into next William Morgan 1 +1 -1
2009-12-11 17:17 update release script to include gemcutter publishing William Morgan 1 +1 -1
2009-12-11 14:32 Merge branch 'master' into next William Morgan 4 +69 -27
2009-12-10 15:07 update changelog etc to 0.9.1 William Morgan 4 +69 -27
2009-11-30 13:42 Merge branch 'master' into next William Morgan 9 +69 -19
2009-11-27 19:49 Merge branch 'config-ask-for-to' Rich Lane 1 +3 -3
2009-11-27 19:49 makes compose-mode and forward-mode ask_for_contacts logic the same Rich Lane 1 +3 -3
2009-11-27 19:33 Merge branch 'textfield-tweaks' Rich Lane 1 +24 -3
2009-11-20 14:05 Implement C-W for textfields Steven Walter 1 +3 -0
2009-11-27 19:31 Merge branch 'decode-attachment-filenames' Rich Lane 1 +2 -0
2009-11-26 13:00 RFC 2047 decode attachment file names Tero Tilus 1 +2 -0
2009-11-21 00:11 Merge branch 'config-ask-for-to' Rich Lane 1 +1 -1
2009-11-21 00:10 default ask_for_to to true Rich Lane 1 +1 -1
2009-11-20 04:43 Merge branch 'thread-view-mode-undo' Rich Lane 1 +18 -1
2009-11-12 17:30 create undo records in thread view Andrew Pimlott 1 +18 -1
2009-11-20 04:35 Merge branch 'xapian-comment-fix' Rich Lane 1 +1 -1
2009-11-17 23:25 Comment tweak, XapianIndex doesn't use GDBM anymore since 4d82ef88 Ingmar Vanhassel 1 +1 -1
2009-11-20 04:28 Merge branch 'date-format-fix' Rich Lane 1 +1 -1
2009-11-15 22:55 Correct AM/PM selector in DATE_FORMAT. William Erik Baxter 1 +1 -1
2009-11-20 04:23 Make sup's textfield behave more like readline Cameron Matheson 1 +21 -3
2009-11-12 04:27 Merge branch 'config-ask-for-to' Rich Lane 3 +3 -2
2009-11-12 04:26 Merge branch 'display-poll-labels' Rich Lane 1 +6 -3
2009-11-11 17:06 display labels of polled messages Peter Harkins 1 +6 -3
2009-11-11 18:40 issue6: Added ask_for_to to match _cc, _bcc, and _subject. Peter Harkins 3 +3 -2
2009-10-10 07:21 moved deriving the cmd for bouncing to Account and fixed a bug in it Tero Tilus 2 +12 -6
2009-11-07 16:27 Merge branch 'master' into next William Morgan 1 +13 -6
2009-11-07 16:27 update webpage to point to bugtracker (and other tweaks) William Morgan 1 +13 -6
2009-11-02 19:25 Merge branch 'xapian-bugfix' into next William Morgan 1 +22 -25
2009-10-20 06:14 xapian: replace DocumentMethods module with plain monkeypatching Rich Lane 1 +25 -0
2009-11-02 12:34 Merge branch 'master' into next William Morgan 1 +10 -7
2009-10-22 22:21 make doc/NewUserGuide.txt markdown Anthony Martinez 1 +10 -7
2009-11-01 22:56 Merge branch 'thread-joining-fix' into next William Morgan 1 +4 -1
2009-11-01 22:54 fix thread joining William Morgan 2 +5 -2
2009-11-01 18:44 Merge branch 'master' into next William Morgan 1 +1 -1
2009-11-01 18:43 fix mbox date parsing: catch ArgumentError William Morgan 1 +1 -1
2009-11-01 14:43 Merge branch 'master' into next William Morgan 1 +1 -1
2009-10-30 22:10 give exception log relative to BASE_DIR in exception message Jon M. Dugan 1 +1 -1
2009-10-30 22:06 Merge branch 'no-mailcap-on-darwin' into next William Morgan 1 +6 -1
2009-10-28 22:06 change opening attachments on darwin to use open instead of run-mailcap Jonah 1 +6 -1
2009-10-12 13:51 Merge branch 'master' into next William Morgan 1 +0 -1
2009-06-10 05:42 fix bug in which custom-search substitutions are not used Edward Z. Yang 2 +2 -2
2009-10-12 13:40 Merge branch 'master' into next William Morgan 1 +2 -2
2009-10-12 13:40 increase numbers in contact-list-mode William Morgan 1 +2 -2
2009-10-12 13:31 Merge branch 'master' into next William Morgan 1 +1 -1
2009-10-03 18:19 don't downcase a nil content-type Rich Lane 1 +1 -1
2009-10-12 13:30 Merge branch 'label-list-mode-hooks' into next William Morgan 1 +34 -3
2009-10-01 17:28 add hooks for label list filter and format William Erik Baxter 1 +34 -3
2009-10-11 20:23 Merge branch 'interactive-crypto' into next William Morgan 2 +75 -55
2009-10-11 20:14 rework decryption to handle signature in the new world of output William Morgan 1 +11 -14
2009-10-11 20:01 crypto: debug output crypto commands William Morgan 1 +2 -0
2009-10-11 20:01 make decrypt an interactive command William Morgan 1 +7 -2
2009-10-11 19:53 crypto: some stylistic tweaks to code William Morgan 2 +42 -42
2009-10-11 19:52 crypto: mark sign and encrypt as interactive commands William Morgan 1 +15 -6
2009-10-11 19:51 crypto: handle gpg commands that invoke curses William Morgan 1 +11 -4
2009-10-11 19:31 Merge branch 'master' into next William Morgan 1 +7 -1
2009-10-11 19:29 fix --compose option, and add a --subject option William Morgan 1 +7 -1
2009-10-06 17:28 Merge branch 'refine-inbox-mode' into next William Morgan 1 +8 -0
2009-10-06 17:28 Merge branch 'master' into next William Morgan 1 +3 -2
2009-10-06 17:22 some minor UI tweaks when refining inbox William Morgan 1 +2 -1
2009-08-26 17:17 add a refine_search command to InboxMode Carl Worth 1 +7 -0
2009-10-06 15:03 include hook filename in error messages William Morgan 1 +3 -2
2009-10-01 18:40 Merge branch 'master' into next William Morgan 1 +1 -2
2009-10-01 18:40 more release-script updates William Morgan 1 +1 -2
2009-10-01 18:34 Merge branch 'master' into next William Morgan 1 +1 -1
2009-10-01 18:33 change date for 0.9 release William Morgan 1 +1 -1
2009-10-01 17:35 Merge branch 'save-all-attachments' into next William Morgan 3 +40 -6
2009-10-01 17:29 tweak multi-attachment behavior to be a little more friendly William Morgan 2 +26 -6
2009-09-30 19:59 implement saving all attachments to a folder (keybinding A) Michael Stapelberg 2 +16 -2
2009-10-01 17:09 Merge branch 'attach-wildcards' into next William Morgan 1 +4 -2
2009-09-30 20:41 when providing a wildcard as file for an attachment, correctly expand it Michael Stapelberg 1 +4 -2
2009-10-01 16:54 Merge branch 'poll-unusual' into next William Morgan 3 +25 -4
2009-09-13 14:38 add command for polling unusual sources Bo Borgerson 3 +25 -4
2009-10-01 16:50 Merge branch 'label-list-mode-auto-update' into next William Morgan 1 +10 -0
2009-09-12 21:04 handle added messages in label-list-mode Bo Borgerson 1 +10 -0
2009-10-01 16:37 Merge branch 'master' into next William Morgan 2 +2 -2
2009-10-01 16:36 bugfix: write mbox messages in RFC2822 format William Morgan 1 +1 -1
2009-10-01 16:25 minor bugfix to bring devel console up to date William Morgan 1 +1 -1
2009-09-30 21:18 Merge branch 'master' into next William Morgan 1 +2 -2
2009-09-30 19:32 yet another attempt to get this crypto stuff right William Morgan 1 +2 -2
2009-09-30 19:56 Merge branch 'master' into next William Morgan 1 +2 -0
2009-09-30 19:55 minor tweak: don't call load-more callback more than twice a second William Morgan 1 +2 -0
2009-09-30 19:35 Merge branch 'xapian-message-state' into next William Morgan 1 +137 -104
2009-09-13 18:44 xapian: do less work for update_message_state Rich Lane 1 +137 -104
2009-09-30 19:28 Merge branch 'order-names-by-date' into next William Morgan 1 +24 -18
2009-09-30 17:55 Merge branch 'master' into next William Morgan 6 +71 -14
2009-09-30 17:54 update changelog, etc. to 0.9 William Morgan 4 +68 -7
2009-09-30 17:43 don't autoload message from source for snippet William Morgan 1 +1 -1
2009-09-30 15:43 update release-script to world without ditz William Morgan 1 +2 -6
2009-09-30 15:31 display author names in order in thread-index-mode William Morgan 1 +24 -18
2009-09-30 15:04 Merge branch 'crypto-mime-fix' William Morgan 1 +19 -1
2009-09-30 15:04 Merge commit 'origin/alignment-tweaks' William Morgan 3 +28 -33
2009-09-27 01:37 Merge branch 'master' into next William Morgan 1 +6 -6
2009-09-27 01:37 bugfix^3: yet more fiddling with content_type and case-insensitivity William Morgan 1 +6 -6
2009-09-26 18:18 Merge commit 'origin/preemptive-loading' William Morgan 3 +19 -20
2009-09-26 18:06 Merge branch 'master' into next William Morgan 1 +14 -0
2009-09-26 18:06 accept non-RFC3156-compliant encrypted email William Morgan 1 +14 -0
2009-09-26 17:44 Merge branch 'master' into next William Morgan 1 +2 -2
2009-09-26 17:44 bugfix bugfix: downcase strings, not other things! William Morgan 1 +2 -2
2009-09-26 17:40 Merge branch 'master' into next William Morgan 4 +34 -34
2009-07-10 15:00 mime-decode hook: provide a "charset" variable with the attachment charset Adeodato Simó 1 +3 -1
2009-09-26 14:55 make all content-type comparisons case-insensitive William Morgan 2 +18 -19
2009-09-26 14:44 bugfix: encrypted messages not being chunked correctly William Morgan 1 +1 -1
2009-09-26 14:09 bugfix: wrong # args for enclosedmessage without body William Morgan 1 +2 -1
2009-09-26 13:36 minor bugfix: set Person @name to nil William Morgan 1 +6 -8
2009-09-26 13:32 bugfix: parse list-(un)subscribe headers correctly William Morgan 1 +4 -4
2009-09-12 17:06 Merge branch 'crypto-mime-fix' into next William Morgan 1 +19 -1
2009-07-23 17:19 fix parsing of encrypted messages that contain further multipart elements Adeodato Simó 1 +19 -1
2009-09-10 14:25 Merge branch 'master' into next William Morgan 2 +13 -14
2009-09-10 14:22 move sup-sync output from stderr to stdout William Morgan 1 +13 -13
2009-09-10 14:22 remove redundant poll message William Morgan 1 +0 -1
2009-09-09 14:38 Merge branch 'master' into next William Morgan 1 +1 -1
2009-09-06 21:04 sort labels in the dump Michael Hamann 1 +1 -1
2009-09-09 14:36 Merge branch 'master' into next William Morgan 1 +3 -0
2009-08-26 22:40 add 'a' and 'd' keybindings to thread-view-mode to archive/delete current thread Carl Worth 1 +3 -0
2009-09-09 14:08 Merge branch 'master' into next William Morgan 8 +56 -32
2009-09-09 14:06 bugfix: console mode can't start a message in #initialize William Morgan 1 +14 -9
2009-09-09 14:05 don't require log-mode to auto-respawn William Morgan 1 +7 -4
2009-09-09 14:03 protect getch from ctrl-c's outside of the main event loop William Morgan 2 +12 -5
2009-09-08 19:58 Merge branch 'custom-search-hook' William Morgan 2 +16 -0
2009-09-08 19:55 fix broken merge William Morgan 1 +0 -3
2009-09-08 19:47 remove out-of-date comments about the hook system William Morgan 2 +1 -19
2009-09-08 19:41 Merge branch 'enclosed-message-display-tweaks' William Morgan 2 +32 -11
2009-09-08 19:37 Merge branch 'console-mode' William Morgan 4 +113 -0
2009-09-08 19:36 Merge branch 'restore-state' William Morgan 1 +12 -8
2009-09-08 19:26 Merge branch 'reply-all-keybindings' William Morgan 3 +14 -6
2009-09-08 19:25 Merge branch 'logging-tweaks' William Morgan 2 +5 -2
2009-09-08 19:24 Merge branch 'hook-local-vars' William Morgan 1 +26 -39
2009-09-08 19:21 Merge branch 'master' into next William Morgan 1 +1 -0
2009-09-06 18:04 always apply label :sent to messages in sentmanager Ben Walton 1 +1 -0
2009-09-06 14:59 Merge branch 'master' into next William Morgan 1 +3 -0
2009-09-06 14:56 coerce Message#add_label (and others) arguments to symbols William Morgan 1 +3 -0
2009-09-06 13:47 Merge branch 'master' into next William Morgan 1 +3 -1
2009-09-06 13:45 bugfix: :sent label not being applied to sent messages William Morgan 1 +3 -1
2009-09-06 13:37 Merge branch 'preemptive-loading' into next William Morgan 1 +0 -2
2009-09-06 13:37 remove debugging statements William Morgan 1 +0 -2
2009-09-04 17:28 Merge branch 'xapian-updates' William Morgan 2 +161 -87
2009-09-04 15:52 Merge branch 'master' into next William Morgan 1 +17 -13
2009-07-28 16:58 handle malformed multiplart messages Kornilios Kourtis 1 +9 -5
2009-09-04 15:21 Merge branch 'master' into next William Morgan 2 +77 -82
2009-09-04 15:21 minor sup-config output tweaks William Morgan 1 +4 -6
2009-09-04 15:18 sup-config whitespace tweaks William Morgan 1 +69 -75
2009-09-04 15:14 bugfix in yaml serialization William Morgan 1 +3 -1
2009-09-04 15:13 fail fast if config is not valid William Morgan 1 +1 -0
2009-09-04 14:31 Merge branch 'master' into next William Morgan 2 +9 -6
2009-09-04 14:29 bugfix: crypto return values when no gpg binary detected William Morgan 2 +9 -6
2009-09-03 17:53 Merge branch 'preemptive-loading' into next William Morgan 3 +21 -20
2009-09-03 17:49 make load-more callbacks use a queue and be thread-safe William Morgan 1 +17 -17
2009-08-23 18:46 ui responsiveness tweaks Rich Lane 2 +3 -2
2009-08-23 18:46 preemptively load messages when scrolling Rich Lane 1 +1 -1
2009-09-03 17:09 Merge branch 'alignment-tweaks' into next William Morgan 3 +28 -33
2009-09-03 17:08 rejigger alignment of messages when using 'n' and 'p' William Morgan 2 +27 -32
2009-09-03 16:35 move open3 require to correct file William Morgan 2 +1 -1
2009-09-03 15:23 Merge branch 'master' into next William Morgan 1 +5 -0
2009-08-23 18:36 sup-sync: restore state on messages that don't already exist Rich Lane 1 +5 -0
2009-09-02 13:45 Revert "Merge branch 'after-add-message-hook' into next" William Morgan 1 +0 -10
2009-09-01 03:15 Merge branch 'xapian-updates' into next William Morgan 1 +3 -1
2009-08-30 20:28 remove use of Object#tap Rich Lane 1 +3 -1
2009-09-01 03:04 Merge branch 'logging' into next William Morgan 1 +3 -0
2009-08-26 21:35 make SUP_LOG_LEVEL self-documenting Carl Worth 1 +3 -0
2009-09-01 02:59 Merge branch 'master' into next William Morgan 1 +1 -1
2009-08-25 09:29 add UTF-8 encoding string for ArchLinux systems Israel Herraiz 1 +1 -1
2009-09-01 02:47 Merge branch 'reply-all-keybindings' into next William Morgan 3 +14 -6
2009-08-23 18:49 reply all keybindings Rich Lane 3 +14 -6
2009-09-01 02:38 Merge branch 'logging' into next William Morgan 1 +1 -1
2009-09-01 02:37 minor: move hook load messages from info to debug William Morgan 1 +1 -1
2009-09-01 02:33 Merge branch 'hook-local-vars' into next William Morgan 1 +1 -0
2009-09-01 02:32 bugfix: clear cached lambda hook locals after hook call William Morgan 1 +1 -0
2009-09-01 02:24 rejigger sup-sync logic slightly William Morgan 1 +12 -8
2009-08-31 00:50 sup-sync: restore state on messages that don't already exist Rich Lane 1 +5 -0
2009-08-25 14:07 Merge branch 'master' into next William Morgan 3 +2 -78
2009-08-25 14:04 remove obsolete Manifest.txt William Morgan 1 +0 -76
2009-08-25 13:53 Merge branch 'run-mailcap-fixes' William Morgan 1 +2 -2
2009-08-25 13:53 Merge branch 'buffer-rolling' William Morgan 1 +11 -5
2009-08-25 13:51 Merge branch 'locking-refactor' William Morgan 11 +91 -110
2009-08-25 13:39 Merge branch 'ncurses-fixes' William Morgan 3 +53 -26
2009-08-25 13:38 Merge branch 'various-api-refactors' William Morgan 8 +38 -8
2009-08-25 13:38 Merge branch 'logging' William Morgan 48 +506 -474
2009-08-24 23:21 Merge branch 'xapian-updates' into next William Morgan 2 +36 -19
2009-08-24 22:44 Merge branch 'after-add-message-hook' into next William Morgan 1 +10 -0
2009-08-22 18:28 add Message#load_from_index! shortcut Rich Lane 2 +36 -19
2009-08-21 01:57 add an after-add-message hook Kevin Riggle 1 +10 -0
2009-08-24 22:35 Merge branch 'hook-local-vars' into next William Morgan 1 +13 -1
2009-08-24 22:32 fix proc locals, which must use the old method trick William Morgan 1 +13 -1
2009-08-20 00:21 convert a couple of arrays to sets for labels Carl Worth 2 +2 -2
2009-08-23 17:24 Merge branch 'hook-local-vars' into next William Morgan 1 +13 -44
2009-08-23 17:11 rewrite hookmanager to use eval for locals William Morgan 1 +13 -39
2009-08-22 14:56 Merge branch 'master' into next William Morgan 1 +2 -2
2009-08-19 20:56 fix garbaged text in textfield when using ncursesw Benoît PIERRE 1 +2 -2
2009-08-22 14:49 Merge branch 'master' into next William Morgan 1 +1 -1
2009-08-18 18:30 fix a thread merging bug introduced by refactoring in 59f8fc2 Alex Vandiver 1 +1 -1
2009-08-22 14:33 Merge branch 'logging' into next William Morgan 2 +2 -2
2009-08-22 14:33 switch non-error imap messages to info from debug William Morgan 1 +1 -1
2009-08-22 14:24 minor logging output tweak William Morgan 1 +1 -1
2009-08-22 14:17 Merge branch 'xapian-updates' into next William Morgan 1 +123 -68
2009-08-16 20:28 xapian index format versioning Rich Lane 1 +13 -1
2009-08-16 19:35 move all GDBM data into Xapian Rich Lane 1 +110 -67
2009-08-19 18:34 Merge branch 'various-api-refactors' into next William Morgan 6 +36 -6
2009-08-19 18:34 minor misc code tweaks William Morgan 2 +2 -2
2009-08-19 18:32 have mbox, maildir and imap sources (de)serialize labels nicely William Morgan 4 +18 -0
2009-08-19 18:31 add hooks for before- and after- yaml marshalling William Morgan 1 +16 -4
2009-08-18 18:36 Merge branch 'console-mode' into next William Morgan 1 +12 -1
2009-08-18 18:33 add intro help text and 'e' command to console mode William Morgan 1 +12 -1
2009-08-18 18:01 Merge branch 'console-mode' into next William Morgan 4 +99 -0
2009-08-17 06:39 console: clear_hooks Rich Lane 2 +7 -0
2009-08-17 06:39 console: reload Rich Lane 1 +30 -0
2009-08-17 06:39 console: index internals accessor Rich Lane 1 +3 -0
2009-08-17 06:39 console: add/remove labels Rich Lane 1 +12 -0
2009-08-17 06:39 console mode Rich Lane 3 +47 -0
2009-08-18 17:38 Merge branch 'master' into next William Morgan 1 +3 -0
2009-08-16 19:36 add 'I' keybinding to raise Inbox buffer Rich Lane 1 +3 -0
2009-08-18 17:35 Merge branch 'buffer-rolling' into next William Morgan 1 +11 -5
2009-08-16 19:35 skip system buffers when rolling Rich Lane 1 +11 -5
2009-08-18 17:30 Merge branch 'master' into next William Morgan 1 +1 -1
2009-08-15 04:29 maildir: allow ', ' in the unique-name portion of a maildir filename Carl Worth 1 +1 -1
2009-08-18 16:07 Merge branch 'ncurses-fixes' into next William Morgan 1 +1 -0
2009-08-18 16:07 ncurses cursor pops on after refresh. disable that. William Morgan 1 +1 -0
2009-08-18 02:29 Merge branch 'logging' into next William Morgan 1 +1 -1
2009-08-18 02:28 bugfix:relay event when new message is added to index William Morgan 1 +1 -1
2009-08-17 20:32 clean up some minor conflict mis-resolutions William Morgan 2 +2 -2
2009-08-17 19:24 Merge branch 'logging' into next William Morgan 47 +505 -472
2009-08-17 15:47 rewrite logging to have multiple levels: debug, info, etc. William Morgan 27 +206 -187
2009-08-12 17:14 rewrite Singleton to not require i_am_the_instance William Morgan 24 +32 -51
2009-08-03 16:27 minor code style tweaks and whitespace removals William Morgan 14 +57 -57
2009-08-11 19:34 refactor index access into three methods and rewrite PollManager#each_message_from William Morgan 12 +156 -127
2009-08-11 20:00 maintain labels as Sets rather than arrays William Morgan 16 +64 -61
2009-08-16 22:00 Merge branch 'ncurses-fixes' into next William Morgan 1 +1 -0
2009-08-14 23:08 restore keypad mode after we force ncurses to refresh the whole screen Benoît PIERRE 1 +1 -0
2009-08-16 21:02 Merge branch 'master' into next William Morgan 1 +1 -1
2009-08-16 21:01 when writing mbox files, output From_ line date as utc William Morgan 1 +1 -1
2009-08-14 20:13 Merge branch 'run-mailcap-fixes' into next William Morgan 1 +2 -2
2009-08-11 22:09 use BufferManager.shell_out to call run-mailcap instead of system Benoît PIERRE 1 +1 -1
2009-08-11 22:09 don't redirect stderr to /dev/null when calling run-mailcap Benoît PIERRE 1 +1 -1
2009-08-11 20:16 Merge branch 'master' into next William Morgan 1 +8 -9
2009-08-06 19:32 move xapian index loading into load_index Rich Lane 1 +8 -9
2009-08-11 20:02 Merge branch 'master' into next William Morgan 1 +2 -2
2009-08-03 16:24 allow sup-sync to use --start-at with --restored William Morgan 1 +2 -2
2009-08-07 01:36 Merge branch 'locking-refactor' into next William Morgan 11 +91 -111
2009-08-07 01:36 Merge branch 'ncurses-fixes' into next William Morgan 2 +2 -1
2009-08-07 01:33 refactor index locking interaction and replace suicidemanager William Morgan 11 +91 -111
2009-08-07 00:25 die gracefully upon SIGKILL William Morgan 2 +2 -1
2009-08-06 18:30 Merge branch 'ncurses-fixes' into next William Morgan 2 +42 -15
2009-08-06 16:21 rewrap getch in select, handle sigwinch manually William Morgan 2 +33 -7
2009-08-05 20:39 Revert "Merge branch 'ncurses-fixes' into next" William Morgan 2 +26 -24
2009-08-05 19:55 Merge branch 'ncurses-fixes' into next William Morgan 2 +24 -26
2009-08-05 19:55 Merge branch 'master' into next William Morgan 1 +3 -1
2009-08-05 19:41 trap term William Morgan 1 +2 -0
2009-08-05 19:40 improve ncurses key handling for sigwinch and sigint William Morgan 2 +22 -26
2009-08-05 19:51 port ezyang@mit.edu's chattyness patch over to xapian/ferret split William Morgan 1 +2 -2
2009-08-01 22:56 xapian: drop excessively long terms Rich Lane 1 +3 -1
2009-08-03 16:29 Merge branch 'xapian' William Morgan 21 +1215 -600
2009-07-28 16:00 Merge branch 'xapian' into next William Morgan 2 +2 -1
2009-07-28 16:00 Merge branch 'master' into next William Morgan 1 +6 -0
2009-07-28 03:19 xapian: fix issue with empty ferret query Rich Lane 1 +1 -0
2009-07-28 03:19 xapian: fix MAX_DATE Rich Lane 1 +1 -1
2009-07-28 05:02 explicitly load messages in testcase Rich Lane 1 +6 -0
2009-07-28 15:24 Merge branch 'master' into next William Morgan 1 +2 -2
2009-07-27 17:39 make logging less chatty Edward Z. Yang 1 +2 -2
2009-07-28 15:15 Merge branch 'master' into next William Morgan 1 +1 -0
2009-07-27 19:03 fix broken arrow keypresses after shelling out Edward Z. Yang 1 +1 -0
2009-07-27 18:04 Merge branch 'custom-search-hook' into next William Morgan 2 +18 -1
2009-06-26 17:10 add custom-search hook, for shortcuts for custom search queries Edward Z. Yang 2 +18 -1
2009-07-27 17:18 Merge branch 'master' into next William Morgan 1 +8 -1
2009-07-09 19:55 Use /etc/mailname if present to determine the hostname for Message-Id Adeodato Simó 1 +8 -1
2009-07-27 16:56 Merge branch 'master' into next William Morgan 2 +2 -6
2009-07-06 07:50 easy_decode now also catches InvalidCharacter Nicolas Pouillard 2 +2 -6
2009-07-27 16:29 Merge branch 'master' into next William Morgan 1 +1 -1
2009-07-11 11:57 Unbreak "bounce-command" hook (was referencing an nonexistent variable) Adeodato Simó 1 +1 -1
2009-07-27 16:06 Merge branch 'xapian' into next William Morgan 5 +8 -6
2009-07-25 19:27 xapian: dont exclude spam/etc in some internal searches Rich Lane 4 +4 -3
2009-07-25 02:50 xapian: initialize sources in sup-dump Rich Lane 1 +1 -0
2009-07-25 03:25 xapian: fix mk_addrs args in build_message Rich Lane 1 +3 -3
2009-07-27 15:59 Merge branch 'xapian' into next William Morgan 21 +1212 -600
2009-06-24 17:30 bugfix: dates need to be truncated for xapian to index William Morgan 1 +24 -4
2009-06-24 13:10 explicitly load index version, for better error messages William Morgan 1 +4 -4
2009-06-20 20:50 dont using SavingHash#[] for membership test Rich Lane 1 +5 -3
2009-06-20 20:50 add limit argument to author_names_and_newness_for_thread Rich Lane 1 +10 -5
2009-06-20 20:50 fix String#ord monkeypatch Rich Lane 1 +1 -1
2009-06-20 20:50 index: add xapian implementation Rich Lane 2 +484 -1
2009-06-20 20:50 index: choose index implementation with config entry or environment variable Rich Lane 2 +10 -2
2009-06-20 20:50 add Message.indexable_{body, chunks, subject} Rich Lane 1 +14 -2
2009-06-20 20:50 remove last external uses of ferret docid Rich Lane 4 +13 -17
2009-06-20 20:50 index: move Ferret-specific code to ferret_index.rb Rich Lane 2 +509 -407
2009-06-20 20:50 index: make wrap_subj methods private Rich Lane 1 +3 -3
2009-06-20 20:50 index: revert overeager opts->query rename in each_message_in_thread_for Rich Lane 1 +4 -4
2009-06-20 20:50 index: remove unused method fresh_thread_id Rich Lane 1 +0 -1
2009-06-20 20:50 move source-related methods to SourceManager Rich Lane 11 +92 -79
2009-06-20 20:50 index: move has_any_from_source_with_label? to sup-sync-back Rich Lane 2 +6 -8
2009-06-20 20:50 switch DraftManager to use Message.build_from_source Rich Lane 1 +2 -1
2009-06-20 20:50 index: remove unused method load_entry_for_id Rich Lane 1 +0 -11
2009-06-20 20:50 remove ferret entry from poll/sync interface Rich Lane 6 +32 -41
2009-06-20 20:50 remove load_entry_for_id call in DraftManager.discard Rich Lane 1 +2 -7
2009-06-20 20:50 remove load_entry_for_id call in sup-recover-sources Rich Lane 2 +11 -7
2009-06-17 00:24 index: consistent naming Rich Lane 5 +63 -73
2009-06-17 00:24 index: cleanup interface Rich Lane 4 +30 -26
2009-06-24 13:43 fix another missing part of a previous merge William Morgan 1 +1 -0
2009-06-24 13:42 fix missing part of a previous merge William Morgan 1 +1 -1
2009-06-24 13:38 Merge commit 'bwalton/bw/flexible_sent' William Morgan 8 +113 -25
2009-06-24 13:36 Merge commit 'bwalton/bw/bounce_message' William Morgan 1 +45 -0
2009-06-24 13:35 Merge branch 'labels-before-subj' William Morgan 1 +4 -3
2009-06-15 16:50 Merge branch 'master' into next William Morgan 0 +0 -0
2009-06-15 16:48 bugfix: correct time format in sent message mbox William Morgan 1 +2 -2
2009-06-15 16:36 Merge branch 'master' into next William Morgan 1 +2 -2
2009-06-15 16:35 remove warnings about RE_UTF8 William Morgan 1 +2 -2
2009-06-15 16:31 Merge branch 'master' into next William Morgan 8 +66 -55
2009-06-12 19:35 fixes for ruby1.9 Rich Lane 8 +66 -55
2009-06-15 15:11 Merge branch 'master' into next William Morgan 3 +11 -1
2009-06-15 15:08 update changelog and releasenotes for 0.8.1 William Morgan 3 +11 -1
2009-06-15 15:01 Merge branch 'master' into next William Morgan 2 +10 -2
2009-06-15 15:00 make multibyte display "work" for non-utf8 locales William Morgan 2 +10 -2
2009-06-12 17:10 Merge commit 'bw/bw/bounce_message' into next William Morgan 1 +45 -0
2009-06-09 00:05 Merge branch 'master' into next William Morgan 1 +1 -1
2009-06-09 00:03 fix reply-mode always selecting "Customized" William Morgan 1 +1 -1
2009-06-08 18:09 Merge branch 'master' into next William Morgan 1 +5 -2
2009-06-08 18:07 reduce quote parsing worst-case behavior William Morgan 1 +5 -2
2009-06-07 23:44 Bounce Message Hook Ben Walton 2 +14 -3
2009-06-07 16:38 Add message bouncing capability Ben Walton 2 +34 -0
2009-06-05 16:43 Merge branch 'master' into next William Morgan 4 +130 -130
2009-06-05 16:40 update documentation to be slightly less out of date William Morgan 4 +126 -130
2009-06-05 16:13 add sup-announce list info to webpage William Morgan 1 +4 -0
2009-06-05 15:21 Merge branch 'master' into next William Morgan 4 +49 -13
2009-06-05 15:01 update changelog, etc for 0.8 release William Morgan 4 +49 -13
2009-06-05 14:40 Merge branch 'enclosed-message-display-tweaks' into next William Morgan 2 +32 -11
2009-06-05 14:40 Merge branch 'master' into next William Morgan 1 +9 -1
2009-05-29 12:48 prettier printing of enclosed messages Israel Herraiz 2 +32 -11
2009-06-05 14:34 don't jump to the next open message when expanding William Morgan 1 +1 -1
2009-06-04 16:03 Add V to view a raw message (headers and body). Ben Walton 1 +8 -0
2009-06-05 03:35 Merge branch 'master' into next William Morgan 1 +14 -6
2009-06-05 03:32 make enter collapse current message in thread-view-mode William Morgan 1 +14 -6
2009-06-02 16:43 Merge branch 'master' into next William Morgan 2 +1 -4
2009-06-02 16:42 remove vestigal Iconv.normalize method William Morgan 1 +0 -3
2009-06-02 16:29 handle nil charset on attachments Mark Alexander 1 +1 -1
2009-06-02 14:41 Merge branch 'master' into next William Morgan 5 +49 -57
2009-06-02 14:39 refactor iconv stuff, and normalize message body and headers William Morgan 5 +51 -59
2009-05-31 15:59 Merge branch 'master' into next William Morgan 2 +13 -9
2009-05-31 15:58 yet another utf8 bugfix: fix string subsetting William Morgan 1 +10 -5
2009-05-31 15:57 minor display_length optimization William Morgan 1 +3 -4
2009-05-31 01:03 Merge branch 'master' into next William Morgan 5 +36 -37
2009-03-25 16:00 Use rake/packagegemtask Richard Brown 3 +34 -36
2009-05-31 00:55 move rfc2047 require to proper place William Morgan 2 +2 -1
2009-05-31 00:15 Merge branch 'master' into next William Morgan 2 +8 -5
2009-05-31 00:14 utf8 bugfix: clear lines correctly William Morgan 1 +3 -2
2009-05-31 00:11 minor display optimization William Morgan 1 +5 -3
2009-05-28 16:26 Merge commit 'bwalton/bw/flexible_sent' into next William Morgan 8 +115 -27
2009-05-09 01:25 Collapse attr_reader lines Ben Walton 1 +1 -2
2009-05-09 01:23 Small cleanup: Don't use $config in main code. Ben Walton 1 +2 -2
2009-05-07 21:46 Sent label handling change Ben Walton 2 +3 -2
2009-05-07 21:23 sup-config: add awareness of non-default sent source Ben Walton 1 +30 -3
2009-05-07 02:44 SentManager: rework handling to allow for user specified source Ben Walton 3 +30 -20
2009-05-07 02:32 Add store_message to IMAP, mbox and Maildir sources. Ben Walton 3 +52 -1
2009-05-28 14:59 Merge branch 'master' into next William Morgan 1 +2 -2
2009-05-28 14:58 minor update of undo message for labeling one thread William Morgan 1 +1 -1
2009-05-28 14:56 Merge branch 'parser-user-query-fix' William Morgan 3 +30 -22
2009-05-28 14:56 Merge commit 'origin/utf8-fixes' William Morgan 6 +45 -17
2009-05-28 14:45 Merge commit 'origin/undo-manager' William Morgan 6 +195 -26
2009-05-28 14:31 Merge commit 'origin/various-mbox-fixes' William Morgan 6 +79 -22
2009-05-28 14:29 Merge commit 'origin/scanning-speedups' William Morgan 15 +226 -264
2009-05-27 16:09 Merge branch 'labels-before-subj' into next William Morgan 1 +4 -3
2009-05-23 18:25 put labels before subject in thread index view Mark Alexander 1 +4 -3
2009-05-27 14:19 Merge branch 'master' into next William Morgan 2 +8 -9
2009-05-23 04:59 Remove duplicate line Alex Vandiver 1 +0 -1
2009-02-19 05:44 Standardize on backquotes for program invocations, single quotes for keypresses, and double-quotes for everything else Alex Vandiver 1 +7 -7
2009-02-19 05:37 Minor typo fix Alex Vandiver 1 +1 -1
2009-02-19 05:37 Correct "Appending A" to "Appendix A" Alex Vandiver 1 +1 -1
2009-05-26 21:43 Merge branch 'master' into next William Morgan 2 +9 -5
2009-05-26 21:39 enforce label uniqueness and internedness William Morgan 2 +7 -3
2009-05-26 21:34 minor comment tweak William Morgan 1 +2 -2
2009-05-26 21:23 Merge branch 'master' into next William Morgan 1 +1 -1
2009-05-26 21:22 fencepost bug: thread size wrong in log William Morgan 1 +1 -1
2009-05-20 22:11 Merge branch 'utf8-fixes' into next William Morgan 1 +1 -1
2009-05-20 22:11 remove debugging change William Morgan 1 +1 -1
2009-05-20 18:48 Merge branch 'master' into next William Morgan 1 +1 -1
2009-05-20 18:47 bugfix: use 64 colors, not 16 William Morgan 1 +1 -1
2009-05-20 01:06 Merge branch 'utf8-fixes' into next William Morgan 6 +45 -17
2009-05-20 01:04 more display_length changes William Morgan 2 +4 -4
2009-05-20 00:39 fix display of utf8 characters so that widths are correct William Morgan 4 +13 -11
2009-05-20 00:27 mime-encode utf8 addressess and subjects in outgoing mail William Morgan 1 +28 -2
2009-05-19 23:52 Merge commit 'origin/sup-sync-improvements' William Morgan 2 +28 -13
2009-05-18 19:14 Merge branch 'master' into next William Morgan 2 +14 -2
2009-05-18 19:12 bugfix: label counts not set correctly on new messages William Morgan 2 +14 -2
2009-05-18 18:18 Merge branch 'parser-user-query-fix' into next William Morgan 3 +30 -22
2009-05-18 18:17 Merge branch 'master' into next William Morgan 1 +4 -0
2009-05-18 18:16 add a --very-verbose option to sup-tweak-labels William Morgan 1 +4 -0
2009-05-18 17:25 make a Index#run_query method, update sup-tweak-labels William Morgan 2 +16 -7
2009-05-18 15:34 make parse_user_query_string raise exceptions on error William Morgan 2 +14 -15
2009-05-18 15:21 Merge branch 'master' into next William Morgan 9 +1 -1
2009-05-16 15:01 chmod a+x bin/* Kirill Smelkov 8 +0 -0
2009-05-13 09:02 Chronic context fix Marcus Williams 1 +1 -1
2009-05-18 14:32 Merge commit 'origin/string-split-fixes' William Morgan 6 +17 -12
2009-05-18 14:32 Merge commit 'origin/edit-message-mode-longname' William Morgan 1 +1 -1
2009-05-18 14:31 Merge branch 'better-buffer-list' William Morgan 12 +34 -20
2009-05-18 14:31 Merge commit 'origin/labels-rework' William Morgan 4 +11 -12
2009-05-18 14:28 Merge branch 'zsh-completion' William Morgan 1 +114 -0
2009-05-18 14:28 Merge branch 'dlload-bugfix' William Morgan 2 +30 -13
2009-05-18 14:22 Merge branch 'undo-manager' into next William Morgan 3 +120 -126
2009-05-18 14:10 Merge branch 'various-mbox-fixes' into next William Morgan 3 +72 -8
2009-05-17 20:22 Merge branch 'master' into next William Morgan 1 +2 -1
2009-05-17 20:19 clean up undo logic William Morgan 2 +109 -109
2009-05-17 20:18 make UndoManager#register take a block William Morgan 1 +8 -11
2009-05-17 19:31 minor bugfix: rubymail sometimes returns a nil content_type William Morgan 1 +2 -1
2009-05-17 18:37 check for a correct date on mbox From lines William Morgan 3 +70 -6
2009-05-17 18:36 make the default MBox start offset be 0, not nil William Morgan 1 +1 -1
2009-05-17 18:36 make MBox::Loader#next return nil once EOF is hit William Morgan 1 +1 -1
2009-05-13 20:53 Merge branch 'string-split-fixes' into next William Morgan 6 +17 -12
2009-05-13 20:53 Merge branch 'master' into next William Morgan 2 +1 -6
2009-05-13 20:08 bugfix: further fixing of split usage William Morgan 1 +4 -4
2009-05-13 20:07 bugfix: index label parsing code incorrect William Morgan 6 +13 -8
2009-05-13 19:47 minor: remove ucfirst (use capitalize instead) William Morgan 2 +1 -6
2009-05-04 14:46 Merge branch 'better-buffer-list' into next William Morgan 1 +1 -1
2009-05-04 14:44 Keymap: improve behaviour of apply to tagged in thread index Ben Walton 1 +1 -1
2009-05-04 12:48 Merge branch 'sup-sync-improvements' into next William Morgan 2 +26 -3
2009-05-04 12:45 Merge branch 'dlload-bugfix' into next William Morgan 1 +1 -1
2009-05-04 12:43 bugfix: typo William Morgan 1 +1 -1
2009-05-04 12:41 Merge branch 'master' into next William Morgan 1 +2 -2
2009-05-04 12:37 bugfix: poll.rb assuming all messages have froms William Morgan 1 +2 -2
2009-05-04 12:32 improve sup-sync output William Morgan 1 +12 -9
2009-05-04 12:29 make sup-sync's --start-at actually useful William Morgan 2 +16 -4
2009-04-29 17:53 Merge branch 'various-mbox-fixes' into next William Morgan 5 +10 -17
2009-04-29 17:48 don't require has_errors? in Source objects William Morgan 3 +3 -9
2009-04-29 17:47 make raw_message faster with string += => << William Morgan 1 +1 -1
2009-04-28 13:34 fix mbox splitting regexp William Morgan 2 +7 -8
2009-04-27 00:03 Merge branch 'scanning-speedups' into next William Morgan 1 +1 -1
2009-04-27 00:03 aaaand fix up NON_EDITABLE_HEADERS William Morgan 1 +1 -1
2009-04-26 23:59 Merge branch 'scanning-speedups' into next William Morgan 1 +1 -1
2009-04-26 23:58 bugfix: edit-message-mode headers broken by case changes William Morgan 1 +1 -1
2009-04-26 22:22 Merge branch 'scanning-speedups' into next William Morgan 15 +221 -267
2009-04-26 22:22 Merge branch 'master' into next William Morgan 1 +4 -0
2009-04-26 22:18 don't automatically parse header on Message#new William Morgan 3 +7 -4
2009-04-26 22:16 make Index#sync_message take an extra speedy arg William Morgan 2 +18 -18
2009-04-26 22:15 disable extra (slow) sanity check in Index adding William Morgan 1 +4 -5
2009-04-26 16:11 better sup-sync output William Morgan 1 +4 -4
2009-04-26 16:10 move MBox.parse_header -> Source.parse_raw_email_header William Morgan 10 +155 -157
2009-04-26 15:46 disable logging of email header cleanups William Morgan 1 +3 -3
2009-04-26 15:44 change email header parsing. MASSIVE SPEEDUP! William Morgan 4 +69 -105
2009-04-26 14:48 replace += with << in mbox reading William Morgan 1 +2 -2
2009-04-26 14:32 remove vestigal mbox#read_body method William Morgan 1 +1 -11
2009-04-26 14:28 make sup-files.rb print out all files when executed William Morgan 1 +4 -0
2009-04-23 13:18 Merge branch 'edit-message-mode-longname' into next William Morgan 1 +1 -1
2009-04-23 12:42 Merge branch 'master' into next William Morgan 1 +16 -4
2009-04-23 12:41 improve mime-view and mime-decode hook documentation William Morgan 1 +16 -4
2009-04-23 12:02 Changed cc and bcc field editing to use Person.full_address instead of Person.longname which includes the quotations of the name if needed. Stefan Lundström 1 +1 -1
2009-04-13 14:54 Merge branch 'master' into next William Morgan 1 +1 -1
2009-04-13 14:53 trivial: display attachment sizes William Morgan 1 +1 -1
2009-04-09 19:29 Merge branch 'dlload-bugfix' into next William Morgan 2 +30 -13
2009-04-09 19:28 Merge branch 'better-buffer-list' into next William Morgan 1 +5 -6
2009-04-09 19:28 update NewUserGuide.txt with new keymappings William Morgan 1 +5 -6
2009-04-09 19:26 add libc message for BSD users William Morgan 1 +3 -0
2009-04-09 19:23 improve dlload of setlocale() and include cygwin William Morgan 2 +27 -13
2009-04-09 17:35 Merge branches 'dont-canonicalize-email-addresses', 'multi-remove-labels', 'merge-labels', 'background-save' and 'encoding-misspellings' William Morgan 16 +125 -144
2009-04-09 17:22 Merge branch 'better-buffer-list' into next William Morgan 11 +29 -14
2009-04-09 17:22 Revert "Buffer switching, 'bn' for the next one and 'bp' for the previous" William Morgan 1 +2 -4
2009-04-09 17:17 keybindings: ; -> buffer-list-mode, b, B, + William Morgan 3 +4 -4
2009-04-09 17:11 improve buffer-list-mode to sort by atime and more William Morgan 2 +10 -3
2009-04-09 17:10 add unsaved? attribute to modes William Morgan 4 +6 -1
2009-04-09 17:06 add system and atime attributes to buffers William Morgan 4 +9 -6
2009-03-29 16:38 Merge branch 'master' into next William Morgan 1 +7 -2
2009-03-29 16:38 Merge branch 'dont-canonicalize-email-addresses' into next William Morgan 1 +7 -3
2009-03-29 16:36 bugfix: catch invalid regular expressions in tag-matching William Morgan 1 +7 -2
2009-03-29 16:25 Merge branch 'labels-rework' into next William Morgan 5 +14 -14
2009-03-16 18:40 Resync listable_labels and applyable_labels with reality Nicolas Pouillard 4 +11 -12
2009-03-29 15:42 Merge branch 'default-colors' William Morgan 2 +26 -25
2009-03-27 12:37 bugfix bugfix: preserve recipient_email email address William Morgan 1 +7 -3
2009-03-26 19:41 Merge branch 'dont-canonicalize-email-addresses' into next William Morgan 1 +20 -13
2009-03-26 19:39 bugfix: reply from addresses drop the names William Morgan 1 +20 -13
2009-03-25 17:07 update webpage to reference blog and fix 0.7 release date William Morgan 1 +3 -2
2009-03-25 15:52 Merge branch 'dont-canonicalize-email-addresses' into next William Morgan 12 +59 -106
2009-03-25 15:49 overwrite from and to fields in index when saving a message William Morgan 1 +11 -2
2009-03-25 15:49 properly parse email addresses store in index William Morgan 1 +15 -2
2009-03-25 15:06 remove references to PersonManager in tests William Morgan 1 +0 -5
2009-03-16 18:38 Remove the now useless PersonManager Nicolas Pouillard 9 +23 -36
2009-03-16 18:38 Close the "remove email->name mapping" issue Nicolas Pouillard 1 +6 -2
2009-03-16 18:37 Remove the people.txt mapping. Nicolas Pouillard 4 +11 -66
2009-03-25 14:44 Merge branch 'undo-manager' into next William Morgan 1 +1 -0
2009-03-18 17:24 Add lib/sup/undo.rb to Manifest.txt Nicolas Pouillard 1 +1 -0
2009-03-25 14:36 Merge branch 'zsh-completion' into next William Morgan 1 +114 -0
2009-03-25 14:36 Merge branch 'master' into next William Morgan 5 +41 -43
2009-03-25 13:56 Initial zsh completion. Ingmar Vanhassel 1 +114 -0
2009-03-25 13:25 rework Rakefile for "rake gem" and "rake tarball" William Morgan 5 +41 -43
2009-03-25 12:36 Merge branch 'background-save' into next William Morgan 1 +21 -9
2009-03-25 12:33 make ThreadIndexMode#save optionally threaded William Morgan 1 +19 -13
2009-03-25 03:22 Merge branch 'merge-labels' into next William Morgan 2 +2 -2
2009-03-25 03:21 background-threadify message state saving William Morgan 1 +14 -8
2009-03-23 16:23 Merge branch 'sigwinch' into next William Morgan 1 +0 -1
2009-03-23 16:23 Revert "redraw screen upon sigwinch" William Morgan 1 +0 -1
2009-03-23 15:55 don't add :unread and :inbox for dupes William Morgan 2 +2 -2
2009-03-23 15:35 Merge branch 'default-colors' into next William Morgan 1 +4 -4
2009-03-23 15:33 foreground colors should stay "black", not "default" William Morgan 1 +4 -4
2009-03-23 15:21 Merge branch 'default-colors' into next William Morgan 2 +30 -29
2009-03-23 15:19 change default background colors from "black" to "default" William Morgan 1 +29 -29
2009-03-23 15:08 make ncurses use terminal default colors Mark Alexander 1 +1 -0
2009-03-23 14:59 Merge branch 'sigwinch' into next William Morgan 1 +1 -0
2009-03-23 14:56 Merge branch 'encoding-misspellings' into next William Morgan 2 +6 -5
2009-03-16 18:56 decoding: handle more misspellings, in particular ISO-8859-15 Nicolas Pouillard 1 +5 -4
2009-03-16 18:41 Fix a bug in sup-tweak-label when multiple sources are given. Nicolas Pouillard 1 +1 -1
2009-03-23 14:51 Merge branch 'roll-buffers' into next William Morgan 1 +4 -2
2009-03-16 18:36 Buffer switching, 'bn' for the next one and 'bp' for the previous Nicolas Pouillard 1 +4 -2
2009-03-23 14:46 Merge branch 'multi-remove-labels' into next William Morgan 1 +19 -11
2009-03-16 18:35 Allow multi_edit_labels to remove labels using -lab (the "; l" key binding) Nicolas Pouillard 1 +14 -5
2009-03-23 14:38 Merge branch 'master' into next William Morgan 6 +61 -29
2009-03-23 14:35 update release-script for new process William Morgan 1 +2 -3
2009-03-23 14:35 add sup.gemspec William Morgan 1 +34 -0
2009-03-23 14:33 remove welcome to sup message William Morgan 1 +0 -5
2009-03-23 14:25 minor README tweaks William Morgan 1 +2 -2
2009-03-23 14:11 update unit tests to reflect header parsing William Morgan 1 +7 -3
2009-03-23 14:08 fix contributor list in index.html William Morgan 1 +16 -16
2009-03-23 12:27 redraw screen upon sigwinch William Morgan 1 +1 -0
2009-03-22 17:49 Merge branch 'master' into next William Morgan 1 +1 -1
2009-03-22 17:49 bugfix: previous bugfix was broken. William Morgan 1 +1 -1
2009-03-22 17:45 Merge branch 'master' into next William Morgan 1 +1 -1
2009-03-22 17:41 bugfix: sporadic hash traversal error William Morgan 1 +1 -1
2009-03-22 16:59 Merge branch 'master' into next William Morgan 8 +152 -22
2009-03-22 16:59 remake CONTRIBUTORS William Morgan 1 +1 -0
2009-03-22 16:46 minor whitespace cleanup William Morgan 1 +1 -1
2009-03-22 16:42 correctly parse headers starting with empty lines Mark Alexander 2 +95 -1
2009-03-16 18:39 Fix a recurring bug about killed threads. Nicolas Pouillard 2 +9 -3
2009-03-16 12:51 Merge branch 'merge-labels' into next William Morgan 2 +3 -8
2009-03-16 12:48 prepare for 0.7 release William Morgan 4 +46 -17
2009-03-16 12:29 Merge branch 'undo-manager' into next William Morgan 5 +192 -16
2009-02-16 05:11 Changed README to reflect addition of undo Mike Stipicevic 1 +1 -1
2009-02-16 05:11 Added undo for label edit Mike Stipicevic 1 +25 -2
2009-02-16 05:10 Added undo for delete thread Mike Stipicevic 1 +8 -1
2009-02-16 05:08 Added undo for thread deletion Mike Stipicevic 1 +17 -4
2009-02-16 05:06 Added undo for spam Mike Stipicevic 1 +18 -4
2009-02-16 05:03 Added undo for starring Mike Stipicevic 1 +19 -2
2009-02-16 05:40 Added undo for archive Mike Stipicevic 2 +54 -2
2009-02-16 05:39 Added UndoManager class Mike Stipicevic 3 +50 -0
2009-03-16 11:53 bugfix: allow unset default_attachment_save_dir William Morgan 1 +2 -1
2008-11-23 20:59 use offscreen lines for textfield overflow Steve Goldman 1 +1 -1
2008-11-23 19:39 show matching aliases before email addresses in auto complete Steve Goldman 1 +2 -2
2008-11-23 19:44 git status should ignore emacs temp files Steve Goldman 1 +2 -0
2008-11-23 19:29 make ctrl-c prompt user if sup should die ungracefully Steve Goldman 1 +10 -2
2008-11-23 18:53 Display a default save path for attachments Steve Goldman 2 +2 -1
2008-11-16 17:32 Allow to hit 'y' to send a draft in thread-view-mode Nicolas Pouillard 1 +14 -1
2008-11-16 17:18 decoding rules: ignore ascii-7bit and normalize utf-7 Nicolas Pouillard 1 +2 -1
2008-11-16 17:17 Add a limit:<int> search operator to limit the number of results Nicolas Pouillard 1 +17 -3
2008-11-26 23:41 Merge branch 'master' into next William Morgan 1 +1 -1
2008-11-11 17:52 fix class name collision in testcases Rich Lane 1 +1 -1
2008-11-26 23:23 minor cleanups William Morgan 1 +1 -6
2008-11-26 23:23 for duplicate messages, merge labels rather than discard them William Morgan 2 +2 -2
2008-11-14 13:28 Do nothing on an unknown-8bit encoding. Nicolas Pouillard 1 +1 -1
2008-11-14 12:31 Factor the Iconv decoding code, and be more lenient on encodings. Nicolas Pouillard 3 +18 -8
2008-11-14 12:29 Add a --query option to sup-tweak-labels. Nicolas Pouillard 1 +5 -0
2008-11-16 00:43 Merge commit 'c45207/hook-state-bag' into next William Morgan 2 +51 -3
2008-11-16 00:37 Merge commit 'c45207/shutdown-hook' into next William Morgan 1 +10 -0
2008-11-11 20:40 don't die when a draft discarded multiple times William Morgan 1 +4 -1
2008-11-10 11:27 adds a cross-hook variable storage mechanism Christopher Warrington 2 +51 -3
2008-11-10 10:26 added a shutdown hook Christopher Warrington 1 +10 -0
2008-11-07 20:04 don't downcase names before looking them up in the alias to person map, since keys in that map aren't downcased. Steve Goldman 1 +1 -1
2008-11-06 15:00 save contacts.txt on '$' Nicolas Pouillard 1 +1 -0
2008-11-10 04:47 remove H as a help trigger, since thread-view-mode overwrites it anyways William Morgan 1 +1 -1
2008-11-10 04:45 add a friendly message when starting sup William Morgan 1 +5 -0
2008-11-10 04:17 Merge branch 'index-locking' into next William Morgan 1 +9 -5
2008-11-10 04:16 make #load_entry_for_id return something safely useable outside the index mutex William Morgan 1 +9 -5
2008-11-10 03:59 Merge branch 'index-locking' into next William Morgan 1 +20 -16
2008-11-10 03:59 Merge branch 'master' into next William Morgan 1 +21 -0
2008-11-10 03:56 issue updates William Morgan 1 +21 -0
2008-11-04 14:07 wrap text attachments Israel Herraiz 1 +3 -1
2008-11-07 06:18 protect ferret index #[] access William Morgan 1 +20 -16
2008-11-06 21:25 Merge branch 'index-locking' into next William Morgan 2 +108 -76
2008-11-06 21:11 synchronize access to ferret William Morgan 1 +78 -58
2008-11-06 20:31 synchronize access to sources William Morgan 2 +30 -18
2008-11-05 18:41 Merge branch 'master' into next William Morgan 2 +4 -3
2008-11-05 18:41 fix hoe dependency removal William Morgan 1 +3 -2
2008-11-05 18:32 bugfix patch: sort labels upon save by string values, in case they're symbols William Morgan 1 +1 -1
2008-11-02 19:29 add self as recipient on crypted sent messages William Morgan 1 +1 -1
2008-11-02 18:54 Merge branch 'master' into next William Morgan 3 +11 -5
2008-11-02 18:53 pluralize minute(s) second(s) William Morgan 1 +9 -4
2008-11-02 18:52 accept "yes" when asked so William Morgan 1 +1 -1
2008-11-01 18:04 Sam is the author of rfc2047.rb Decklin Foster 1 +1 -0
2008-10-26 18:31 Don't redirect run-mailcap to /dev/null Decklin Foster 1 +1 -1
2008-10-26 18:30 Read in X-Foo headers Decklin Foster 1 +7 -7
2008-10-20 02:41 Merge branch 'master' into next William Morgan 2 +4 -1
2008-10-19 10:53 keybinding to show a list of unread messages Israel Herraiz 1 +3 -0
2008-10-17 08:55 Sort the contents of labels.txt Nicolas Pouillard 1 +1 -1
2008-10-14 20:10 fix up IMAP deletion William Morgan 1 +6 -2
2008-10-14 01:14 add #mark_as_deleted and #expunge to Redwood::IMAP. completely untested! William Morgan 2 +33 -1
2008-09-29 16:55 Enclosed messages as proper sub-parts Nicolas Pouillard 2 +3 -2
2008-09-29 17:09 new issue: Pulling new threads should not shift the cursor. Nicolas Pouillard 1 +20 -0
2008-08-04 02:54 prepare for 0.6 release William Morgan 5 +43 -9
2008-07-31 01:01 point webpage to Gitorious repository William Morgan 1 +2 -2
2008-07-31 00:55 unassign all undone issues from 0.6 William Morgan 8 +48 -8
2008-07-31 00:51 issue updates William Morgan 1 +25 -0
2008-06-04 00:17 maildir cpu usage regression fix Ben Walton 1 +0 -3
2008-07-31 00:46 Merge commit 'origin/ncurses-widechar' William Morgan 1 +13 -0
2008-07-31 00:34 add .ditz-plugins William Morgan 1 +1 -0
2008-07-31 00:26 Merge commit 'origin/mark-as-spam-hook' William Morgan 1 +7 -0
2008-07-31 00:18 add bugs dir back to master William Morgan 72 +1837 -0
2008-07-31 00:17 Merge commit 'origin/reply-to-hook' William Morgan 1 +16 -1
2008-07-31 00:16 Merge commit 'origin/reply-from-hook' William Morgan 1 +22 -1
2008-07-31 00:16 Merge commit 'origin/color' William Morgan 3 +96 -48
2008-06-19 18:22 Merge branch 'edit-as-new-fix' William Morgan 2 +3 -1
2008-06-19 18:11 Merge branch 'attachments' William Morgan 5 +35 -13
2008-06-19 18:09 Merge branch 'maildir-speedup' William Morgan 1 +37 -16
2008-06-19 18:08 Merge branch 'non-ascii-message-id' William Morgan 1 +12 -1
2008-06-12 16:05 add reply-from hook for user-defined handling of default from in replies Marc Hartstein 1 +22 -1
2008-06-18 20:25 respond_to? needs include_private argument Decklin Foster 1 +6 -2
2008-06-17 21:29 make tags yellow again by default William Morgan 1 +1 -1
2008-06-06 19:16 allow signature hook to return :none for no signature William Morgan 1 +3 -1
2008-06-04 19:14 add fastthread dep to Rakefile William Morgan 1 +1 -1
2008-06-04 18:53 exception cleanup: synchronize access, and require fastthread William Morgan 2 +22 -12
2008-05-31 15:52 adding a reply-to hook for setting the default reply-to mode Jeff Balogh 1 +16 -1
2008-06-04 02:11 various color tweaks William Morgan 2 +36 -23
2008-05-25 06:59 sup color customization Lionel Ott 3 +82 -47
2008-05-31 17:04 bugfix: edit-as-new now preserves reply-to and references William Morgan 2 +3 -1
2008-05-30 15:38 add attachment widget to thread-view-mode as well William Morgan 1 +7 -7
2008-05-26 13:07 added default maildir mtimes for earlier sources.yaml files Grant Hollingworth 1 +1 -1
2008-05-25 04:22 Merge commit 'origin/unedited-newlines' William Morgan 1 +5 -5
2008-05-25 04:19 Merge commit 'origin/find-in-buffer-fix' William Morgan 1 +3 -2
2008-05-25 04:19 Merge commit 'origin/header-parsing-fix' William Morgan 2 +132 -17
2008-05-25 04:14 Merge commit 'origin/read-and-archive' William Morgan 1 +18 -0
2008-05-25 04:12 Merge commit 'origin/more-vi-keys' William Morgan 2 +9 -11
2008-04-29 20:45 Gmail style attachment processing Marcus Williams 4 +28 -6
2008-05-25 03:46 make 'm' (compose) in thread-view-mode prompt for a to: address with a default William Morgan 1 +1 -1
2008-05-25 03:43 a few trivial cleanups William Morgan 1 +2 -5
2008-05-21 01:00 maildir speedups Ben Walton 1 +37 -16
2008-05-21 01:25 exact match gpg fix ian 1 +1 -1
2008-05-24 19:03 add ask-before-quitting stuff Lionel Ott 1 +7 -2
2008-05-19 21:11 bugfix: gpg signing failures because when no trailing newlines William Morgan 2 +4 -1
2008-05-16 16:52 fix exception when editting an empty MULTI_HEADER Ben Walton 1 +1 -0
2008-05-11 23:18 strip out non-ascii characters from message ids, and improve documentation William Morgan 1 +12 -1
2008-05-01 22:25 bugfix in in-buffer search: subclass search_goto_line not being called William Morgan 1 +3 -2
2008-04-28 15:26 parenthesized argument to quell warning Grant Hollingworth 1 +1 -1
2008-05-01 21:50 remove TODO from manifest William Morgan 1 +0 -1
2008-04-10 10:31 simple hook that runs when thread is marked as spam Marcus Williams 1 +7 -0
2008-04-04 19:51 add tab-completion to multi add labels (;l) Marc Hartstein 1 +2 -3
2008-04-01 21:49 reload label list on focus Grant Hollingworth 1 +5 -0
2008-04-17 20:43 add 'A' (archive and mark read) command to inbox-mode Marc Hartstein 1 +18 -0
2008-04-24 00:43 fix alignment when printing help screen if \C-x is bound. Marc Hartstein 1 +1 -7
2008-04-24 00:43 vi-style scroll keys Marc Hartstein 1 +8 -4
2008-04-24 23:10 fixed dlopen of libc for os x Grant Hollingworth 1 +1 -1
2008-04-26 21:37 bugfix: empty headers are ignored William Morgan 1 +18 -17
2008-04-26 21:25 add unit tests for mbox parsing that currently fail OMG TEST-DRIVEN DEVELOPMENT William Morgan 1 +114 -0
2008-04-25 16:36 i suck. move BIN_VERSION and LIB_VERSION back to "git" William Morgan 2 +2 -2
2008-04-04 16:01 handle nil header values in crypto recipient key selection Nicolas Pouillard 1 +1 -1
2008-04-23 18:35 add CONTRIBUTORS and update manifest and webpage William Morgan 3 +16 -2
2008-04-23 18:33 tweak release-script to generate CONTRIBUTORS William Morgan 1 +4 -1
2008-04-23 18:29 remove deprecated TODO William Morgan 1 +0 -197
2008-04-23 01:30 bugfix: forward/reply without saving in the editor drops all newlines William Morgan 1 +5 -5
2008-04-23 01:29 bugfix: exception when forwarded attachment is not a known mime type William Morgan 1 +1 -1
2008-04-03 14:16 write sup-{exception-log, unable-to-decode}.txt in ~/.sup Nicolas Pouillard 2 +3 -3
2008-04-04 16:00 use read instead of readlines.join Nicolas Pouillard 4 +4 -4
2008-04-22 21:29 finally apply ncurses wide-character patch from pierre baillet William Morgan 1 +13 -0
2008-04-22 16:57 remove link to releasenotes because it's too hard to maintain William Morgan 1 +1 -1
2008-04-22 16:55 use rsync instead of ssh for webpage transfers, etc William Morgan 1 +2 -2
2008-04-22 16:54 add link to ditz page William Morgan 1 +2 -0
2008-04-22 16:52 correct release script William Morgan 1 +9 -6
2008-04-22 16:35 bump version to 0.5 William Morgan 2 +2 -2
2008-04-22 16:33 update History.txt for 0.5 William Morgan 1 +8 -0
2008-04-22 16:32 bump version number in webpage William Morgan 1 +1 -1
2008-04-22 16:27 add ReleaseNotes William Morgan 2 +7 -0
2008-04-22 15:55 add release script William Morgan 1 +16 -0
2008-04-22 16:32 rejigger webpage quotes William Morgan 1 +4 -3
2008-04-22 15:55 add upload_report task to Rakefile William Morgan 1 +4 -0
2008-04-20 22:07 Merge branches 'completions-hook', 'find-horizontally', 'startup-hook' and 'message-id-normalization' William Morgan 11 +122 -67
2008-04-15 16:14 bugfix: save_yaml_object not using File.stat correctly William Morgan 1 +1 -1
2008-04-06 00:02 add extra-contact-addresses hook William Morgan 1 +10 -0
2008-04-04 17:41 add .ditz-config to .gitignore William Morgan 1 +1 -0
2008-04-01 15:02 Merge branch 'master' into next William Morgan 1 +2 -5
2008-04-01 15:01 unmunge Marcus's icon & window title patch (sorry!) William Morgan 1 +2 -5
2008-03-26 16:38 Merge branch 'master' into next William Morgan 2 +4 -3
2008-03-26 16:38 handle carriage returns in mbox files William Morgan 2 +4 -3
2008-03-26 16:13 Merge branch 'master' into next William Morgan 3 +8 -4
2008-03-10 08:11 sort contacts when saving contacts.txt Nicolas Pouillard 1 +1 -1
2008-03-26 16:10 set icon title as well as window title when running under X William Morgan 1 +5 -1
2008-03-03 08:01 updated text and keybinding in label-search-results-mode Christopher Warrington 1 +2 -2
2008-03-26 16:03 Merge branch 'master' into next William Morgan 2 +2 -2
2008-03-03 08:00 fixed off-by-one error in imap.rb and maildir.rb Christopher Warrington 2 +2 -2
2008-03-17 16:34 Merge branch 'thread-by-subj-fix' into next William Morgan 2 +11 -13
2008-03-17 16:27 weird ferret workaround: stringify thread-by-subject queries William Morgan 1 +8 -4
2008-03-17 16:34 indexing bugfix: normalize subjects before indexing William Morgan 1 +1 -1
2008-03-17 16:26 threading bugfix when threading by subject William Morgan 1 +2 -8
2008-03-09 17:44 Merge branch 'master' into next William Morgan 1 +2 -1
2008-03-09 17:43 protect user name guessing logic from nil values William Morgan 1 +2 -1
2008-03-08 21:56 Merge branch 'sent-poll-fix' William Morgan 3 +6 -6
2008-02-29 03:11 Merge branch 'speedy-index' into next William Morgan 3 +14 -10
2008-02-29 02:55 bugfix: make sup-sync work again under new index-writing scheme William Morgan 3 +8 -4
2008-02-29 02:51 remove minor redundancies William Morgan 1 +3 -3
2008-02-29 02:30 remove logging messages William Morgan 1 +3 -3
2008-02-29 01:21 Merge branch 'speedy-index' into next William Morgan 1 +7 -1
2008-02-29 00:52 messages in sources with lower ids override those in sources with higher William Morgan 1 +6 -1
2008-02-29 00:50 bugfix: index source_id and source_info are strings; cast to integers William Morgan 1 +2 -1
2008-02-28 18:24 Merge branch 'speedy-index' into next William Morgan 1 +19 -4
2008-02-28 18:21 handle message "updates" by merging labels and overwriting other fields William Morgan 1 +19 -4
2008-02-28 17:21 Merge branch 'master' into next William Morgan 1 +1 -1
2008-02-27 17:49 workaround for rubymail quoting bug in pgp MIME statement William Morgan 1 +1 -1
2008-02-27 17:52 Merge branch 'master' into next William Morgan 1 +1 -1
2008-02-27 17:51 readme update: Matt Armstrong's name was wrong William Morgan 1 +1 -1
2008-02-25 17:16 Merge branch 'master' into next William Morgan 1 +5 -1
2008-02-25 17:16 improve sup-sync-back "nothing to do" error message William Morgan 1 +5 -1
2008-02-25 17:06 Merge branch 'remove-normalization' into next William Morgan 1 +1 -13
2008-02-25 17:04 remove query normalization, which was both useless and broken William Morgan 1 +1 -13
2008-02-25 05:19 Merge branch 'sent-poll-fix' into next William Morgan 1 +4 -1
2008-02-25 05:18 sent messages: explicitly remove :unread label William Morgan 1 +4 -1
2008-02-25 04:59 Merge branch 'message-id-normalization' into next William Morgan 2 +2 -2
2008-02-25 04:53 only use the first 255 characters of a message id (ferret bug workaround) William Morgan 1 +1 -1
2008-02-25 04:52 don't tokenize message_id field in index William Morgan 1 +1 -1
2008-02-24 22:56 Merge branch 'sent-poll-fix' into next William Morgan 1 +1 -0
2008-02-24 22:51 whoops, add labels accessor to MBox::Loader William Morgan 1 +1 -0
2008-02-24 22:34 Merge branch 'sent-poll-fix' into next William Morgan 3 +3 -7
2008-02-24 22:33 SentManager adds just-sent messages to the index in the standard way William Morgan 1 +1 -5
2008-02-24 22:31 giving a block to PollManager#each_message_in_source is now optional William Morgan 1 +1 -1
2008-02-24 22:28 MBox::Loader#next determines labels with self.labels instead of @labels William Morgan 1 +1 -1
2008-02-24 19:46 Merge branch 'master' into next William Morgan 1 +1 -1
2008-02-24 19:45 minor bugfix: protect call to BufferManager#flash on hook error William Morgan 1 +1 -1
2008-02-21 04:59 Merge branch 'speedy-index' into next William Morgan 1 +22 -14
2008-02-20 23:31 Merge branch 'master' into next William Morgan 1 +1 -1
2008-02-20 17:37 bugfix: ThreadSet claiming non-relevant videos are actually relevant William Morgan 1 +1 -1
2008-02-20 22:38 share Ferret entry information on state updates, when possible William Morgan 1 +21 -12
2008-02-20 22:37 minor: remove redundant LOC William Morgan 1 +0 -1
2008-02-20 17:56 store body text directly in index (in addition to indexing it) William Morgan 1 +1 -1
2008-02-20 18:05 Merge branch 'master' into next William Morgan 1 +2 -1
2008-02-20 18:04 for unparseable date headers, forge rather than discarding message entirely William Morgan 1 +2 -1
2008-02-20 17:24 Merge branch 'find-horizontally' into next William Morgan 1 +21 -6
2008-02-20 17:24 make in-buffer searches move the buffer horizontally when necessary William Morgan 1 +21 -6
2008-02-20 02:50 Merge branch 'startup-hook' into next William Morgan 1 +8 -0
2008-02-19 10:17 add a startup hook Nicolas Pouillard 1 +8 -0
2008-02-19 17:32 Merge branch 'master' into next William Morgan 1 +1 -1
2008-02-19 17:32 bugfix in mime viewing success/failure logic William Morgan 1 +1 -1
2008-02-19 17:18 Merge branch 'master' of git+ssh://wmorgan@repo.or.cz/srv/git/sup William Morgan 3 +10 -5
2008-02-18 14:01 Merge branch 'parse-tweaks' into next William Morgan 1 +17 -17
2008-02-18 14:00 remove requirement that space follows the colon in header parsing William Morgan 1 +17 -17
2008-02-16 19:19 Merge branch 'draft-colors' into next William Morgan 3 +6 -3
2008-02-09 12:05 Show drafts in red, in thread-index-mode. Nicolas Pouillard 3 +6 -3
2008-02-16 14:08 Merge branch 'cancel-search' William Morgan 1 +2 -4
2008-02-16 14:04 Merge branches 'tag-nouns', 'initial-view-fix', 'id-reordering', 'file-attachment-fix', 'ask-getch-fix' and 'startup-compose' William Morgan 9 +43 -25
2008-02-16 14:01 Merge branch 'load-all-threads' William Morgan 2 +32 -5
2008-02-16 13:56 Merge branch 'master' into next William Morgan 0 +0 -0
2008-02-12 09:46 handle keycode 127 like KEY_BACKSPACE Nicolas Pouillard 1 +1 -1
2008-02-16 13:55 Merge branch 'maildir-speedup-redo' into next William Morgan 0 +0 -0
2008-02-07 18:36 maildir speedup: don't scan directory except when polling William Morgan 1 +12 -10
2008-02-16 13:19 Merge branch 'master' into next William Morgan 1 +1 -1
2008-02-12 09:46 handle keycode 127 like KEY_BACKSPACE Nicolas Pouillard 1 +1 -1
2008-02-14 21:42 Merge branch 'maildir-speedup' William Morgan 1 +12 -10
2008-02-14 21:35 Merge branch 'master' into next William Morgan 1 +0 -0
2008-02-14 21:35 somehow search-results-mode.rb acquired an executable bit. remove. William Morgan 1 +0 -0
2008-02-07 22:12 Merge branch 'startup-compose' into next William Morgan 2 +9 -4
2008-02-07 22:12 add --commit option to spawn a compose-mode upon startup William Morgan 2 +6 -1
2008-02-07 19:13 squash me William Morgan 1 +1 -1
2008-02-07 19:09 clean up command-line argument help text William Morgan 1 +3 -3
2008-02-07 18:36 maildir speedup: don't scan directory except when polling William Morgan 1 +12 -10
2008-02-07 17:53 Merge branch 'master' into next William Morgan 1 +7 -1
2008-02-07 17:52 minor Message improvements: add #remove_ref, and make save return true William Morgan 1 +7 -1
2008-02-05 17:49 Merge branch 'rake-gem-REL' into next William Morgan 1 +7 -3
2008-02-05 17:31 allow user to make a gem with a specific version number Giorgio Lando 1 +7 -3
2008-02-05 17:45 Merge branch 'dispatch-and-prev-redo' into next William Morgan 0 +0 -0
2008-02-05 17:21 add ] as a dispatch-and-previous prefix in thread-view-mode William Morgan 2 +38 -12
2008-02-05 17:21 add ] as a dispatch-and-previous prefix in thread-view-mode William Morgan 2 +38 -12
2008-02-05 16:35 Merge branch 'master' into next William Morgan 1 +2 -1
2008-02-05 16:33 bugfix: save sources.yaml on successfull sup-sync run William Morgan 1 +2 -1
2008-02-04 17:31 Merge branch 'master' into next William Morgan 1 +4 -0
2008-02-04 17:31 apply before-edit hook to all possible headers in reply-mode William Morgan 1 +4 -0
2008-02-03 05:07 Merge branch 'refine-search' into next William Morgan 1 +3 -3
2008-02-03 03:49 tweak Refine Search keybinding Christopher Warrington 1 +2 -2
2008-02-03 03:49 fix crash when refining search Christopher Warrington 1 +1 -1
2008-02-03 04:53 Merge branch 'master' into next William Morgan 1 +2 -2
2008-01-31 17:48 sepuku -> seppuku ian 1 +2 -2
2008-02-03 04:51 Merge branch 'master' into next William Morgan 1 +1 -0
2008-02-03 04:50 update index display on label editing. not sure how this got lost... William Morgan 1 +1 -0
2008-02-03 04:19 Merge branches 'dispatch-next-fix', 'handle-deletion-fix' and 'handle-spam-fix' into next William Morgan 2 +18 -8
2008-02-03 04:18 ThreadIndexMode: handle spam updates William Morgan 1 +7 -0
2008-02-03 04:16 ThreadIndexMode: handle deleted updates correctly William Morgan 1 +3 -4
2008-02-03 04:14 don't automatically save with dispatch-and-kill William Morgan 1 +2 -2
2008-02-03 04:01 make dispatch-and-next still dispatch for the final thread in the list William Morgan 1 +6 -2
2008-02-03 01:49 Merge branch 'ask-getch-fix' into next William Morgan 1 +1 -1
2008-02-03 01:48 bugfix: BufferManager#ask_getch not clearing the flash message William Morgan 1 +1 -1
2008-02-03 01:33 Merge branch 'file-attachment-fix' into next William Morgan 1 +1 -6
2008-02-03 01:33 don't write my own version of File.expand_path William Morgan 1 +1 -6
2008-02-03 01:28 Merge branch 'file-attachment-fix' into next William Morgan 2 +12 -3
2008-02-03 01:27 handle ~-expansion in BufferManager#ask_for_file final answers William Morgan 1 +5 -0
2008-02-03 01:14 protect EditMessageMode#attach_file from file errors William Morgan 1 +7 -3
2008-02-03 01:02 Merge branch 'cancel-search' into next William Morgan 1 +2 -4
2008-02-03 01:01 remove additional message about using ^G to cancel William Morgan 1 +2 -4
2008-02-03 00:55 Merge branch 'next' into id-reordering William Morgan 6 +49 -17
2008-01-18 17:06 return sources in id-order, with non-archived sources first Grant Hollingworth 1 +8 -4
2008-02-03 00:42 Merge branch 'initial-view-fix' into next William Morgan 2 +12 -9
2008-02-03 00:41 move column jump size back to 2 William Morgan 1 +1 -1
2008-02-03 00:04 fix ThreadViewMode#jump_to_next_open to deal with left alignment correctly William Morgan 1 +11 -8
2008-02-02 23:14 Merge branches 'run-mailcap', 'stop-saving', 'from-additions', 'rfc2047-name-fix' and 'update-fix' William Morgan 6 +22 -17
2008-01-31 06:19 Merge branch 'tag-nouns' into next William Morgan 2 +5 -3
2008-01-31 06:18 use "contact" instead of "thread" as the tagged noun in contact-list-mode William Morgan 1 +1 -1
2008-01-31 06:16 allow specifying a noun for tagged items, instead of always using "thread" William Morgan 1 +4 -2
2008-01-28 20:21 Merge branch 'master' into next William Morgan 1 +1 -1
2008-01-28 20:15 don't crash when people.txt is corrupted William Morgan 1 +1 -1
2008-01-25 05:40 Merge branch 'rfc2047-name-fix' into next William Morgan 1 +1 -1
2008-01-25 05:39 bugfix: rfc2047-encoded names shouldn't be saved (was email, should be name) William Morgan 1 +1 -1
2008-01-25 05:34 Merge branch 'load-all-threads' into next William Morgan 2 +17 -3
2008-01-19 19:17 Allow user to show all matching threads Marcus Williams 2 +17 -3
2008-01-25 04:57 Merge branch 'from-additions' into next William Morgan 3 +13 -8
2008-01-25 04:44 Merge branch 'stop-saving' into next William Morgan 2 +3 -3
2008-01-25 04:42 sup-sync: don't save the index and sources if an error occurred William Morgan 1 +1 -1
2008-01-25 04:33 add Person#indexable_content and call this from Message#indexable_content William Morgan 3 +10 -6
2008-01-25 04:17 rename Message#content to Message#indexable_content William Morgan 2 +3 -2
2008-01-25 02:55 (A)rchive -> (a)rchive in thread-view-mode, because keys are case-sensitive William Morgan 1 +2 -2
2008-01-25 02:51 Merge branch 'update-fix' into next William Morgan 1 +4 -6
2008-01-25 02:48 bugfix: hidden threads don't actually reappear when asked to unhide William Morgan 1 +4 -6
2008-01-25 00:23 Merge branch 'master' into next William Morgan 1 +1 -0
2008-01-25 00:23 bugfix: ssh-file path method missing William Morgan 1 +1 -0
2008-01-24 23:45 Merge branch 'run-mailcap' into next William Morgan 1 +3 -1
2008-01-24 23:10 log run-mailcap call William Morgan 1 +3 -1
2008-01-24 23:09 properly escape filenames in call to run-mailcap William Morgan 1 +1 -1
2008-01-23 19:15 Merge branch 'cancel-search' into next William Morgan 1 +15 -2
2008-01-19 18:59 Add ability to interrupt current thread operation (search) Marcus Williams 1 +15 -2
2008-01-23 18:10 Merge branch 'master' into next William Morgan 2 +9 -2
2008-01-23 18:06 update webpage for 0.4 release William Morgan 1 +2 -2
2008-01-23 17:35 update history for 0.4 William Morgan 1 +7 -0
2008-01-22 20:24 Merge branch 'master' into next William Morgan 6 +26 -10
2008-01-22 20:24 (minor) remove warnings when run with -w William Morgan 2 +2 -2
2008-01-22 20:21 Merge branches 'prev-next-improv', 'fix-warnings', 'mime-view', 'charset', 'join-threads', 'quoteline', 'maildir-fix' and 'regex-fix' William Morgan 8 +91 -16
2008-01-22 20:21 Merge branch 'quote-detection' William Morgan 8 +110 -72
2008-01-22 20:16 Merge branch 'bin-lib-versions' William Morgan 3 +21 -2
2008-01-22 07:29 escape all regexes used for tab completion William Morgan 1 +4 -4
2008-01-18 08:58 modulo the file size in a maildir, so it's <= 7 digits. Jeff Balogh 1 +1 -1
2008-01-22 02:45 Merge branch 'quoteline' into next William Morgan 1 +7 -6
2008-01-17 17:49 renamed "quoteline" hook to "attribution" Grant Hollingworth 1 +7 -6
2008-01-19 17:25 case-insensitive content-type detection William Morgan 1 +1 -1
2008-01-17 01:19 Merge branch 'quote-detection' into next William Morgan 1 +2 -2
2008-01-17 01:18 more quote detection tweaking William Morgan 1 +2 -2
2008-01-17 00:50 make '#' in thread-index-mode join all tagged threads into one thread William Morgan 1 +13 -0
2008-01-17 00:47 Tagger#apply_to_tagged can take an arbitrary action William Morgan 1 +8 -4
2008-01-17 00:44 add the ability to joining threads forcefully to ThreadSet William Morgan 2 +42 -1
2008-01-17 00:25 (minor) bugfix for Container#is_reply? William Morgan 1 +1 -1
2008-01-16 22:20 grab non-terminal blank lines as part of quotes William Morgan 1 +1 -1
2008-01-16 22:07 loosen up quote header matching William Morgan 1 +2 -2
2008-01-16 04:02 add mime-view hook for viewing mime attachments William Morgan 1 +18 -2
2008-01-16 03:06 Merge branch 'master' into next William Morgan 2 +4 -4
2008-01-09 16:30 use gettext library to determine character set William Morgan 2 +11 -11
2008-01-15 09:40 Added quoteline hook for reply mode Marcus Williams 1 +14 -1
2008-01-15 14:02 Fix for some warnings on faked addresses and ids Marcus Williams 2 +11 -7
2008-01-15 05:04 Merge branch 'master' into next William Morgan 4 +14 -9
2008-01-15 05:03 (minor) remove spurious lines from last commit William Morgan 1 +0 -3
2008-01-14 09:00 Avoid re-adding the signature when re-editing a draft with edit_signature: true Nicolas Pouillard 2 +2 -2
2008-01-14 03:15 (minor) reformat comments William Morgan 1 +46 -42
2008-01-14 01:23 bugfix: file-browser-mode should reset the cursor when entering a new dir William Morgan 1 +1 -0
2008-01-14 00:50 HACKING update: and/or versus ||/&& William Morgan 1 +11 -7
2008-01-13 07:04 "loose alignment" of the first open message when starting thread-view-mode William Morgan 2 +22 -12
2008-01-13 06:32 make column jumping go by 4 chars at a time instead of 2 William Morgan 1 +1 -1
2008-01-13 06:30 bugfix: jump_to_col should only jump to a multiple of COL_JUMP William Morgan 1 +1 -0
2008-01-13 05:54 add 'z': align current message, to thread-view-mode William Morgan 1 +6 -0
2008-01-13 05:48 make 'n' and 'p' in thread-view-mode always top-and-left justify William Morgan 1 +4 -4
2008-01-13 05:44 make thread-view-mode 'n' and 'p' work with unreceived messages William Morgan 1 +4 -2
2008-01-13 01:19 preserve filename when viewing attachments with text-mode William Morgan 2 +4 -3
2008-01-10 17:44 Merge branch 'master' into next William Morgan 2 +12 -11
2008-01-10 17:40 use "999" instead of 999 for gem version identifier William Morgan 1 +1 -1
2008-01-10 05:27 bugfix in ThreadSet#remove_id: wasn't working for root messages William Morgan 1 +11 -10
2008-01-09 22:54 bugfix: title printing for appropriate TERM values William Morgan 1 +1 -1
2008-01-09 18:50 compare bin and lib versions, and error out on mismatch William Morgan 3 +21 -2
2008-01-09 18:37 Merge branch 'master' into next William Morgan 1 +2 -3
2008-01-09 18:37 (minor) update Rakefile with vim and emacs syntax pragmas William Morgan 1 +2 -3
2008-01-09 18:08 Merge branch 'master' into next William Morgan 1 +1 -1
2008-01-09 18:02 add 'screen' to the list of possible TERM values that allow title setting William Morgan 1 +1 -1
2008-01-09 16:30 detect character set correctly (but unix-centrically) William Morgan 1 +10 -10
2008-01-09 16:06 only set terminal title if $TERM is an xterm or rxvt variant William Morgan 1 +2 -1
2008-01-08 19:11 strip out \t and \r from text attachments when viewing inline William Morgan 1 +10 -10
2008-01-08 18:42 bugfix: attachment tempfile deletion William Morgan 2 +10 -9
2008-01-08 18:04 bugfix: thread correctly in resumed/killed draft messages William Morgan 3 +19 -11
2008-01-08 16:56 bugfix in reply-to-all the "all" option was still showing up even when it wasn't diffferent from the "sender" option. William Morgan 1 +4 -3
2008-01-08 01:43 fix: Add parentheses since `||' binds more than `or'. Nicolas Pouillard 1 +3 -3
2008-01-08 01:42 encoding, fix: Normalize UTF8 and UTF_8 to utf8, to please iconv. Nicolas Pouillard 2 +3 -0
2008-01-08 01:40 message.rb: Fix the usage of error_message and Chunk::Text.new. Nicolas Pouillard 1 +2 -2
2008-01-08 00:11 add delete key support to textfields William Morgan 1 +2 -0
2008-01-07 06:29 todo updates William Morgan 1 +6 -0
2008-01-07 06:17 update rubymail pointer on webpage William Morgan 1 +2 -2
2008-01-07 05:56 fix help text in sup-tweak-labels William Morgan 1 +1 -1
2008-01-06 23:54 add "." commands to thread-view-mode: dispatch-and-kill instead of -next William Morgan 2 +55 -23
2008-01-06 19:25 add a :regexen section of an account in config.yaml for email regexes William Morgan 1 +12 -1
2008-01-06 19:17 clean up account code slightly William Morgan 1 +14 -12
2008-01-06 18:51 save all message state when seppukuing William Morgan 1 +2 -0
2008-01-04 05:04 workaround for a rmail MIME parsing bug William Morgan 1 +1 -1
2008-01-04 04:56 added some unit tests for message parsing Ismo Puustinen 2 +509 -0
2008-01-04 04:41 bugfix: threading works properly again. and is improved, slightly. William Morgan 2 +29 -43
2008-01-04 02:37 bugfix: multiple full header views would overwrite each other William Morgan 1 +1 -1
2008-01-04 02:23 bugfix: thread ordering in thread-index-mode "jumping around" William Morgan 2 +2 -3
2008-01-02 04:40 minor webpage changes William Morgan 1 +5 -4
2008-01-01 23:39 more todo updates William Morgan 1 +2 -0
2008-01-01 00:09 todo updates: plans for 0.4 and 0.5 William Morgan 1 +15 -12
2007-12-31 02:26 sadly, that thread invariant cannot be maintained without creating bugs. William Morgan 1 +6 -10
2007-12-30 20:16 remove spurious logging from completion code William Morgan 1 +0 -2
2007-12-30 20:11 make BufferManager#ask_getch and #ask finally work correctly William Morgan 2 +26 -25
2007-12-30 19:05 added dispatch-and-kill to thread-view-mode William Morgan 2 +37 -16
2007-12-30 19:03 added ThreadIndexMode#launch_next_thread_after to support dispatch-then-kill William Morgan 1 +17 -1
2007-12-30 19:00 clean up an error message in BufferManager (minor) William Morgan 1 +1 -1
2007-12-30 18:59 added FinishLine object to util.rb (currently unused) William Morgan 1 +13 -0
2007-12-30 05:19 added multi-key del/spam/archive/nothing-and-kill-buffer to thread-view-mode William Morgan 1 +20 -2
2007-12-28 22:02 better error message for keymap conflicts (minor) William Morgan 1 +1 -1
2007-12-28 21:29 add multi-key sequence support William Morgan 4 +115 -69
2007-12-28 21:05 bugfix: keystroke 'n' duplicated in scroll-mode William Morgan 1 +1 -1
2007-12-28 21:04 bugfix in keymap: actually check for duplicate keys William Morgan 1 +1 -1
2007-12-30 04:40 bugfix: make thread-index-mode handle deletion notices correctly William Morgan 2 +8 -2
2007-12-30 04:32 maintain a more reasonable thread structure during threading William Morgan 1 +39 -20
2007-12-30 04:28 bugfix: properly choose root messages for threading by subject William Morgan 1 +1 -1
2007-12-30 03:11 better documentation for Thread#first_useful_descendent William Morgan 1 +4 -0
2007-12-30 00:56 stop automatically stripping Re: bits from message subjects when indexing William Morgan 1 +1 -1
2007-12-29 23:37 remove spurious ThreadIndexMode#handle_deleted_update William Morgan 1 +0 -6
2007-12-29 22:37 comments clarification for UpdateManager William Morgan 1 +7 -9
2007-12-27 22:07 bugfix for in-buffer search: corner case for results on last line William Morgan 1 +4 -7
2007-12-27 18:14 bugfix in question asking: update position when window is resized previously we stored the position and width only once, at textfield creation time, but then later screen resizings would make that invalid. now we set those values every time we activate the textfield. William Morgan 2 +8 -9
2007-12-26 21:21 whoops, fix spurious delete in previous commit William Morgan 1 +1 -1
2007-12-26 20:44 make explicitly searching for "label:spam" and "label:deleted" work see comments for how this is possible without implementing our own full-blown Ferret query parser. William Morgan 1 +19 -3
2007-12-26 20:26 user query string normalization by pre-parsing with Ferret query parser This is a bit of a hack, because it relies on the fact that Ferret query objects, when converted to string form, are normalized to have +field:text and -field:text instead of AND, OR, and NOT keywords. Then we can apply all our string substitutions to just the normalized form. William Morgan 1 +22 -10
2007-12-22 23:49 additional gmail-style query language additions original message: Simple patch attached. Adds the "during" operator to the date searches so you can say during:today or during:november . I prefer it to in/on today :) Marcus Williams 2 +32 -7
2007-12-22 18:10 add #pipe-to-process to text-mode William Morgan 1 +16 -0
2007-12-22 18:02 move pipe-to-process functionality to a helper method in Mode and away from thread-view-mode! William Morgan 2 +45 -32
2007-12-22 18:00 added #each_raw_message_line to draft source William Morgan 1 +6 -0
2007-12-21 18:13 allow contacts without aliases and prompt for name changes in aliasing contacts based on a patch by pierre baillet William Morgan 3 +41 -27
2007-12-21 17:37 updated HACKING with better instructions for running locally and editing code William Morgan 1 +26 -8
2007-12-20 02:58 added sup-tweak-labels script this is used for systematically adding or removing labels from one or more sources William Morgan 2 +128 -0
2007-12-20 02:40 disable gpg logging messages because they're a little irritating William Morgan 1 +2 -2
2007-12-19 04:34 added num_inbox_total_unread variable to after-poll hook William Morgan 1 +8 -7
2007-12-18 09:37 bugfix: snippets calculated for new messages a previous change exposed a bug where message chunks were not being created on demand. William Morgan 1 +6 -1
2007-12-18 07:16 updated web page to point to git checkout William Morgan 1 +2 -4
2007-12-18 07:14 add *.swp pattern to top-level .gitignore (since i use vi and it throws these babies around) William Morgan 1 +2 -0
2007-12-15 20:59 updated imap internaldate notes in comments wmorgan 1 +5 -4
2007-12-14 22:10 bugfix: sup-config imap url parsing, and imap+mbox label suggestion wmorgan 3 +3 -7
2007-12-14 01:13 turn off warnings about non-pgp signatures wmorgan 1 +3 -2
2007-12-14 00:56 edit-message-mode bugfix: edit_message_or_header shouldn't do anything on decoration and horizontal-selector lines wmorgan 1 +3 -1
2007-12-14 00:54 make left/h and right/l have the same behavior in edit-message-mode wmorgan 1 +14 -8
2007-12-13 23:06 finally! gpg sign, encrypt, and both support on outgoing email wmorgan 6 +134 -69
2007-12-10 22:24 fix copy and paste (thanks to Nicolas Pouillard) wmorgan 1 +1 -1
2007-12-10 22:17 remove spurious log message wmorgan 1 +0 -1
2007-12-10 06:46 patch to add refine search command for label-search-results-mode from Grant Hollingworth wmorgan 1 +11 -0
2007-12-10 06:33 make edit-message-mode every so slightly less hideously ugly wmorgan 2 +4 -23
2007-12-10 06:26 added pipe_message command to th4read-view-mode (modified patch from Marcus Williams) wmorgan 1 +51 -1
2007-12-10 05:56 forward individual attachments from thread-view-mode, and forward messages now forwards all attachments by default wmorgan 5 +96 -45
2007-12-10 04:04 be better about USING extensions for attachments wmorgan 1 +10 -3
2007-12-10 03:55 be better about picking extensions for attachments wmorgan 1 +9 -1
2007-12-10 03:43 add clause limit in searches wmorgan 1 +6 -2
2007-12-10 03:01 bah! wmorgan 1 +1 -1
2007-12-10 02:58 make tag-matching-threads better wmorgan 1 +3 -3
2007-12-10 02:50 fix (mostly!) the updates system wmorgan 10 +98 -62
2007-12-10 01:05 prevent warning wmorgan 1 +1 -1
2007-12-09 23:11 possible bugfix in message decoding (body returning nil for some reason) wmorgan 1 +2 -2
2007-12-09 20:02 iconv/rfc2047 patch from ismo puustinen (slightly modified) wmorgan 1 +5 -1
2007-12-09 19:12 add tag by match to thread-index-mode wmorgan 2 +17 -0
2007-12-09 19:01 make no-initial-poll actually useful wmorgan 1 +1 -1
2007-12-08 22:51 bugfix: mod by zero in completino mode wmorgan 1 +1 -1
2007-12-08 22:15 remove num_digits wmorgan 1 +0 -5
2007-12-08 22:13 whoops, forgot to add this to svn wmorgan 1 +66 -0
2007-12-08 22:08 make text/plain attachments part of the reply (patch from nicolas pouillard) wmorgan 1 +3 -1
2007-12-08 21:47 turn of imap sanity check that exchange fails wmorgan 1 +15 -1
2007-12-08 21:33 bugfix: to/cc not read correctly from index wmorgan 1 +1 -1
2007-12-08 21:20 add gpg interface to all outgoing messages (but no implementation yet) wmorgan 8 +102 -62
2007-12-08 05:14 added --no-initial-poll option (good for development because otherwise your imap servers get pissed with so many connections upon repeated startup) wmorgan 1 +4 -4
2007-12-07 18:46 svn url fix from marcus williams wmorgan 1 +1 -1
2007-12-07 18:41 from:me patch from Grant Hollingworth wmorgan 1 +2 -0
2007-12-07 18:39 re-fix reply-to address chosing (reply to recipient was broken) wmorgan 2 +21 -16
2007-12-05 18:38 more tweaks of detailed-header hook wmorgan 3 +32 -7
2007-12-05 18:10 applied a modified detailed header hook from colin bell wmorgan 1 +31 -15
2007-11-29 18:17 grant hollingworth once again finding my mistakes and correcting them for me wmorgan 1 +1 -2
2007-11-29 18:12 fix from email bug wmorgan 2 +4 -3
2007-11-29 18:03 protect sup-sync against infinity wmorgan 1 +3 -0
2007-11-29 03:27 remind me to test changes before committing them wmorgan 1 +0 -1
2007-11-28 17:21 buffer killing & focusing bugfixes based on patch by Grant Hollingworth wmorgan 1 +4 -7
2007-11-28 17:01 replymode does a better job of replying from the email address you received the mail at wmorgan 2 +12 -11
2007-11-27 17:44 update new user guide for 0.3 wmorgan 1 +11 -7
2007-11-27 17:41 update TODO for 0.4 wmorgan 1 +15 -15
2007-11-27 17:40 update webpage for 0.3 wmorgan 1 +2 -2
2007-11-27 17:39 update history for 0.3 wmorgan 1 +10 -0
2007-11-27 17:31 bump version to 0.3 wmorgan 1 +1 -1
2007-11-27 17:22 fix minibuf disappearing during tab completion wmorgan 1 +2 -2
2007-11-26 21:31 thread snippet improvement: display snippet of first unread message, or last snippet if that doesn't exist wmorgan 1 +6 -2
2007-11-26 20:12 mime type filename detection patch form Nicolas Pouillard wmorgan 1 +2 -4
2007-11-26 20:06 many many changes. this is what happens when i have 5 hours on an airplane in the middle of the day and no book. wmorgan 17 +188 -89
2007-11-24 21:01 pollmode bugfix wmorgan 1 +1 -1
2007-11-24 20:43 - label-list-mode rekeyed tab to 'u' for showing only labels with unread messages - label-list-mode now uses tab to jump between labels with unread messages, just like thread-index-mode - if 'u' and no labels with unread messages, now flash a message. wmorgan 2 +17 -14
2007-11-24 20:31 more minibuf say vs ask tweaking wmorgan 2 +13 -8
2007-11-24 20:10 maybe fix disappearign status lines when a #say and an #ask are both active wmorgan 1 +2 -1
2007-11-24 20:08 make label-list-mode non-modal wmorgan 4 +10 -14
2007-11-24 19:58 move module-style spawn_xxx to class method style wmorgan 6 +42 -50
2007-11-24 18:39 better source error reporting, and better message loading wmorgan 4 +23 -7
2007-11-24 17:55 made "loading message bodies" message have a counter. useful for slow-ass imap connections. wmorgan 1 +6 -1
2007-11-24 17:42 - Make buffer-list-mode reload upon focus (thanks to Grant Hollingworth) - Rekey buffer-list-mode 'R' to '@' for reload - Stop BufferManager from throwing exceptions when a non-existent buffer is raised or focused. (Those were mostly debugging checks anyways.) wmorgan 2 +10 -5
2007-11-23 22:51 chronic on:today patch from Grant Hollingworth wmorgan 1 +1 -1
2007-11-23 22:43 make which text is quoted a little more intelligent wmorgan 5 +25 -12
2007-11-23 22:34 yet more imap betterification wmorgan 2 +12 -3
2007-11-23 22:22 slight betterification of Recoverable wmorgan 1 +5 -2
2007-11-23 22:17 buffer bugfix: focused buffer not being set? wmorgan 1 +3 -1
2007-11-23 22:17 speed up imap load time wmorgan 1 +0 -18
2007-11-23 22:17 speed up imap load time wmorgan 1 +2 -13
2007-11-23 17:23 no idea why this started breaking for me, but a trivial change... wmorgan 1 +2 -1
2007-11-14 17:25 re-fix Text to truncate any penultimate blank lines wmorgan 1 +1 -1
2007-11-14 17:03 bugfix in hide_thread wmorgan 1 +1 -1
2007-11-14 16:46 added before-edit hook from Pierre Baillet wmorgan 1 +12 -0
2007-11-14 16:06 make text-mode preserve original unmunged text (for saving) wmorgan 1 +2 -2
2007-11-14 15:58 patch to move save-to-disk from logmode to textmode, from marcus williams wmorgan 2 +8 -6
2007-11-14 15:54 Text bugfix from Brendan O'Connor wmorgan 1 +1 -1
2007-11-14 07:34 fix border case with reply-to-recipient wmorgan 1 +12 -4
2007-11-12 23:57 removed some vestigal poll-mode code wmorgan 1 +0 -3
2007-11-12 23:55 bugfix in poll new-message counting from marcus williams wmorgan 1 +1 -1
2007-11-12 23:37 bugfix for input history (stop adding all those excessive blank entries) wmorgan 1 +14 -14
2007-11-12 18:17 pretty up logging by removing the two messages that occur between ncurses starting and the log buffer being up wmorgan 2 +1 -2
2007-11-12 18:02 chronic refinement patch from marcus williams wmorgan 1 +11 -6
2007-11-12 17:59 uniqueify labels before writing to index wmorgan 1 +1 -1
2007-11-12 00:13 distinguish search types, and blank searches now do nothing wmorgan 2 +4 -3
2007-11-12 00:04 add killed threads bugfix to TODO wmorgan 1 +3 -0
2007-11-09 19:18 tiny bugfix for threadindexmode#contains_thread from eyal oren wmorgan 1 +1 -1
2007-11-09 18:42 added chronic support thanks to Marcus Williams wmorgan 3 +48 -17
2007-11-09 06:44 fix email tab completion (i think!) wmorgan 2 +18 -8
2007-11-08 22:44 better string pluralization and email parsing methods (latter not used in this patch) wmorgan 4 +69 -5
2007-11-08 18:35 minor cleanups wmorgan 1 +3 -7
2007-11-08 02:35 slightly nicer comments for thread-index-mode wmorgan 1 +3 -2
2007-11-08 02:24 wrap searches wmorgan 1 +7 -2
2007-11-08 01:38 subscribe/unsubscribe functionality wmorgan 4 +30 -7
2007-11-08 01:11 clean up thread-index-mode to synchronize better wmorgan 3 +101 -65
2007-11-08 01:08 move sup-exception-log code so that it captures everything wmorgan 2 +4 -4
2007-11-07 20:54 improve forwarding, having it prompt for addresses and respect related configuration options, etc wmorgan 3 +28 -10
2007-11-07 20:39 bugfix: supply from when missing from headers wmorgan 1 +9 -2
2007-11-07 20:19 fix normalize_whitespace error where rubymail is breaking wmorgan 1 +3 -3
2007-11-07 20:13 when a hook throws an exception, disable it rather than re-calling it over and over wmorgan 1 +1 -0
2007-11-07 20:03 applied modified index-mode-size-widget hook from colin bell wmorgan 1 +41 -8
2007-11-07 17:35 fix my breaking of marcus's patch, thanks to marcus wmorgan 1 +1 -1
2007-11-07 01:56 four patches from marcus williams! wmorgan 5 +26 -4
2007-11-06 23:14 bugfix due to ian taylor: ctrl-g wmorgan 1 +1 -1
2007-11-06 23:00 add prompt_for_subject configuration option wmorgan 3 +4 -2
2007-11-06 22:46 added 'c' as an alias for compose new message to placate Leslie wmorgan 1 +1 -1
2007-11-06 22:36 add buffer search with '/' and 'n', and change index search to '\' wmorgan 7 +140 -27
2007-11-05 03:19 updated TODO for 0.3 plans wmorgan 1 +13 -15
2007-11-05 02:46 added toggle all tagged feature (thanks to Marcus Williams) wmorgan 1 +7 -1
2007-11-05 02:42 added before-add-message hook, thanks to Marcus Williams wmorgan 2 +21 -4
2007-11-03 21:58 add --search option to sup (thanks to Marcus Williams) wmorgan 2 +12 -6
2007-11-02 23:03 bugfix: draft loader not being detected properly by bin/sup wmorgan 2 +3 -1
2007-11-02 20:57 don't save person names with = signs in them wmorgan 1 +1 -0
2007-11-02 17:27 better fix for reply-mode and edit-message-mode header tweaking wmorgan 2 +16 -9
2007-11-02 15:22 reply-mode bugfix thanks to Marcus Williams wmorgan 1 +1 -1
2007-11-02 15:16 use k combinator for the infamous fake message id logging problem wmorgan 1 +3 -2
2007-11-02 04:11 refine search by pressing '.' in search-results-mode, thanks to christopher warrington wmorgan 2 +23 -13
2007-11-02 02:35 fix message-id faking (thanks to Brendan O'Connor and Rick Tessner) wmorgan 1 +1 -1
2007-11-02 02:26 tab in label-list-mode toggles hiding labels without new messages (thanks to Colin Bell) wmorgan 1 +11 -1
2007-11-02 02:19 single-key to, cc and subject eiditng in edit-message-mode thanks to Eyal Oren wmorgan 1 +34 -22
2007-10-31 00:41 make the thread count numbers also reflect new/starred status in thread-index-mode wmorgan 1 +1 -1
2007-10-30 21:47 alias ferret to index in index.rb for cuter console examples wmorgan 1 +1 -0
2007-10-30 16:03 bugfix in thread-view-mode label setting wmorgan 2 +5 -1
2007-10-30 15:58 elide snippets wmorgan 1 +5 -3
2007-10-30 15:55 fancy resizing author list in thread-index-mode wmorgan 1 +65 -18
2007-10-29 21:43 update webpage to reflect 0.2 release wmorgan 1 +2 -7
2007-10-29 21:36 update history with 0.2 change summary wmorgan 1 +9 -0
2007-10-29 18:57 change version to 0.2 wmorgan 1 +1 -1
2007-10-29 15:41 rename :load_killed to :skip_killed and switched logic so that killed threads are loaded by default (only inbox mode wants to ignore them) wmorgan 5 +9 -10
2007-10-29 15:03 fix compose mode spawning from within thread-view-mode wmorgan 3 +21 -15
2007-10-29 14:44 in thread-view-mode, when editing labels, edit thread labels rather than individual message labels wmorgan 2 +8 -7
2007-10-29 14:37 normalize the flag toggling and updating stuff a bit wmorgan 1 +45 -15
2007-10-28 17:47 minor label bugfix wmorgan 1 +2 -1
2007-10-28 17:38 bugfix: label viewing and editing in thread-view-mode not quite right wmorgan 2 +8 -5
2007-10-28 17:38 fix label list mode bug: selecting sometimes picks the wrong thing wmorgan 1 +2 -1
2007-10-28 03:41 whoops, small bugfix for >From wmorgan 1 +1 -1
2007-10-28 03:36 make >From thing work correctly wmorgan 4 +20 -7
2007-10-28 03:07 fix (i think) the infamous spaces-in-message-ids problem wmorgan 2 +15 -12
2007-10-28 01:28 strip all spaces from message ids wmorgan 2 +2 -2
2007-10-28 01:22 even better thread snippets wmorgan 1 +4 -1
2007-10-28 01:03 handle weird rubymail error where body is nil in attachment parsing wmorgan 1 +6 -1
2007-10-28 00:35 for message/rfc822 attachments, handle the case of no From: address (weird...) wmorgan 3 +10 -3
2007-10-27 23:04 refactor message chunk to determine its own initial message state, and tweak rfc822 attachment handling slightly wmorgan 4 +15 -11
2007-10-27 22:54 fix label tab-completion downcase issue wmorgan 3 +12 -2
2007-10-27 22:24 minor fix on manifest order wmorgan 1 +1 -1
2007-10-27 22:22 added (and shuffled) web page quotes wmorgan 1 +13 -9
2007-10-27 22:19 make snippets come from the latest reply instead of the earliest (thanks to Phil Snowberger) wmorgan 1 +2 -2
2007-10-27 19:32 imap bugfix: out of sync source throws an exception (thanks to Ian Taylor) wmorgan 1 +2 -1
2007-10-27 19:30 bugfix: text expandable? (thanks Alexander Panek) wmorgan 1 +8 -1
2007-10-27 19:23 todo updates wmorgan 1 +21 -22
2007-10-27 19:09 aliases can now have spaces wmorgan 1 +1 -1
2007-10-27 19:08 revert that last change. aliases should be able to have spaces wmorgan 2 +1 -13
2007-10-27 19:06 prohibit aliases from containing spaces wmorgan 2 +14 -1
2007-10-27 17:40 message/rfc822 mime-type handling wmorgan 4 +27 -17
2007-10-27 17:02 remove spurious variable wmorgan 1 +0 -1
2007-10-27 17:02 add neede curses dep wmorgan 1 +1 -0
2007-10-27 17:01 todo updates wmorgan 1 +2 -1
2007-10-27 01:55 escape emails with @ signs in them, and don't store in people.txt addresses where the name is the same as the email (no point) wmorgan 1 +2 -1
2007-10-27 01:42 consolidate curses requirement wmorgan 4 +4 -6
2007-10-27 00:53 todo updates wmorgan 1 +3 -1
2007-10-27 00:50 fix eating of trailing spaces in default text of buffermanager#ask wmorgan 1 +1 -1
2007-10-27 00:23 handle url-escaped imap folder names wmorgan 2 +12 -3
2007-10-25 22:11 remove spurious debugging message wmorgan 1 +0 -1
2007-10-11 22:59 added hook documentation wmorgan 3 +41 -2
2007-10-09 14:03 fix message id space issue wmorgan 1 +4 -2
2007-10-09 14:01 fix rakefile, index.html and manifest to refer to newusergudie wmorgan 3 +4 -4
2007-10-09 13:58 add more to TODO wmorgan 1 +2 -0
2007-10-08 15:43 todo addition wmorgan 1 +1 -0
2007-10-06 18:47 rename user's guide to new user's guide wmorgan 1 +0 -0
2007-10-06 18:46 various documentation changes wmorgan 3 +61 -62
2007-10-05 21:45 handle message ids with spaces in them wmorgan 2 +3 -4
2007-10-05 21:38 TODO updated wmorgan 1 +35 -31
2007-10-05 21:37 better URI handling for maildir and mbox wmorgan 2 +3 -1
2007-10-05 21:33 better error message for sup-add when called with a non-uri wmorgan 1 +2 -0
2007-10-04 16:16 minor message parsing bugfix wmorgan 1 +1 -1
2007-10-03 19:52 fix write_to_disk error in attachment hook handling wmorgan 1 +8 -3
2007-09-30 20:04 refactor message chunk & chunk layout wmorgan 6 +225 -214
2007-09-27 00:18 fix crypto message expand/collapse behavior wmorgan 2 +9 -2
2007-09-27 00:09 trivial: fix spacing in thread-view-mode labels: header wmorgan 1 +1 -1
2007-09-27 00:07 trivial: remove trailing period in crypto decrypted notice wmorgan 1 +1 -1
2007-09-27 00:04 prelim gpg decryption support wmorgan 3 +153 -53
2007-09-24 02:14 finally do imap flags the right way, and clean up mbox and imap source flag duplication bug wmorgan 2 +19 -13
2007-09-24 02:13 yet another sig pattern :( wmorgan 1 +1 -1
2007-09-22 07:44 bugfix: person comparisons. effect is that reply to all option is omitted unless needed wmorgan 1 +3 -0
2007-09-20 06:45 mbox loader bugfix wmorgan 1 +1 -1
2007-09-19 16:02 maildir flagged->starred, from Magnus Therning wmorgan 1 +1 -1
2007-09-19 16:01 poll bugfix thanks to magnus: only use source_marked_read? if it's true wmorgan 1 +0 -3
2007-09-19 15:40 global search and replace: raw_full_message -> raw_message wmorgan 9 +18 -18
2007-09-19 14:55 possibly fix email address mangling in the presence of commas wmorgan 1 +1 -1
2007-09-17 17:38 twiddle-related bugfix wmorgan 1 +1 -1
2007-09-17 17:30 twiddle expansion changes from Magnus Therning wmorgan 3 +7 -7
2007-09-17 17:08 i think this should fix the problem of empty maildirs and imap folders causing sup to crash (whoops) wmorgan 3 +9 -1
2007-09-16 18:16 turn off hook disable log message wmorgan 1 +1 -1
2007-09-15 05:35 yet another minor crypto bugfix wmorgan 1 +2 -3
2007-09-15 05:27 minor crypto bugfix wmorgan 1 +3 -3
2007-09-15 05:25 cryptosig improvements wmorgan 4 +54 -23
2007-09-15 03:38 gpg call stderr discarded wmorgan 1 +1 -1
2007-09-15 03:36 expand twiddles for mbox and maildir uris (thanks to Magnus Therning) wmorgan 4 +14 -4
2007-09-14 19:40 yet more minor cryptosig prettynessing wmorgan 3 +26 -14
2007-09-14 19:04 minor cryptosig prettynesses wmorgan 3 +4 -4
2007-09-14 07:40 very preliminary gpg signature verification wmorgan 3 +86 -3
2007-09-14 03:22 many maildir changes from magnus therning wmorgan 1 +39 -1
2007-09-14 03:04 better top-posting detection wmorgan 1 +2 -2
2007-09-14 01:59 userguide spelling corrections thanks to ian taylor wmorgan 1 +2 -2
2007-09-14 01:57 fix ss3.png (thanks to ian taylor) wmorgan 1 +0 -0
2007-09-14 01:53 bugfix for rubyforge bug #13891: ctrl-g in attachment filename prompt wmorgan 1 +1 -0
2007-09-14 01:50 log message cleanup wmorgan 1 +0 -1
2007-09-14 01:47 to: tab completion also loads in the 10 most recent correspondents' email addresses wmorgan 2 +7 -3
2007-09-12 00:36 bugfix: label search for killed, deleted, spam wmorgan 3 +15 -3
2007-09-12 00:05 display and allow toggling of per-message new/read status in thread-view-mode wmorgan 2 +24 -17
2007-09-11 23:28 bugfix: next/return wmorgan 1 +1 -1
2007-09-11 23:27 warnings bugfix (thanks Magnus) wmorgan 2 +12 -8
2007-09-11 22:21 bugfix: killing threads actually works now wmorgan 2 +11 -4
2007-09-10 20:40 add nice message when killing a thread wmorgan 1 +1 -0
2007-09-10 16:30 bugfix wmorgan 1 +5 -3
2007-09-10 16:29 bugfix wmorgan 1 +1 -1
2007-09-09 22:40 message save speedup wmorgan 2 +16 -9
2007-09-01 06:29 bugfix: message body decoding wmorgan 1 +1 -1
2007-09-01 06:28 signature hook wmorgan 1 +22 -2
2007-08-31 15:50 don't save index in sup-sync-back, since that only fucks things up if errors happen and has no positive benefit wmorgan 1 +0 -1
2007-08-30 23:14 lock mbox files with dotlockfile in sup-sync-back wmorgan 1 +28 -4
2007-08-29 17:16 (again again) s/deleted/dropped for clarify wmorgan 1 +15 -10
2007-08-29 17:10 (again) s/deleted/dropped for clarify wmorgan 1 +7 -7
2007-08-29 17:00 improved mime headers, yet again wmorgan 2 +3 -2
2007-08-29 16:59 s/deleted/dropped for clarify wmorgan 1 +1 -1
2007-08-29 15:45 attachment and message mime stuff cleanups in preparation for fowards as attachments wmorgan 3 +8 -3
2007-08-28 21:46 improve mime-decode hook with sibling_types variable wmorgan 1 +12 -8
2007-08-27 18:18 mime-decode hook for plugging in external decoding programs wmorgan 3 +77 -40
2007-08-25 17:41 drafts bugfix: saving wmorgan 1 +1 -5
2007-08-25 05:56 tab completion for all filename prompts wmorgan 5 +9 -10
2007-08-25 05:55 hook bugfix: status bar redraw wmorgan 1 +1 -0
2007-08-23 17:31 sig_lines bugfix thanks to ian taylor wmorgan 1 +1 -1
2007-08-23 17:21 encoding bugfix thanks to jeff covey wmorgan 1 +2 -0
2007-08-21 15:33 fix typo in after-hook description (thanks to Nicolas Pouillard) wmorgan 1 +1 -1
2007-08-20 23:30 better discard behavior for messages wmorgan 2 +9 -1
2007-08-20 23:30 stop faking subject. it's silly wmorgan 1 +1 -1
2007-08-20 06:28 better logging wmorgan 2 +4 -4
2007-08-20 04:47 label search bugfix wmorgan 1 +7 -1
2007-08-20 02:16 logic bugfixfix wmorgan 1 +1 -1
2007-08-20 02:14 logic bugfix wmorgan 1 +3 -3
2007-08-20 02:05 check for missing attachments and top-posting wmorgan 2 +13 -1
2007-08-20 01:35 add ask_yes_or_no to hook callable functions wmorgan 1 +4 -0
2007-08-20 01:15 share instance variables across successive hook invocations wmorgan 1 +17 -8
2007-08-20 01:14 disallow concurrent polls wmorgan 1 +4 -0
2007-08-20 01:14 multi-line log statements wmorgan 1 +12 -1
2007-08-19 00:50 better after-poll hook wmorgan 1 +14 -8
2007-08-19 00:45 hook system wmorgan 10 +166 -25
2007-08-14 18:26 better reply from handling wmorgan 1 +6 -4
2007-08-12 22:32 added quotes to the web page wmorgan 1 +16 -2
2007-08-12 22:14 various hoe/rakefile tweaks wmorgan 2 +3 -2
2007-08-12 21:57 mild cleanup wmorgan 1 +2 -9
2007-08-12 21:53 yet another edit->edit_message bugfix wmorgan 1 +1 -1
2007-08-09 19:24 yet another edit->edit_message change. sigh wmorgan 1 +1 -1
2007-08-09 15:33 fix reply mode/edit field interactions wmorgan 3 +15 -7
2007-08-09 15:13 fix rakefile local build issues wmorgan 2 +2 -2
2007-08-07 22:33 bugfix wmorgan 1 +4 -4
2007-08-07 04:16 another minor bugfix wmorgan 1 +1 -1
2007-08-07 04:14 trivial bugfix wmorgan 1 +1 -0
2007-08-06 00:05 to, cc, bcc prompting and editing, with tab completion wmorgan 7 +83 -26
2007-08-05 23:13 fix warning about redefined constants (thanks to Nicolas Pouillard) wmorgan 1 +3 -0
2007-08-01 17:40 various key changes wmorgan 3 +18 -5
2007-08-01 16:06 edit labels within thread-view-mode wmorgan 3 +17 -3
2007-07-30 05:03 bugfix for label selection wmorgan 3 +7 -6
2007-07-30 00:55 refactor label tab-completion code to buffer.rb wmorgan 3 +28 -15
2007-07-30 00:26 tab completion for label editing wmorgan 8 +104 -56
2007-07-26 05:56 content-type parsing bugfix thanks to Nicolas Pouillard wmorgan 1 +1 -1
2007-07-25 04:51 divorce completion code from filenames wmorgan 1 +4 -8
2007-07-25 00:32 expand contact aliases in to: and from: fields for searches wmorgan 1 +14 -1
2007-07-24 23:59 fake date and message-id headers as appropriate wmorgan 1 +27 -18
2007-07-24 23:59 set version to svn wmorgan 1 +1 -1
2007-07-24 23:22 update todos wmorgan 1 +48 -40
2007-07-17 21:41 doc tweaks for 0.1 release wmorgan 6 +64 -58
2007-07-17 21:06 index.c:901 error has a ferret trac ticket now: wmorgan 1 +1 -1
2007-07-17 16:00 bugfix: typo wmorgan 1 +1 -1
2007-07-15 22:48 bugfix: interactive prompt, extra empty line in status buffer if flash is active wmorgan 2 +2 -2
2007-07-15 22:46 added console.sh wmorgan 2 +8 -0
2007-07-11 19:31 abort message composition if the file is unedited wmorgan 1 +2 -0
2007-07-11 17:10 various doc tweaks in preparation for 0.1 release wmorgan 3 +185 -150
2007-07-10 06:20 todo updates wmorgan 1 +24 -21
2007-07-10 06:20 bugfix: duplicate labels wmorgan 1 +1 -0
2007-07-09 23:25 bugfix: tab (next new) doesn't scroll screen wmorgan 1 +3 -2
2007-07-09 23:24 update loc counter wmorgan 1 +1 -1
2007-07-09 21:52 bugfix: multi-address to/cc/bcc headers stopped working with mime changes wmorgan 1 +12 -1
2007-07-09 00:37 various sup-sync-back tweaks wmorgan 1 +8 -18
2007-07-09 00:20 labelmanager bugfix (deletion) and now only saves if modified wmorgan 2 +16 -3
2007-07-08 23:12 bugfix in ask_with_completions: case sensitivity wmorgan 1 +1 -1
2007-07-08 23:08 L now prompts for label rather than immediately spawning label-select-mode wmorgan 11 +76 -58
2007-07-08 23:07 bugfix in ask_for_file wmorgan 1 +10 -9
2007-07-08 15:27 minor mime fix: detect filenames without quotes around them in content-disposition wmorgan 1 +1 -2
2007-07-08 15:17 fix extra blank line weirdness wmorgan 1 +2 -2
2007-07-07 15:06 make sup-sync-back short-circuit work properly wmorgan 1 +2 -2
2007-07-07 15:05 make sup-sync-back short-circuit work properly wmorgan 2 +16 -3
2007-07-07 14:40 use old draw mechanism in buffer wmorgan 1 +2 -2
2007-07-07 14:30 per-source short-circuit in sup-sync-back if there are no relevant messages wmorgan 2 +13 -0
2007-07-07 14:30 make conjunctive queries the default, and stop ignoring stopwords wmorgan 1 +2 -2
2007-07-07 14:03 better attachment error handling wmorgan 1 +6 -6
2007-07-06 21:49 write attachments to sent wmorgan 1 +4 -4
2007-07-06 18:54 bugfix: message expansion bug introduced in last commit wmorgan 1 +3 -1
2007-07-06 18:46 better attachment viewing wmorgan 3 +107 -47
2007-07-06 14:44 attachment tweaks wmorgan 1 +8 -4
2007-07-06 14:20 finally, attachment support\! wmorgan 15 +504 -49
2007-07-04 14:18 minor: output what files we're moving in sup-sync-back wmorgan 1 +1 -0
2007-07-04 04:02 bugfix: sup-sync-back without arguments wmorgan 4 +13 -7
2007-07-04 02:38 fixed resume mode bug introduced in edit-message-mode chanes wmorgan 1 +6 -6
2007-07-03 23:15 fix message-id bug introduced in last commit wmorgan 1 +3 -5
2007-07-03 21:45 clean up various edit-message-mode subclasses, and add an 'edit_signature' configuration option wmorgan 7 +60 -77
2007-06-27 16:01 minor output tweak wmorgan 1 +1 -1
2007-06-24 20:36 removed wrong iconv depencency in Rakefile (thanks to Brian) wmorgan 1 +1 -1
2007-06-20 16:15 various minor bugfixes wmorgan 3 +6 -5
2007-06-18 15:11 typo wmorgan 1 +1 -1
2007-06-18 14:26 encoding and rfc2047 header support wmorgan 6 +103 -2
2007-06-17 20:32 sup-sync-back bugfix: use usual sources if no sources specified wmorgan 1 +1 -0
2007-06-17 19:35 reply to all now excludes your email address(es) wmorgan 1 +3 -4
2007-06-13 19:35 minor documentation/comment updates wmorgan 3 +6 -5
2007-06-13 17:57 bugfix: capture message-ids that appear on the next line from the header wmorgan 1 +6 -1
2007-06-13 02:12 bugfix: kill_all_buffers goes through buffers in the right order wmorgan 1 +2 -2
2007-06-13 01:58 update send-to address for exceptions wmorgan 1 +1 -1
2007-06-13 01:44 bugfix: wrap thread loading in a mutex to avoid all sorts of crazy problems wmorgan 2 +3 -2
2007-06-13 00:57 bugfix: save as drafts and signatures wmorgan 1 +3 -3
2007-06-13 00:57 bugfix: sup-sync sort_by nil (thanks to jeff covey) wmorgan 1 +1 -1
2007-06-13 00:44 bugfix: multiple me's in thread-index-mode wmorgan 1 +1 -1
2007-06-13 00:43 use default account values for name, sendmail, signature account fields, and properly set signature based on from: address wmorgan 5 +40 -39
2007-06-13 00:39 yet more better intra-saving exception resilience wmorgan 3 +9 -3
2007-06-13 00:14 bugfix: whoops, s/next/return wmorgan 1 +1 -1
2007-06-12 20:55 bugfix: alternate emails are not used in from line wmorgan 1 +1 -1
2007-06-12 20:29 bugfix: ignore nil ids passed to BufferManager#clear wmorgan 1 +1 -0
2007-06-12 18:55 bugfix: save_yaml_obj safe=true filename wmorgan 1 +1 -1
2007-06-12 18:47 better resilience in the face of sources.yaml-destroying errors wmorgan 5 +40 -13
2007-06-11 16:21 bugfix and yet more address imrpvoements: always use 'me' when possible wmorgan 2 +10 -6
2007-06-11 16:11 better address handling wmorgan 2 +19 -15
2007-06-11 15:53 fixed missing 'me' wmorgan 1 +1 -1
2007-06-08 23:16 allow empty alternates hash for an account wmorgan 1 +1 -1
2007-06-08 22:46 rework person management and have contact entries override anything else wmorgan 4 +77 -42
2007-06-08 22:45 handle any errors during manager initialization wmorgan 1 +4 -4
2007-06-08 22:44 handle any errors during manager initialization wmorgan 1 +16 -14
2007-06-06 00:00 bugfix: lock file now actually periodically touched; also some minor text and code cleanups wmorgan 3 +23 -14
2007-06-05 16:56 bugfix: tagged thread input, output and counting wmorgan 2 +7 -7
2007-06-05 00:42 bugfix: backgrounding of thread loading not actually happening due to recent changes wmorgan 1 +1 -1
2007-06-05 00:42 bugfix: spurious nil pointer in textfield wmorgan 1 +1 -1
2007-06-05 00:42 fixed progress message wmorgan 1 +1 -1
2007-06-04 04:53 add locking to sup-sync-back wmorgan 1 +13 -8
2007-06-04 04:35 bugfix: empty labels for sup-config wmorgan 1 +2 -2
2007-06-04 04:32 better locking wmorgan 8 +267 -236
2007-06-04 01:56 multiple concurrent process detection and resolution wmorgan 5 +127 -9
2007-06-03 22:47 thread-index-mode and subclass refactoring for conciseness and better thread auto-loading (no more arbitrary 1 second delay!) wmorgan 5 +40 -67
2007-06-03 22:42 bugfix: frozen label array wmorgan 2 +2 -2
2007-06-03 22:00 labels now fully determined by sources.yaml, and lots of improvements to sup-config wmorgan 11 +127 -63
2007-06-03 01:21 bugfix: raising inbox-mode from label-list-mode wmorgan 2 +3 -1
2007-05-31 18:19 added solution to remote vs local firefox for attachment viewing wmorgan 1 +8 -0
2007-05-30 17:49 bugfix: 'a' with no threads wmorgan 1 +1 -0
2007-05-30 17:43 better yamlication (and misc comment tweaks) wmorgan 11 +44 -37
2007-05-30 15:21 fixed one-line quotes: should be colored as quotes, just not collapsable/expandable wmorgan 1 +0 -2
2007-05-30 07:08 handle sendmail command failing (thanks brian) wmorgan 1 +12 -5
2007-05-28 03:32 tokenized subject field as text wmorgan 1 +1 -0
2007-05-28 02:55 sup-sync-back bugfixes wmorgan 1 +8 -5
2007-05-28 02:43 Added sync-back to manifest wmorgan 2 +2 -1
2007-05-25 17:35 bugfix: better imap protocol support by detecting and ignoring extraneous server responses wmorgan 1 +36 -14
2007-05-25 17:18 bugfix: constant rename wmorgan 1 +1 -1
2007-05-25 16:53 bugfix introduced by previous thread refactoring: relevant messages to a current threadset now done correctly wmorgan 1 +1 -1
2007-05-24 03:22 bugfix: discarded drafts don't crash everything upon redraw wmorgan 1 +2 -0
2007-05-23 18:01 default to fancy vi as editor unless is set (thanks to brian) wmorgan 1 +1 -1
2007-05-23 01:47 better buffer names wmorgan 2 +3 -3
2007-05-23 01:36 various minor bugfixes wmorgan 4 +6 -2
2007-05-22 18:28 fixed bug i introduced in the last few commits wmorgan 1 +1 -1
2007-05-22 15:59 fixed wrong error message call wmorgan 1 +1 -1
2007-05-21 21:47 newline patch. thanks brian. wmorgan 2 +2 -2
2007-05-21 16:48 bugfix: killed threads shouldn't be hidden a priori by thread-index-mode wmorgan 2 +4 -4
2007-05-21 16:24 autoload more threads when you go down wmorgan 8 +59 -9
2007-05-20 23:43 added sup-sync-back wmorgan 4 +141 -5
2007-05-20 21:07 refactor threading (much nicer now). thread by subject is now configurable and defaults to off, which is much faster. wmorgan 4 +104 -129
2007-05-20 17:32 view as text if the mime view command fails wmorgan 3 +10 -8
2007-05-20 17:30 fix Rakefile library loading wmorgan 1 +1 -1
2007-05-16 20:02 fixed bug introducted by previous layout refactoring wmorgan 1 +6 -2
2007-05-15 17:26 i guess range doesn't have a #size method wmorgan 2 +8 -1
2007-05-15 17:15 better internal thread-view layout management wmorgan 2 +59 -21
2007-05-14 02:51 point to new mailing list wmorgan 1 +3 -3
2007-05-11 21:20 moved problems and solutions all to FAQ wmorgan 2 +31 -20
2007-05-11 05:34 added no-threads option to sup, which might be useful for debugging weird backtraces wmorgan 2 +28 -10
2007-05-11 05:05 more gmail derision wmorgan 1 +3 -0
2007-05-11 04:45 imap: binc workaround wmorgan 1 +10 -3
2007-05-09 15:21 header parsing tweaks thanks to paul lambert wmorgan 1 +13 -13
2007-05-09 15:09 doc language fixes courtesy of Brian Lewis wmorgan 4 +44 -45
2007-05-04 06:33 handle trailing spaces in message headers (doh\!) wmorgan 1 +13 -13
2007-05-04 06:25 explicitly require a uri paths in bin/sup-add wmorgan 1 +1 -0
2007-05-03 20:11 allow host:port specifications in sup-config wmorgan 1 +9 -3
2007-05-03 19:55 catching more weird imap errors wmorgan 1 +5 -1
2007-05-03 19:17 typo fix courtest of Brain Lewis wmorgan 1 +1 -1
2007-05-03 19:13 website updates courtesy of Brian Lewis wmorgan 3 +172 -103
2007-05-03 19:04 better attachment filename detection wmorgan 2 +3 -2
2007-04-17 00:04 updated TODO wmorgan 1 +7 -6
2007-04-16 23:55 relay respond_to? in Recoverable wmorgan 1 +2 -0
2007-04-16 23:00 catch source errors during offset resets wmorgan 1 +8 -8
2007-04-16 22:59 retry on imap ssl errors and better logging wmorgan 1 +5 -3
2007-04-16 22:58 better rubymail usage wmorgan 1 +8 -8
2007-04-06 19:33 added SSL errors to the list of shit we have to catch wmorgan 1 +2 -2
2007-04-06 01:02 newness should take precedence over starredness in thread-index-mode wmorgan 1 +3 -3
2007-04-04 16:18 starred things now are yellow and i saved one character of space by moving the starsvn diffsvn diff wmorgan 2 +13 -3
2007-04-04 16:09 made source errors actually log like i claim they do wmorgan 2 +4 -0
2007-04-03 20:36 removed mboxification from sup-sync wmorgan 1 +0 -1
2007-04-03 15:55 better 'saving thread' messages wmorgan 1 +4 -4
2007-04-03 00:49 fixed drafts bug and now pollmode stays hidden upon poll wmorgan 4 +23 -21
2007-04-02 23:07 removed outdated info wmorgan 1 +0 -35
2007-04-02 05:45 ready for 0.0.8 wmorgan 4 +13 -7
2007-04-02 05:30 added sup-config wmorgan 4 +230 -8
2007-04-02 05:26 various tweaks wmorgan 3 +62 -61
2007-04-02 05:12 improved help text and now all args must be uris (no more mbox defaulting) wmorgan 2 +9 -14
2007-04-02 05:11 yet more error handling updates wmorgan 6 +24 -40
2007-04-02 01:16 fixed cursor issue and slightly better error message for messages from broken sources wmorgan 3 +13 -8
2007-04-02 01:04 whoops. left in some debugging stuff and didn't parenthesize shit optimally wmorgan 2 +1 -2
2007-04-02 00:59 better imap error checking, and now we can force error messages to stay at the top wmorgan 4 +37 -9
2007-04-01 22:59 added pre checks for maildir and imap wmorgan 2 +7 -0
2007-04-01 22:49 grrr wmorgan 1 +1 -1
2007-04-01 22:45 final logging output fixed wmorgan 8 +13 -13
2007-04-01 21:36 misc. source-related bugfixes wmorgan 7 +29 -14
2007-04-01 20:33 well, we might have duplicate source error reports, but better that than missing some wmorgan 1 +1 -3
2007-04-01 20:22 improved source error handling wmorgan 10 +138 -129
2007-04-01 05:25 better broken source error message, and fixed compose from thread-view-mode bug wmorgan 4 +26 -14
2007-04-01 04:07 alternate starred color wmorgan 4 +14 -8
2007-04-01 04:00 dump and restore functionality wmorgan 4 +107 -44
2007-04-01 02:28 moved sup-import to sup-sync and changed interface a lot. note that trollop 1.5 is now required wmorgan 15 +305 -244
2007-03-25 18:45 notify user of source errors on startup and on poll wmorgan 6 +41 -7
2007-03-22 18:37 fixed enter on empty index bug wmorgan 1 +1 -1
2007-03-15 20:35 updated wmorgan 1 +14 -8
2007-03-15 20:34 bugfix for expand new messages wmorgan 1 +3 -2
2007-03-12 01:30 bugfix: mark thread as read immediately upon view wmorgan 3 +8 -10
2007-03-09 18:45 updates wmorgan 1 +2 -0
2007-03-08 22:31 Made error message for unknown source better (http://rubyforge.org/forum/message.php?msg_id=18949) wmorgan 1 +1 -1
2007-03-04 23:16 bugfix with sent mbox: must prefix "From " with a > because mbox FUCKING SUCKS wmorgan 1 +1 -1
2007-03-04 23:08 better error messages wmorgan 1 +4 -3
2007-03-04 23:05 bugfix in reading replies wmorgan 1 +1 -1
2007-03-01 07:29 thread-view-mode compose wmorgan 2 +11 -1
2007-02-22 00:45 fixing maildir bugs wmorgan 1 +2 -2
2007-02-21 04:08 minor update: read detecting wmorgan 1 +1 -2
2007-02-21 03:58 added maildir support (finally!) wmorgan 9 +168 -27
2007-02-21 03:33 yet another bugfix for labels wmorgan 1 +1 -1
2007-02-21 03:31 whoops, archived? checking needs to go in poll wmorgan 2 +2 -1
2007-02-21 00:29 minor bugfix for sent labels wmorgan 2 +4 -1
2007-02-21 00:13 moved responsibility for archived? to source wmorgan 5 +3 -14
2007-02-21 00:08 updates wmorgan 2 +4 -2
2007-02-21 00:00 added faq about imap bignum problem wmorgan 1 +4 -1
2007-02-19 22:43 bugfix for edit labels on nil thread (thanks to ryan king) wmorgan 1 +1 -1
2007-02-16 16:31 added bugfix wmorgan 1 +2 -0
2007-02-15 17:39 whoops, delete now works again wmorgan 1 +1 -1
2007-02-14 05:31 bugfixes for imap polling wmorgan 3 +25 -18
2007-02-14 01:42 fixed imap each throwing uncaught sourceerror wmorgan 1 +9 -9
2007-02-12 23:42 fixed email generation wmorgan 1 +2 -2
2007-02-12 23:34 last updates wmorgan 1 +1 -1
2007-02-12 23:32 bugfix for archived events wmorgan 1 +4 -1
2007-02-12 23:27 more changes for 0.0.7 wmorgan 3 +11 -8
2007-02-12 22:56 final (?) 0.0.7 updates wmorgan 6 +34 -18
2007-02-11 21:16 unbroke wmorgan 2 +10 -7
2007-02-11 21:07 'A' archives and kills buffer in thread-view-mode (required significant updatedes to relay mechanism) wmorgan 10 +64 -44
2007-02-11 21:04 made pct_done optional wmorgan 4 +8 -10
2007-02-10 20:13 ask when quitting with unsaved buffers wmorgan 3 +17 -3
2007-02-10 20:12 fixed couting wmorgan 1 +4 -2
2007-02-10 19:06 getting ready for 0.0.8 release wmorgan 4 +65 -55
2007-02-10 18:41 re-save edited drafts if the user doesn't want to discard them; leave them alone if unedited wmorgan 2 +16 -13
2007-02-10 18:40 minor code cleanups wmorgan 2 +6 -8
2007-02-10 18:26 prevent accidentally discarding edited messages wmorgan 1 +4 -0
2007-02-10 16:50 better output wmorgan 1 +16 -14
2007-02-10 16:29 poll tweaks wmorgan 2 +3 -12
2007-02-10 04:14 another draft bugfix wmorgan 2 +2 -2
2007-02-09 07:40 fixed broken draft autoloading on first draft wmorgan 5 +17 -5
2007-02-08 21:41 updating help messages wmorgan 2 +22 -6
2007-02-08 21:39 various updates wmorgan 4 +7 -2
2007-02-08 21:28 bugfix: split headers were broken in previous version wmorgan 1 +1 -1
2007-02-06 19:28 minor bugfix wmorgan 1 +2 -2
2007-02-06 19:26 fixed polling (yet again) wmorgan 3 +71 -50
2007-02-05 00:01 fixes wmorgan 1 +1 -1
2007-02-05 00:00 updates! wmorgan 1 +3 -2
2007-02-05 00:00 various bugfixes wmorgan 2 +2 -1
2007-02-04 23:42 fixed killed threads issue (i think) wmorgan 3 +18 -14
2007-02-04 23:23 fixed drafts not loading problem wmorgan 3 +6 -3
2007-02-04 22:47 fixed label editing trailing space issue wmorgan 1 +2 -1
2007-02-02 23:59 git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@298 5c8cc53c-5e98-4d25-b20a-d8db53a31250 wmorgan 1 +1 -1
2007-02-02 19:04 debug message cleanup wmorgan 1 +1 -1
2007-02-02 17:03 todo: added attach messages everything else: fixed new messages not popping up bug wmorgan 4 +5 -0
2007-02-02 02:39 miscellaneous cleanups and improvements wmorgan 4 +3 -4
2007-02-02 02:19 bugfix to FAQ and added stuff to TODO wmorgan 2 +5 -3
2007-02-01 21:47 better output wmorgan 1 +5 -3
2007-02-01 21:27 progressively update display based on time rather than number of entries wmorgan 1 +3 -1
2007-02-01 21:20 split sup-import into sup-add and sup-import; merged poll.rb and sup-import code into Index methods wmorgan 9 +272 -244
2007-02-01 21:19 warning fix wmorgan 1 +1 -1
2007-02-01 21:18 updated for (some) 0.0.7 improvements wmorgan 1 +10 -0
2007-01-31 23:56 updated wmorgan 1 +30 -11
2007-01-31 23:27 added trollop dep and removed hoe wmorgan 1 +5 -1
2007-01-30 18:46 added bugfix wmorgan 1 +1 -0
2007-01-25 20:00 added :killed wmorgan 1 +1 -1
2007-01-25 20:00 goals for next release wmorgan 1 +15 -6
2007-01-24 21:20 added deletion (but it doesn't do anything different from :spam right now) wmorgan 5 +32 -4
2007-01-24 20:56 bugfixes wmorgan 4 +2 -3
2007-01-24 19:38 whoopsie! debugging info wmorgan 1 +1 -1
2007-01-24 19:16 minor: create sup-exception-log.txt instead of exception-log.txt wmorgan 1 +2 -2
2007-01-24 19:15 automatically connect to all sources at once upon startup wmorgan 1 +11 -1
2007-01-24 19:15 better error handling wmorgan 2 +72 -67
2007-01-24 18:36 yet again reworked error handling and synchronization think it's finally decent this time wmorgan 2 +99 -77
2007-01-23 15:58 bugfix wmorgan 1 +10 -6
2007-01-22 18:09 minor bugfix (m can be nil) wmorgan 1 +1 -1
2007-01-22 05:30 fixed up new header loading mechanism wmorgan 1 +2 -3
2007-01-22 01:22 removed single quotes from names wmorgan 1 +1 -1
2007-01-22 01:21 fixed loading bug (messages now loaded completely before tehread-view-mode gets them) and reworked the loading timeline for messages. threads also now cloned before passing to thread=-view-mode this should fix some bugs that occur when messages are added to a thread after thread-view-mode has started laying them out goddamn this connection sucks and i don't want to fix my typos wmorgan 4 +18 -24
2007-01-21 18:02 more todos wmorgan 1 +3 -1
2007-01-21 17:47 minor tweaks wmorgan 1 +3 -3
2007-01-21 17:42 minor bugfix wmorgan 1 +1 -1
2007-01-20 01:19 don't collapse one-line quotes and signatures wmorgan 2 +7 -8
2007-01-19 16:35 added # message in index on the status line wmorgan 1 +4 -0
2007-01-18 18:58 bugfixes wmorgan 2 +2 -2
2007-01-18 17:28 alternate colors in thread-view mode. not sure how much i like it. wmorgan 2 +26 -17
2007-01-18 02:06 whoops, made key for "edit as new" 'D' instead of 'd' (conflict with detailed header) wmorgan 1 +1 -1
2007-01-18 01:50 bugfix: jump_to_first_open wmorgan 2 +11 -2
2007-01-18 01:45 automatically jump cursor to first open message in thread-view-mode (kinda lame) wmorgan 1 +4 -0
2007-01-18 01:31 search for author within thread-view-mode wmorgan 3 +10 -2
2007-01-17 23:09 resume arbitrary messages wmorgan 3 +27 -14
2007-01-17 23:09 bugfixes wmorgan 2 +14 -4
2007-01-17 21:37 bugfix: don't stop reading a composed message when a line starting with "From" is found wmorgan 1 +1 -1
2007-01-17 21:34 alias contacts in thread-view-mode wmorgan 5 +104 -55
2007-01-17 21:24 added coding style guidelines wmorgan 1 +16 -1
2007-01-17 21:15 minor bugfix and parenthesized quote/signature hiding messages wmorgan 1 +6 -6
2007-01-17 01:41 google groups signature detection wmorgan 1 +1 -1
2007-01-17 01:39 bugfix wmorgan 1 +19 -16
2007-01-15 00:55 logging cleanup wmorgan 1 +1 -1
2007-01-15 00:54 added wmorgan 1 +4 -0
2007-01-13 00:51 bugfix for sig lines wmorgan 1 +2 -1
2007-01-13 00:04 improved contact-list-mode wmorgan 3 +5 -3
2007-01-12 23:42 don't do reply to recipient for mailing list wmorgan 1 +3 -2
2007-01-12 23:39 trivial bugfix (forgot @state[] -> @layout[].state) wmorgan 1 +1 -1
2007-01-12 23:37 added "reply to recipient" wmorgan 1 +18 -6
2007-01-12 23:37 make external message ids and temp filenames say "sup" instead of "redwood" wmorgan 1 +2 -2
2007-01-12 18:43 - redid thread-view layout internals to be nicer - jump_prev_open and next_open now only shift left/right if they need to (based on message width and indentation level) wmorgan 3 +103 -60
2007-01-11 19:52 fixed label and contact-list modes to be a little better wmorgan 4 +29 -36
2007-01-11 19:09 removing some warnings wmorgan 3 +2 -3
2007-01-11 19:07 minor cleanups wmorgan 2 +0 -2
2007-01-11 19:05 trivial bug fix wmorgan 1 +1 -0
2007-01-09 16:51 updated wmorgan 1 +2 -0
2007-01-09 16:51 fixed label brokenness introduced in last version wmorgan 1 +8 -2
2007-01-09 16:33 fixed toggling of starred, new, etc. wmorgan 1 +12 -4
2007-01-09 00:58 removed all caching (doesn't seem to make a speed diff and wasn't being updated correctly) wmorgan 1 +6 -29
2007-01-09 00:53 added --overwrite-labels flag wmorgan 1 +20 -9
2007-01-09 00:19 disabled caching of starred and new values, because we need to do more work for them to actually be valid (namely, determine thread dirtiness) and because they don't actually seem to make that much of a difference. wmorgan 2 +27 -11
2007-01-09 00:18 better comments wmorgan 1 +23 -4
2007-01-09 00:04 overwrote uri, otherwise not recognized wmorgan 2 +2 -0
2007-01-08 20:27 bugfix in subject-line combining when child messages have different subjects from their parents, but are found first wmorgan 1 +43 -12
2007-01-08 20:26 dump exception to exception-log.txt (useful because it has the COMPLETE backtrace) wmorgan 1 +4 -0
2007-01-08 20:15 crap, forgot to remove deubgging message wmorgan 1 +0 -1
2007-01-08 19:03 imap error handling refactorization wmorgan 2 +41 -36
2007-01-08 18:51 made URI valid wmorgan 2 +2 -2
2007-01-08 18:27 made comparisons in "source_for" be based on uri, not string (so that trailing slashes, etc. are irrelevant) wmorgan 2 +2 -1
2007-01-08 18:26 wrote Mode#save_to_file as a utility method, moved attachment saving code there, and added log-mode save to disk wmorgan 3 +23 -17
2007-01-08 16:58 removed extra debugging message wmorgan 1 +0 -1
2007-01-06 19:50 added an item wmorgan 1 +1 -0
2007-01-06 19:50 comment updates wmorgan 1 +13 -4
2007-01-06 19:37 whoops, don't want to downcase or replying breaks wmorgan 1 +1 -2
2007-01-06 16:23 whoops, updated to 0.0.6 wmorgan 1 +3 -0
2007-01-06 16:20 updated to 0.0.6 wmorgan 2 +2 -2
2007-01-06 16:18 updates wmorgan 1 +3 -0
2007-01-06 16:15 comment updates wmorgan 2 +40 -18
2007-01-06 16:01 re-tweaked list recipient email address heuristic wmorgan 1 +2 -1
2007-01-06 16:00 made nicer wmorgan 1 +20 -14
2007-01-06 15:59 better comments and logging in authentication sequence wmorgan 1 +6 -2
2007-01-06 15:55 fixed login to first try CRAM-MD5 auth, then login auth, then plain login wmorgan 1 +13 -3
2007-01-06 07:06 corrected about :inbox (not :archive) wmorgan 1 +3 -3
2007-01-06 06:55 further slight removal of suckiness wmorgan 2 +24 -23
2007-01-06 06:50 made less lame wmorgan 1 +23 -23
2007-01-06 04:59 updated for 0.0.5 wmorgan 1 +5 -0
2007-01-06 04:39 updates to 0.0.5 wmorgan 2 +2 -2
2007-01-06 04:36 added UserGuide.txt wmorgan 2 +3 -5
2007-01-06 04:35 more updates wmorgan 1 +114 -95
2007-01-06 04:10 fixed "1 hours" => "one hour" wmorgan 1 +1 -1
2007-01-06 03:39 made --archive a superset of --force-archive (otherwise it doesn't really make sense) wmorgan 1 +1 -1
2007-01-06 01:00 updates! wmorgan 2 +155 -95
2007-01-06 01:00 bugfix to # of loaded entries wmorgan 1 +1 -2
2007-01-06 00:54 bugfix in PersonManager.name_for wmorgan 1 +1 -1
2007-01-06 00:17 inform labelmanager of any new labels wmorgan 1 +1 -0
2007-01-05 23:09 yet more error-handling minor tweaks. jesus christ i hope it works now. wmorgan 1 +2 -2
2007-01-05 23:04 error handling improvements. messageformaterrors are non-fatal and will be skipped; source errors are fatal and will cause the source to be skipped. wmorgan 1 +48 -43
2007-01-05 23:03 log message cleanups wmorgan 1 +0 -2
2007-01-05 22:45 empty status when no lines wmorgan 1 +5 -1
2007-01-05 22:40 no status line with 0 lines wmorgan 1 +2 -1
2007-01-05 21:49 fixed 'n' and 'p' with missing messages, and some comment and logging cleanups wmorgan 1 +5 -7
2007-01-05 21:33 fixed snippet duplication wmorgan 1 +2 -2
2007-01-05 20:55 slightly better error message flashed wmorgan 1 +1 -1
2007-01-05 20:08 another bugfix when polling for new messages wmorgan 1 +5 -4
2007-01-05 16:54 always use detailed headers for threads of size 1 wmorgan 1 +1 -1
2007-01-05 16:53 forced reading of full headers so that reply-to-list functionality actually works wmorgan 1 +6 -1
2007-01-05 16:51 made the contact list load enough entries to fill the whole buffer, rather than just 10. wmorgan 2 +9 -7
2007-01-05 16:50 - cleaned up error handling - fixed bug where imap would never actually see new messages except at login wmorgan 1 +115 -89
2007-01-05 16:49 to determine the recipient address of an email, i now check envelope-to, then x-original-to, then delivered-to. wonder if that's right? seems to work better, at any rate. wmorgan 1 +1 -1
2007-01-05 16:46 improved accuracy of to_nice_distance_of wmorgan 1 +4 -4
2007-01-05 02:35 re-added loading the header when viewing a message, such that the mailing list headers (which are not stored in the index) can be captured so that we can reply to list. wmorgan 1 +7 -1
2007-01-05 02:03 added lots of documentation wmorgan 1 +110 -27
2007-01-05 02:01 S now toggles spam status wmorgan 1 +1 -1
2007-01-05 01:58 bugfixes and comment improvments wmorgan 3 +36 -19
2007-01-05 01:54 renamed load_more_threads to load_threads and moved to thread-index-mode. also made "saving thread" message actually accurate wmorgan 8 +25 -36
2007-01-04 22:24 fixed asking so that it doesn't interfere with the rest of the minibuf wmorgan 1 +12 -3
2007-01-04 21:44 removed spam from subject queries wmorgan 1 +1 -0
2007-01-04 17:07 collapsing a message now moves the cursor down one line. 'n' and 'p' now also cycle between messages with detailed headers (not just open messages) wmorgan 1 +3 -2
2007-01-04 15:56 changed sig_file back to signature wmorgan 2 +2 -2
2007-01-04 06:24 fixed percent done display wmorgan 1 +3 -3
2007-01-04 06:17 fixed percent_done thing wmorgan 3 +7 -2
2007-01-04 06:16 sometimes rmail fails, apparently? wmorgan 1 +2 -4
2007-01-04 05:57 added back thread-by-subject wmorgan 1 +1 -1
2007-01-04 05:57 made jump_to_message adjust column as well wmorgan 2 +10 -5
2007-01-04 02:48 s/signature/sig_file wmorgan 1 +1 -1
2007-01-04 02:42 bugfix wmorgan 1 +1 -1
2007-01-04 02:22 changed 'K' for kill to '&', because it was overriding K of J and K for scrolling wmorgan 1 +1 -1
2007-01-04 02:05 whoopsie! left in a debugging output file wmorgan 1 +0 -1
2007-01-04 02:03 updated source_marked_read? to work for imap wmorgan 3 +17 -14
2007-01-04 01:24 updated to 0.0.4 wmorgan 2 +2 -2
2007-01-04 01:19 fixed imap error handling wmorgan 2 +23 -13
2007-01-03 19:39 updated to 0.0.4 wmorgan 2 +5 -1
2007-01-03 19:38 added UserGuide.txt wmorgan 1 +1 -0
2007-01-03 19:36 initial version wmorgan 1 +54 -0
2007-01-03 16:16 thread improvements (and back to sharing a connection) wmorgan 1 +37 -21
2007-01-03 16:15 added multi_select wmorgan 1 +6 -3
2007-01-03 13:31 minor bugfixes wmorgan 3 +8 -8
2007-01-03 06:40 synchronized access to minibuf wmorgan 1 +31 -17
2007-01-03 06:40 more logging wmorgan 1 +1 -0
2007-01-03 06:40 minor tweaks and bugfixes wmorgan 3 +6 -5
2007-01-03 06:11 improved load_n_threads wmorgan 8 +21 -13
2007-01-03 06:10 output cleanups wmorgan 1 +2 -2
2007-01-03 06:09 minor tweak wmorgan 1 +1 -1
2007-01-03 06:09 retry on epipe wmorgan 1 +34 -31
2007-01-03 06:08 retry on EPIPE wmorgan 1 +7 -0
2007-01-03 06:07 added net/ssh dependency wmorgan 1 +1 -1
2007-01-02 21:23 capitalized name for future hoe announcements wmorgan 1 +1 -1
2007-01-02 21:04 updated to make hoe happy wmorgan 1 +38 -37
2007-01-02 21:04 change version to 0.0.3 wmorgan 1 +1 -1
2007-01-02 21:03 forgot to change this last occurrence of SafeNCurses wmorgan 1 +2 -2
2007-01-02 20:41 documentation updates for 0.0.3 wmorgan 4 +51 -33
2007-01-02 20:32 shared ssh connections if they're to the same username and host wmorgan 1 +32 -13
2007-01-02 20:32 minor tweak to menu prompt wmorgan 1 +1 -0
2007-01-02 19:27 s/SVM/SVN wmorgan 1 +1 -1
2007-01-02 19:27 yet more fixes to imap, some buffer debugging, and more comment cleanups wmorgan 9 +150 -162
2007-01-02 16:00 many changes (while on the airplane). - reworked source error handling so that it finally works well. - reworked ssh and imap to conform to that. - cleaned up logging and comments all over. - made sup-import use highline and allow the user to use previously-defined account information. - made the buffer line expandable wmorgan 14 +268 -157
2006-12-31 22:50 more imap and ssh bugfixes wmorgan 4 +13 -5
2006-12-31 21:28 massive fixes for imap and mbox+ssh wmorgan 9 +204 -110
2006-12-31 14:20 fixed bug in label assignment for new messages and cleaned up logging messages wmorgan 6 +9 -8
2006-12-31 14:16 log messages to $stderr if the buffer is not available wmorgan 1 +2 -1
2006-12-31 02:35 hit 'R' to quicky recover drafts wmorgan 3 +17 -2
2006-12-31 02:33 better whitespace wmorgan 1 +8 -1
2006-12-30 23:40 when editing a draft, just jump right in to the edit wmorgan 1 +1 -0
2006-12-30 15:45 minor bugfix wmorgan 1 +3 -1
2006-12-30 15:34 fixed num_results_for wmorgan 1 +3 -1
2006-12-30 15:25 minor bugfix wmorgan 1 +2 -2
2006-12-30 15:21 handle all source errors everywhere with a cute little error message wmorgan 1 +24 -6
2006-12-30 15:21 wrapped all imap errors so that they turn into source errors wmorgan 1 +20 -5
2006-12-30 15:15 normalize whitespace wmorgan 1 +1 -1
2006-12-30 15:14 removed refs: header (only there for debugging purposes) wmorgan 1 +1 -2
2006-12-30 15:13 added String#normalize_whitespace and fixed String#wrap to not insert newlines wmorgan 1 +6 -2
2006-12-30 05:27 whoops! wmorgan 2 +2 -2
2006-12-29 17:31 minor bugfix wmorgan 1 +1 -1
2006-12-29 17:28 major improvements in broken source handling wmorgan 11 +142 -170
2006-12-28 23:34 whoohoo! thread index loading is completely from index now (no need to read from sources), so it is FAST FAST FAST!!! wmorgan 2 +11 -11
2006-12-28 23:31 whoops, silly mistake wmorgan 1 +2 -6
2006-12-28 23:23 keeping track of last access times in people.txt now so that we can start trimming this file when it gets too big wmorgan 1 +6 -5
2006-12-28 23:10 - created a PersonManager that keeps track of the names of all email addresses ever seen. this will probably need to be intelligently trimmed, but will be used for fast loading of messages from slow sources. wmorgan 7 +83 -59
2006-12-28 22:37 cached message chunks wmorgan 2 +7 -6
2006-12-28 22:34 added a nice "loading" message wmorgan 1 +4 -2
2006-12-28 22:33 buffermanager.say block mode wmorgan 1 +5 -0
2006-12-28 22:20 minor tweaks that don't really improve much of anything wmorgan 1 +32 -23
2006-12-28 21:36 added mbox+ssh support (though pretty lame at the moment) also changed sup-impor to use highline wmorgan 6 +277 -6
2006-12-28 20:38 fencepost error in end_offset wmorgan 1 +1 -1
2006-12-28 19:26 made the "indirect participant" indicator a + instead of a -. just fucking felt like it. wmorgan 1 +1 -1
2006-12-28 18:20 mbox::loader#total went missing for some reason. replaced. re-fixed tokenization in index.rb to do downcasing. i think that's probably the right idea for email search. wmorgan 2 +5 -4
2006-12-27 19:44 bugfix wmorgan 1 +4 -4
2006-12-27 18:14 yet more fixes on user queries wmorgan 2 +8 -10
2006-12-27 17:59 better indexing wmorgan 2 +6 -6
2006-12-27 17:40 fixed user query parsing wmorgan 1 +3 -4
2006-12-27 17:39 improved user query handling wmorgan 2 +29 -16
2006-12-26 17:49 moved responsibility for labels out of source and back into subclasses. minor tweaks on imap to be a little prettier. allowed mbox::loader to take iether a filename or an IO object; the latter will be used for mbox+ssh support wmorgan 3 +19 -11
2006-12-26 17:43 made better! wmorgan 2 +25 -8
2006-12-26 17:33 added "Browse the SVN repository" link wmorgan 1 +3 -1
2006-12-26 17:33 general updates wmorgan 3 +58 -43
2006-12-26 17:17 general improvments wmorgan 1 +58 -31
2006-12-25 21:42 fixed inifinite loop when polling drafts if there are no drafts (whoops!) wmorgan 1 +2 -7
2006-12-24 22:53 minor bugfixes wmorgan 5 +9 -3
2006-12-20 19:47 catch both MessageFormatErrors and SourceErrors wmorgan 1 +1 -1
2006-12-20 19:47 minor comment cleanup wmorgan 1 +1 -2
2006-12-20 19:46 imap bugfix (cur_offset not being stored) and better exception handling wmorgan 1 +12 -9
2006-12-20 19:46 small gui improvements, mostly involving snippets wmorgan 3 +6 -9
2006-12-20 19:07 less verbose wmorgan 1 +1 -1
2006-12-20 19:07 thread abort on exception moved wmorgan 1 +0 -2
2006-12-20 19:07 fixed search for spam problem wmorgan 1 +5 -7
2006-12-11 16:05 minor cleanups wmorgan 1 +8 -15
2006-12-10 22:22 goddammit forgot imap.rb wmorgan 1 +1 -0
2006-12-10 22:13 included source.rb wmorgan 1 +1 -0
2006-12-10 20:28 christ wmorgan 1 +1 -1
2006-12-10 20:27 update to 0.0.2a wmorgan 1 +1 -1
2006-12-10 20:26 whoopsie! new message should be new. 0.0.2a wmorgan 2 +2 -2
2006-12-10 20:08 guess i can't have newlines in there? wmorgan 1 +0 -2
2006-12-10 20:06 updated for 0.0.2 wmorgan 1 +9 -0
2006-12-10 20:02 updates for 0.0.2 wmorgan 4 +19 -8
2006-12-10 19:58 whoops, forgot to update this. broken => broken_msg wmorgan 1 +1 -1
2006-12-10 19:56 tweaked broken source handling wmorgan 4 +16 -11
2006-12-10 19:50 minor tweak in help for imap wmorgan 1 +1 -1
2006-12-10 19:48 finishing touches on broken source handling wmorgan 4 +15 -12
2006-12-10 19:41 unified reporting of thread exceptions wmorgan 4 +21 -16
2006-12-10 19:13 (large change) enabled imap support, and reworked everything to allow for loading of message from sources that are broken. so if the imap server is dead, you still have a somewhat reaosnalbe interface, based on everything it knows about the messages from the index. wmorgan 9 +256 -170
2006-12-10 19:12 minor tweak to align bcc: header wmorgan 1 +1 -1
2006-12-10 19:11 improved handling of killing buffers. buffers now check with the mode (via #killable?) before killing. inbox-mode always returns false. wmorgan 6 +41 -18
2006-12-10 19:08 handle trailing newlines in log messages wmorgan 2 +2 -3
2006-12-07 21:35 preparations for imap wmorgan 13 +257 -46
2006-12-04 14:47 BREAK_RE => /^From \S+/ wmorgan 1 +2 -2
2006-12-04 06:42 bug fixes with new strict mbox checking wmorgan 1 +16 -10
2006-12-04 01:58 fix for new mbox offset strictness wmorgan 1 +6 -1
2006-12-04 00:17 cleaned up output wmorgan 1 +2 -2
2006-12-03 18:17 removed cruft from index.rb, and made source_info an indexed field, such that sup-import --rebuild --start_at will be able to find the right messages to delete. wmorgan 2 +24 -56
2006-12-03 08:59 jump to left with '[' wmorgan 1 +7 -0
2006-12-02 00:34 improved polling behavior wmorgan 4 +36 -29
2006-12-02 00:31 added debug check for Thread vs ::Thread, and removed extraneous logging wmorgan 1 +3 -2
2006-12-01 21:54 refresh screen after viewing attachment (for ncurses viewers like w3m) wmorgan 1 +1 -0
2006-12-01 19:39 added saving of message and attachments to disk (and some bugfixes in buffer in support of this). wmorgan 6 +71 -13
2006-12-01 19:20 disabled message flashing while questions are being asked wmorgan 1 +15 -12
2006-12-01 19:19 slight rejiggering of display to handle long buffer names wmorgan 1 +4 -4
2006-12-01 17:13 /bin/env => /usr/bin/env (thanks to Rakan El-Khalil) wmorgan 2 +26 -6
2006-11-29 19:01 bugfixes: offset doesn't need to be +1, and message refs should be uniq'd before being added to the index wmorgan 3 +2 -3
2006-11-29 19:00 more tweaks wmorgan 1 +10 -3
2006-11-29 17:48 bugfix: handle nil (unreceived) message wmorgan 1 +1 -1
2006-11-29 07:07 space-saving measures in thread-index-mode. two more characters! wmorgan 2 +3 -3
2006-11-29 06:32 fixed full header mode to actually show the header again wmorgan 1 +1 -1
2006-11-29 06:19 more tweaks. can't stop! wmorgan 1 +18 -19
2006-11-29 06:13 more tweaks. can't stop! wmorgan 3 +24 -24
2006-11-29 02:15 ignore all multipart/ mime chunks wmorgan 1 +1 -1
2006-11-29 01:32 updated "getting it" section wmorgan 1 +2 -3
2006-11-29 01:12 minor tweaks for consistency wmorgan 1 +2 -2
2006-11-29 01:11 added credit to matt armstrong for rmail wmorgan 1 +4 -2
2006-11-29 01:05 bug fix for detecting user-defined headers wmorgan 1 +6 -3
2006-11-29 00:55 bug fix: use default accounts' sendmail if no immediate from: account wmorgan 1 +2 -3
2006-11-29 00:46 updates based on ml feedback wmorgan 3 +3 -0
2006-11-28 22:10 moved evertying to devel wmorgan 62 +5908 -0