summaryrefslogtreecommitdiff
path: root/alot/buffers.py
Commit message (Collapse)AuthorAge
* fix: focussing of empty pilePatrick Totzke2011-12-14
| | | | | | | if no attachments are in the envelope, don't add an empty pile to the EnvelopeBuffer. If this gets focussed, urwid dies. issue #150
* remove unused SearchBuffer.debugPatrick Totzke2011-12-11
|
* remove unused Envelope.get_emailPatrick Totzke2011-12-10
|
* removed unused Envelope.set_emailPatrick Totzke2011-12-10
|
* removed unused Buffer.apply_commandPatrick Totzke2011-12-10
|
* [cosmetic] 's' indicating plural in Buffer.__str_Patrick Totzke2011-12-10
|
* include mode string in Buffer.__str__Patrick Totzke2011-12-10
| | | | | | | before, __str__ returned a mode identifier or additional info for the buffer. Now the modestring is always included and is not artificially prepended for the buffers that only yield additional info. issue #143
* Merge branch 'master' into docsPatrick Totzke2011-12-06
|\
| * EnvelopeBuffer statusline lovePatrick Totzke2011-12-06
| | | | | | | | | | | | use unencoded recipient string from envelope for EnvelopeBuffers statusline and shorten it using helper.shorten_authors_string.
* | Merge branch 'master' into docsPatrick Totzke2011-12-06
|\|
| * delay encoding of header valuesPatrick Totzke2011-12-04
| | | | | | | | | | | | | | .. from `commands.globals.compose` to `Envelope.construct_message`. This ensures that no newlines are introduced before editing the mail template. issue #135
* | buffers documentationPatrick Totzke2011-12-04
| |
* | started buffers documentationPatrick Totzke2011-12-03
|/
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
|
* bufferlist lovePatrick Totzke2011-11-11
|
* introduce cleanups in buffersPatrick Totzke2011-11-11
|
* properly terminate search-processesPatrick Totzke2011-11-10
|
* clean up piping architecturePatrick Totzke2011-11-10
|
* process termination part 1Patrick Totzke2011-11-10
|
* DBManager.get_threadsPatrick Totzke2011-11-08
| | | | returns a Pipe from which we can read the results
* cleanup search: walker class (issue #120)Patrick Totzke2011-11-08
|
* pep8 fixesPatrick Totzke2011-11-06
|
* Merge branch 'master' into envelopePatrick Totzke2011-11-06
|\
| * Search threads with multiprocessing.Antoine Amarilli2011-11-06
| |
* | use envelops rather than emails in envelope bufPatrick Totzke2011-11-06
| |
* | renamed DisensembledMail -> EnvelopePatrick Totzke2011-11-05
| |
* | pep8Patrick Totzke2011-11-04
| |
* | enter DisassembledMailPatrick Totzke2011-11-04
|/ | | | | easier editable message datastructure for envelope with lazy construction of the actual MIME message.
* pep8Patrick Totzke2011-10-18
|
* use header blacklist in envelope bufferPatrick Totzke2011-10-18
|
* fix importsPatrick Totzke2011-10-13