]> git.cworth.org Git - sup/history - lib/sup
Merge commit 'origin/find-in-buffer-fix'
[sup] / lib / sup /
2008-05-25 William MorganMerge commit 'origin/find-in-buffer-fix'
2008-05-25 William MorganMerge commit 'origin/header-parsing-fix'
2008-05-25 William MorganMerge commit 'origin/read-and-archive'
2008-05-25 William MorganMerge commit 'origin/more-vi-keys'
2008-05-25 William Morganmake 'm' (compose) in thread-view-mode prompt for a...
2008-05-25 William Morgana few trivial cleanups
2008-05-25 ianexact match gpg fix
2008-05-19 William Morganbugfix: gpg signing failures because when no trailing...
2008-05-19 Ben Waltonfix exception when editting an empty MULTI_HEADER
2008-05-01 William Morganbugfix in in-buffer search: subclass search_goto_line...
2008-05-01 Grant Hollingworthparenthesized argument to quell warning
2008-05-01 Marc Hartsteinadd tab-completion to multi add labels (;l)
2008-05-01 Grant Hollingworthreload label list on focus
2008-04-26 Marc Hartsteinadd 'A' (archive and mark read) command to inbox-mode
2008-04-26 Marc Hartsteinfix alignment when printing help screen if \C-x is...
2008-04-26 Marc Hartsteinvi-style scroll keys
2008-04-26 William Morganbugfix: empty headers are ignored
2008-04-25 Nicolas Pouillardhandle nil header values in crypto recipient key selection
2008-04-23 William Morganbugfix: exception when forwarded attachment is not...
2008-04-23 Nicolas Pouillardwrite sup-{exception-log, unable-to-decode}.txt in...
2008-04-22 Nicolas Pouillarduse read instead of readlines.join
2008-04-20 William MorganMerge branches 'completions-hook', 'find-horizontally...
2008-04-06 William Morganadd extra-contact-addresses hook
2008-04-01 William MorganMerge branch 'master' into next
2008-04-01 William Morganunmunge Marcus's icon & window title patch (sorry!)
2008-03-26 William MorganMerge branch 'master' into next
2008-03-26 William Morganhandle carriage returns in mbox files
2008-03-26 William MorganMerge branch 'master' into next
2008-03-26 Nicolas Pouillardsort contacts when saving contacts.txt
2008-03-26 William Morganset icon title as well as window title when running...
2008-03-26 Christopher Warringtonupdated text and keybinding in label-search-results...
2008-03-26 William MorganMerge branch 'master' into next
2008-03-26 Christopher Warringtonfixed off-by-one error in imap.rb and maildir.rb
2008-03-17 William MorganMerge branch 'thread-by-subj-fix' into next
2008-03-17 William Morganweird ferret workaround: stringify thread-by-subject...
2008-03-17 William Morganindexing bugfix: normalize subjects before indexing
2008-03-17 William Morganthreading bugfix when threading by subject
2008-03-09 William MorganMerge branch 'master' into next
2008-03-08 William MorganMerge branch 'sent-poll-fix'
2008-02-29 William MorganMerge branch 'speedy-index' into next
2008-02-29 William Morganbugfix: make sup-sync work again under new index-writin...
2008-02-29 William Morganremove minor redundancies
2008-02-29 William Morganremove logging messages
2008-02-29 William MorganMerge branch 'speedy-index' into next
2008-02-29 William Morganmessages in sources with lower ids override those in...
2008-02-29 William Morganbugfix: index source_id and source_info are strings...
2008-02-28 William MorganMerge branch 'speedy-index' into next
2008-02-28 William Morganhandle message "updates" by merging labels and overwrit...
2008-02-28 William MorganMerge branch 'master' into next
2008-02-28 William Morganworkaround for rubymail quoting bug in pgp MIME statement
2008-02-27 William MorganMerge branch 'master' into next
2008-02-25 William MorganMerge branch 'master' into next
2008-02-25 William MorganMerge branch 'remove-normalization' into next
2008-02-25 William Morganremove query normalization, which was both useless...
2008-02-25 William MorganMerge branch 'sent-poll-fix' into next
2008-02-25 William Morgansent messages: explicitly remove :unread label
2008-02-25 William MorganMerge branch 'message-id-normalization' into next
2008-02-25 William Morganonly use the first 255 characters of a message id ...
2008-02-25 William Morgandon't tokenize message_id field in index
2008-02-24 William MorganMerge branch 'sent-poll-fix' into next
2008-02-24 William Morganwhoops, add labels accessor to MBox::Loader
2008-02-24 William MorganMerge branch 'sent-poll-fix' into next
2008-02-24 William MorganSentManager adds just-sent messages to the index in...
2008-02-24 William Morgangiving a block to PollManager#each_message_in_source...
2008-02-24 William MorganMBox::Loader#next determines labels with self.labels...
2008-02-24 William MorganMerge branch 'master' into next
2008-02-24 William Morganminor bugfix: protect call to BufferManager#flash on...
2008-02-21 William MorganMerge branch 'speedy-index' into next
2008-02-20 William MorganMerge branch 'master' into next
2008-02-20 William Morganbugfix: ThreadSet claiming non-relevant videos are...
2008-02-20 William Morganshare Ferret entry information on state updates, when...
2008-02-20 William Morganminor: remove redundant LOC
2008-02-20 William Morganstore body text directly in index (in addition to index...
2008-02-20 William MorganMerge branch 'master' into next
2008-02-20 William Morganfor unparseable date headers, forge rather than discard...
2008-02-20 William MorganMerge branch 'find-horizontally' into next
2008-02-20 William Morganmake in-buffer searches move the buffer horizontally...
2008-02-20 William MorganMerge branch 'startup-hook' into next
2008-02-19 William MorganMerge branch 'master' into next
2008-02-19 William Morganbugfix in mime viewing success/failure logic
2008-02-19 William MorganMerge branch 'master' of git+ssh://wmorgan@repo.or...
2008-02-18 William MorganMerge branch 'parse-tweaks' into next
2008-02-18 William Morganremove requirement that space follows the colon in...
2008-02-16 William MorganMerge branch 'draft-colors' into next
2008-02-16 Nicolas PouillardShow drafts in red, in thread-index-mode.
2008-02-16 William MorganMerge branch 'cancel-search'
2008-02-16 William MorganMerge branches 'tag-nouns', 'initial-view-fix', 'id...
2008-02-16 William MorganMerge branch 'load-all-threads'
2008-02-16 William MorganMerge branch 'master' into next
2008-02-16 Nicolas Pouillardhandle keycode 127 like KEY_BACKSPACE
2008-02-16 William MorganMerge branch 'maildir-speedup-redo' into next
2008-02-16 William Morganmaildir speedup: don't scan directory except when polling
2008-02-16 William MorganMerge branch 'master' into next
2008-02-16 Nicolas Pouillardhandle keycode 127 like KEY_BACKSPACE
2008-02-14 William MorganMerge branch 'maildir-speedup'
2008-02-14 William MorganMerge branch 'master' into next
2008-02-14 William Morgansomehow search-results-mode.rb acquired an executable...
2008-02-07 William MorganMerge branch 'startup-compose' into next
2008-02-07 William Morganadd --commit option to spawn a compose-mode upon startup
2008-02-07 William Morganmaildir speedup: don't scan directory except when polling
next