]> git.cworth.org Git - sup/history - lib
Merge branch 'restore-state'
[sup] / lib /
2009-09-08 William MorganMerge branch 'restore-state'
2009-09-08 William MorganMerge branch 'reply-all-keybindings'
2009-09-08 William MorganMerge branch 'logging-tweaks'
2009-09-08 William MorganMerge branch 'hook-local-vars'
2009-09-08 Ben Waltonalways apply label :sent to messages in sentmanager
2009-09-06 William Morgancoerce Message#add_label (and others) arguments to...
2009-09-06 William Morganbugfix: :sent label not being applied to sent messages
2009-09-04 William MorganMerge branch 'xapian-updates'
2009-09-04 Kornilios Kourtishandle malformed multiplart messages
2009-09-04 William Morganbugfix in yaml serialization
2009-09-04 William Morganfail fast if config is not valid
2009-09-04 William Morganbugfix: crypto return values when no gpg binary detected
2009-09-01 Rich Laneremove use of Object#tap
2009-09-01 Israel Herraizadd UTF-8 encoding string for ArchLinux systems
2009-09-01 Rich Lanereply all keybindings
2009-09-01 William Morganminor: move hook load messages from info to debug
2009-09-01 William Morganbugfix: clear cached lambda hook locals after hook...
2009-08-25 William MorganMerge branch 'run-mailcap-fixes'
2009-08-25 William MorganMerge branch 'buffer-rolling'
2009-08-25 William MorganMerge branch 'locking-refactor'
2009-08-25 William MorganMerge branch 'ncurses-fixes'
2009-08-25 William MorganMerge branch 'various-api-refactors'
2009-08-25 William MorganMerge branch 'logging'
2009-08-24 Rich Laneadd Message#load_from_index! shortcut
2009-08-24 William Morganfix proc locals, which must use the old method trick
2009-08-23 Carl Worthconvert a couple of arrays to sets for labels
2009-08-23 William Morganrewrite hookmanager to use eval for locals
2009-08-22 Benoît PIERREfix garbaged text in textfield when using ncursesw
2009-08-22 Alex Vandiverfix a thread merging bug introduced by refactoring...
2009-08-22 William Morganswitch non-error imap messages to info from debug
2009-08-22 William Morganminor logging output tweak
2009-08-22 Rich Lanexapian index format versioning
2009-08-22 Rich Lanemove all GDBM data into Xapian
2009-08-19 William Morganminor misc code tweaks
2009-08-19 William Morganhave mbox, maildir and imap sources (de)serialize label...
2009-08-19 William Morganadd hooks for before- and after- yaml marshalling
2009-08-18 Rich Laneskip system buffers when rolling
2009-08-18 Carl Worthmaildir: allow ', ' in the unique-name portion of a...
2009-08-18 William Morganncurses cursor pops on after refresh. disable that.
2009-08-18 William Morganbugfix:relay event when new message is added to index
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 Benoît PIERRErestore keypad mode after we force ncurses to refresh...
2009-08-16 William Morganwhen writing mbox files, output From_ line date as utc
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 Rich Lanemove xapian index loading into load_index
2009-08-07 William Morganrefactor index locking interaction and replace suicidem...
2009-08-07 William Morgandie gracefully upon SIGKILL
2009-08-06 William Morganrewrap getch in select, handle sigwinch manually
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 Rich Lanexapian: fix issue with empty ferret query
2009-07-28 Rich Lanexapian: fix MAX_DATE
2009-07-28 Edward Z. Yangmake logging less chatty
2009-07-28 Edward Z. Yangfix broken arrow keypresses after shelling out
2009-07-27 Adeodato SimóUse /etc/mailname if present to determine the hostname...
2009-07-27 Nicolas Pouillardeasy_decode now also catches InvalidCharacter
2009-07-27 Adeodato SimóUnbreak "bounce-command" hook (was referencing an nonex...
2009-07-27 Rich Lanexapian: fix mk_addrs args in build_message
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'
2009-06-15 William Morganbugfix: correct time format in sent message mbox
2009-06-15 William Morganremove warnings about RE_UTF8
2009-06-15 Rich Lanefixes for ruby1.9
2009-06-15 William Morganmake multibyte display "work" for non-utf8 locales
2009-06-09 William Morganfix reply-mode always selecting "Customized"
2009-06-08 William Morganreduce quote parsing worst-case behavior
2009-06-07 Ben WaltonBounce Message Hook
2009-06-07 Ben WaltonAdd message bouncing capability
next