summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
...
| * Move refresh outside of thread loop.William Erik Baxter2012-09-23
| |
| * Iterate over threads to apply tag changes.William Erik Baxter2012-09-23
| |
| * Add tag and untag on search results.William Erik Baxter2012-09-23
| |
* | Merge remote-tracking branch 'origin/0.3.3-feature-unfold-focus-510'Patrick Totzke2012-11-07
|\ \
| * | focus first match when opening thread buffersPatrick Totzke2012-09-23
| |/ | | | | | | cf issue #510
* | Merge remote-tracking branch 'origin/0.3.3-feature-bounce-524'Patrick Totzke2012-11-07
|\ \
| * | remove existing Resent- headers before bouncingPatrick Totzke2012-09-25
| | |
| * | added new default binding for bouncePatrick Totzke2012-09-22
| | | | | | | | | | | | ... in thread mode
| * | pep8 fixesPatrick Totzke2012-09-22
| | |
| * | small fixesPatrick Totzke2012-09-22
| | |
| * | fix issue with initial tagsPatrick Totzke2012-09-22
| | |
| * | make recipient_to_from more flexiblePatrick Totzke2012-09-22
| | | | | | | | | | | | | | | | | | | | | ... and rename it to determine_sender: This repects the previously introduced new config flags for reply/forward/bounce. The respective commands now use this helper accordingly.
| * | split [reply|forward|bounce]_force_realname config optionsPatrick Totzke2012-09-22
| | |
| * | added bounce commandPatrick Totzke2012-09-22
| | | | | | | | | | | | cf issue #524
| * | make sure SendCommand works with mail parameter...Patrick Totzke2012-09-22
| | | | | | | | | | | | ... being a string/email.message.Message.
| * | Let SendCommand respect envelope/mail parametersPatrick Totzke2012-09-22
| |/ | | | | | | | | ... to directly send a mail without the need for an envelope buffer to be open.
* | Merge branch '0.3.3-feature-plaintext'Patrick Totzke2012-11-07
|\ \
| * | rename config option body_mimetype to prefer_plaintextPatrick Totzke2012-10-28
| | | | | | | | | | | | | | | ... and make it a type boolean. This also defines the option properly in the config spec and derives its doc froma that.
| * | Add body_mimetype to tweak extract_body's defaultsAntoine Amarilli2012-10-23
| | | | | | | | | | | | | | | | | | | | | | | | Add a body_mimetype global configuration option to choose the default message part to return as body in extract_body when types is None. Parts of the preferred type will be returned if present, all text/* parts will be returned if none parts of the preferred type exist. The default is "text/html", which should result in the same behavior as before.
* | | Make error notification on SendingMailFailed and StoreMailError blockingBenjamin2012-10-04
| | |
* | | Fix long line in previous commitBenjamin2012-10-04
| | |
* | | Include STDERR from sendmail_command in SendmailAccount error messageBenjamin2012-10-04
|/ /
* / Make pipeto work with multiple word commandsAntoine Amarilli2012-09-29
|/
* more flexible construction of "From" headersPatrick Totzke2012-09-22
| | | | | | | | | | | | | | | | ... when replying/forwarding mails. This now respects the new reply_force_realname and reply_force_address config options and uses regex to match recipients with ones own addresses. This way one can define aliases matching "plussed" recipient addresses like this: [accounts] [[gmail]] realname = Patrick Totzke address = patricktotzke@gmail.com aliases = patricktotzke@googlemail.com, patricktotzke\+.*@gmail.com cf issue #515
* add config options reply_force_[realname|address]Patrick Totzke2012-09-22
| | | | (docs inline)
* add 'ignorecase' config option for abook sectionsPatrick Totzke2012-09-22
|
* move ignorecase parameter to Addressbook.__init__Patrick Totzke2012-09-22
| | | | ... and use it in subclasses lookup() methods
* use re instead of .startswith in Addessbook.lookupPatrick Totzke2012-09-22
| | | | | | This is inherited in AbookAddressbook and thus makes regexp-searches possible when completing abook type addressbooks. By default this uses the re.IGNORECASE flag.
* prompt for initial tags when composing msgPatrick Totzke2012-09-22
| | | | | This also adds a new config option `compose_ask_tags` that defaults to False.
* add envelope.tagsPatrick Totzke2012-09-22
| | | | that contains tagstrings to add to message after successful sendout
* directly use "realname <address>" in AccountCompleterPatrick Totzke2012-09-22
| | | | | instead of only completing addresses and afterwards looking up a matching account
* default binding to reset From header in envelopePatrick Totzke2012-09-22
|
* make StringlistCompleter more flexiblePatrick Totzke2012-09-22
| | | | | add ability to match not only prefix but anywhere in a word; default to case-insensitive matching
* completion for 'set From' in envelope modePatrick Totzke2012-09-22
| | | | cf issue #521
* Merge branch '0.3.3-feature-attach-header-519'Patrick Totzke2012-09-22
|\
| * interpret 'Attach' pseudo headerPatrick Totzke2012-09-16
| | | | | | | | cf issue #519
* | indentation errorPatrick Totzke2012-09-16
| |
* | display translated tagstrings in virtual "tags" headersPatrick Totzke2012-09-16
| |
* | Allow Tags pseudo header in message display.William Erik Baxter2012-09-12
|/
* bumped version stringPatrick Totzke2012-09-09
|
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
|
* bump version stringPatrick Totzke2012-09-09
|
* doc: fix sphinx warningPatrick Totzke2012-09-09
|
* make sure ui.mode is defined initiallyPatrick Totzke2012-09-09
| | | | | this fixes an issue with exiting buffer-less ui: this happens only when the initial command fails for some reason.
* transfer global refs of ui and settings to hooksPatrick Totzke2012-09-09
| | | | | | | ... in CallCommand. This makes it possible to use `call "hooks.myfunc()"`, where my_func makes use of the UI instance (and settings) by referencing to `ui` (and `settings`).
* make ChoiceWidget more flexiblePatrick Totzke2012-09-06
| | | | cf issue #514
* actually use mode-specific gap attributesPatrick Totzke2012-09-06
| | | | | | .. in HeaderList widgets close issue #513
* don't hardcode gaps attribute in HeadersList widgetPatrick Totzke2012-09-06
| | | | cf issue #513
* doc: docstringsPatrick Totzke2012-09-05
|
* Merge branch '0.3.2-fix-input-506'Patrick Totzke2012-09-05
|\