]> git.cworth.org Git - sup/shortlog
sup
2009-08-19 William Morganadd hooks for before- and after- yaml marshalling
2009-08-18 William MorganMerge branch 'console-mode' into next
2009-08-18 William Morganadd intro help text and 'e' command to console mode
2009-08-18 William MorganMerge branch 'console-mode' into next
2009-08-18 Rich Laneconsole: clear_hooks
2009-08-18 Rich Laneconsole: reload
2009-08-18 Rich Laneconsole: index internals accessor
2009-08-18 Rich Laneconsole: add/remove labels
2009-08-18 Rich Laneconsole mode
2009-08-18 William MorganMerge branch 'master' into next
2009-08-18 Rich Laneadd 'I' keybinding to raise Inbox buffer
2009-08-18 William MorganMerge branch 'buffer-rolling' into next
2009-08-18 Rich Laneskip system buffers when rolling
2009-08-18 William MorganMerge branch 'master' into next
2009-08-18 Carl Worthmaildir: allow ', ' in the unique-name portion of a...
2009-08-18 William MorganMerge branch 'ncurses-fixes' into next
2009-08-18 William Morganncurses cursor pops on after refresh. disable that.
2009-08-18 William MorganMerge branch 'logging' into next
2009-08-18 William Morganbugfix:relay event when new message is added to index
2009-08-17 William Morganclean up some minor conflict mis-resolutions
2009-08-17 William MorganMerge branch 'logging' into next
2009-08-17 William Morganrewrite logging to have multiple levels: debug, info...
2009-08-17 William Morganrewrite Singleton to not require i_am_the_instance
2009-08-17 William Morganminor code style tweaks and whitespace removals
2009-08-17 William Morganrefactor index access into three methods and rewrite...
2009-08-17 William Morganmaintain labels as Sets rather than arrays
2009-08-16 William MorganMerge branch 'ncurses-fixes' into next
2009-08-16 Benoît PIERRErestore keypad mode after we force ncurses to refresh...
2009-08-16 William MorganMerge branch 'master' into next
2009-08-16 William Morganwhen writing mbox files, output From_ line date as utc
2009-08-14 William MorganMerge branch 'run-mailcap-fixes' into next
2009-08-14 Benoît PIERREuse BufferManager.shell_out to call run-mailcap instead...
2009-08-14 Benoît PIERREdon't redirect stderr to /dev/null when calling run...
2009-08-11 William MorganMerge branch 'master' into next
2009-08-11 Rich Lanemove xapian index loading into load_index
2009-08-11 William MorganMerge branch 'master' into next
2009-08-11 William Morganallow sup-sync to use --start-at with --restored
2009-08-07 William MorganMerge branch 'locking-refactor' into next
2009-08-07 William MorganMerge branch 'ncurses-fixes' into next
2009-08-07 William Morganrefactor index locking interaction and replace suicidem...
2009-08-07 William Morgandie gracefully upon SIGKILL
2009-08-06 William MorganMerge branch 'ncurses-fixes' into next
2009-08-06 William Morganrewrap getch in select, handle sigwinch manually
2009-08-05 William MorganRevert "Merge branch 'ncurses-fixes' into next"
2009-08-05 William MorganMerge branch 'ncurses-fixes' into next
2009-08-05 William MorganMerge branch 'master' into next
2009-08-05 William Morgantrap term
2009-08-05 William Morganimprove ncurses key handling for sigwinch and sigint
2009-08-05 William Morganport ezyang@mit.edu's chattyness patch over to xapian...
2009-08-03 Rich Lanexapian: drop excessively long terms
2009-08-03 William MorganMerge branch 'xapian'
2009-07-28 William MorganMerge branch 'xapian' into next
2009-07-28 William MorganMerge branch 'master' into next
2009-07-28 Rich Lanexapian: fix issue with empty ferret query
2009-07-28 Rich Lanexapian: fix MAX_DATE
2009-07-28 Rich Laneexplicitly load messages in testcase
2009-07-28 William MorganMerge branch 'master' into next
2009-07-28 Edward Z. Yangmake logging less chatty
2009-07-28 William MorganMerge branch 'master' into next
2009-07-28 Edward Z. Yangfix broken arrow keypresses after shelling out
2009-07-27 William MorganMerge branch 'custom-search-hook' into next
2009-07-27 Edward Z. Yangadd custom-search hook, for shortcuts for custom search...
2009-07-27 William MorganMerge branch 'master' into next
2009-07-27 Adeodato SimóUse /etc/mailname if present to determine the hostname...
2009-07-27 William MorganMerge branch 'master' into next
2009-07-27 Nicolas Pouillardeasy_decode now also catches InvalidCharacter
2009-07-27 William MorganMerge branch 'master' into next
2009-07-27 Adeodato SimóUnbreak "bounce-command" hook (was referencing an nonex...
2009-07-27 William MorganMerge branch 'xapian' into next
2009-07-27 Rich Lanexapian: dont exclude spam/etc in some internal searches
2009-07-27 Rich Lanexapian: initialize sources in sup-dump
2009-07-27 Rich Lanexapian: fix mk_addrs args in build_message
2009-07-27 William MorganMerge branch 'xapian' into next
2009-06-24 William Morganbugfix: dates need to be truncated for xapian to index
2009-06-24 William Morganexplicitly load index version, for better error messages
2009-06-24 Rich Lanedont using SavingHash#[] for membership test
2009-06-24 Rich Laneadd limit argument to author_names_and_newness_for_thread
2009-06-24 Rich Lanefix String#ord monkeypatch
2009-06-24 Rich Laneindex: add xapian implementation
2009-06-24 Rich Laneindex: choose index implementation with config entry...
2009-06-24 Rich Laneadd Message.indexable_{body, chunks, subject}
2009-06-24 Rich Laneremove last external uses of ferret docid
2009-06-24 Rich Laneindex: move Ferret-specific code to ferret_index.rb
2009-06-24 Rich Laneindex: make wrap_subj methods private
2009-06-24 Rich Laneindex: revert overeager opts->query rename in each_mess...
2009-06-24 Rich Laneindex: remove unused method fresh_thread_id
2009-06-24 Rich Lanemove source-related methods to SourceManager
2009-06-24 Rich Laneindex: move has_any_from_source_with_label? to sup...
2009-06-24 Rich Laneswitch DraftManager to use Message.build_from_source
2009-06-24 Rich Laneindex: remove unused method load_entry_for_id
2009-06-24 Rich Laneremove ferret entry from poll/sync interface
2009-06-24 Rich Laneremove load_entry_for_id call in DraftManager.discard
2009-06-24 Rich Laneremove load_entry_for_id call in sup-recover-sources
2009-06-24 Rich Laneindex: consistent naming
2009-06-24 Rich Laneindex: cleanup interface
2009-06-24 William Morganfix another missing part of a previous merge
2009-06-24 William Morganfix missing part of a previous merge
2009-06-24 William MorganMerge commit 'bwalton/bw/flexible_sent'
2009-06-24 William MorganMerge commit 'bwalton/bw/bounce_message'
2009-06-24 William MorganMerge branch 'labels-before-subj'
next