summaryrefslogtreecommitdiff
path: root/alot/defaults
Commit message (Collapse)AuthorAge
* implement replied and passed tagsMichael J Gruber2018-03-05
| | | | | | | | | | | | | | | | | | maildir knows R and P flags which denote messages that have been replied to resp. passed on (fowarded, bounced). They correspond to IMAP flags \Replied and $Forwarded which are used by many clients and by synchronisation software. E.g., mbsync syncs \Replied to R, a patch for P is pending. Implement replied_tags and passed_tags for alot which work similar to sent_tags: sent_tags tags the sent message; replied_tags (resp. passed_tags) tags the message being replied to (resp. being fowarded). Basically, setting the replied_tags config to `replied` and replying to a message has the same effect as doing `tag replied; reply`, but the latter would tag even sending the reply is aborted or fails. The implementation in this patch makes sure that the tagging is done only if and when the reply resp. forward has been sent successfully.
* provide defaults and doc for draft_tagsMichael J Gruber2018-03-05
| | | | | draft_tags works the same way as sent_tags, so provide the same defaults and doc.
* remove superfluous list() for ConfigObjMichael J Gruber2018-03-05
| | | | | | force_list() converts single items to lists already. Thus, remove a superfluous list() that could be mistaken for converting a single string into a list of chars.
* Store settings in alot.rc.spec.Julian Mehne2018-01-21
| | | | | - allows users to use $XDG_CONFIG_HOME, as well - stores information in single places.
* Document the default values of template_dir and themes_dir.Julian Mehne2018-01-21
|
* Fix `:compose --template=foo` if default template_dir is used.Julian Mehne2018-01-21
| | | | | | | | | | | Fixes the following bug: To reproduce:: - Don't define `template_dir` in the user configuration file, such that the default value is used. - Run: :compose --template=foobar Problem: Displays error: `no template directory: $XDG_CONFIG_HOME/alot/templates`
* Merge pull request #1173 from pazz/feature-thread-indentPatrick Totzke2017-11-08
|\ | | | | thread mode message indentation
| * add default binding for dynamic indentation changePatrick Totzke2017-11-05
| |
| * add config option for default threadmode indentationPatrick Totzke2017-11-05
| |
* | new config option 'exclude_tags'Patrick Totzke2017-10-01
|/ | | | | which will be interpreted just like 'search.exclude_tags' in the notmuch config.
* defaults/alot.rc.spec: Add new option to control encrypting to selfDylan Baker2017-09-25
|
* defaults/alot.rc.spec: Remove message that is no longer trueDylan Baker2017-09-25
|
* Use new Address classDylan Baker2017-08-28
| | | | | | | This just wries the new Address class into alot for use, and fixes up a few places where such fixups are needed. Fixes #1107
* defaults/alot.rc.specDylan Baker2017-08-18
| | | | Mark all values for [account]encrypt_by_default as deprecated
* docs: mention 'content' part in threadline themingPatrick Totzke2017-08-04
| | | | | ... which displays a prefix of the msg contents. This feature was missing in the docs.
* Merge pull request #1029 from pazz/linewisePatrick Totzke2017-02-14
|\ | | | | optional linewise focussing in thread mode
| * optional linewise focussing in thread modePatrick Totzke2017-02-09
| | | | | | | | | | | | | | | | This introduces a new config option 'thread_focus_linewise', (defaults to True), which determines if the message texts are split into individually focussable lines in thread mode. fixes #645
* | alot.rc.spec: Fix typo in documentationDylan Baker2017-02-13
|/ | | | | It currently lists "terminal_command" in relation to "editor_spawn" but the config option is actually "terminal_cmd".
* Update docs about mouse settingLucas Hoffmann2017-02-03
| | | | | There have been several people asking about text selection with the mouse setting activated so it seems reasonable to mention it here.
* Merge pull request #1008 from dcbaker/pr/flip-mouse-bitPatrick Totzke2017-01-27
|\ | | | | Default to not handling mouse
| * Default to not handling mouseDylan Baker2017-01-26
| | | | | | | | | | | | As discussed elsewhere, handling the mouse was not done before, and breaks work flows that include using the mouse for other things (middle-click paste). This only changes the default option to False.
* | Implement a hook that runs periodicallyDylan Baker2017-01-26
|/ | | | | | | | This creates a deferred that runs on a user configurable timer and is provided the ui. This deferred will re-fire after the number of seconds specified by the timer are eclipsed. By default this is 300 seconds. Fixes #522
* Add a setting for enabling or disabling mouse support.Jody Foo2017-01-13
| | | | | | | | | | Mouse support is enabled by default. To disable mouse support, set ``` handle_mouse = False ``` in your config file.
* adding support for mouse scrollingSamantha Marshall2017-01-09
|
* Add history_size optionLucas Hoffmann2016-12-14
| | | | | The option allows to limit the size of recent command line entries that are store on disk.
* Remove trailing white spaceLucas Hoffmann2016-12-11
|
* New option `thread_authors_order_by` to control author orderTommy Lindgren2016-12-06
| | | | | | | | | | | | | Default value 'first_message' lists authors in the order they joined the conversation. Value 'latest_message' order authors by their latest message, which makes it easier to see which authors who wrote the most recent messages. Note that authors with duplicate emails were previously filtered. We now keep all authors where name + email is unique. This is behavior is desired for some email notification services. For example, Jira will set the From header to "Joe User <jira@company.com>" meaning you will only see one author if you only keep unique email addresses.
* Rename to adhere to config option naming scheme.Pol Van Aubel2016-12-06
|
* Make header list configurable.Pol Van Aubel2016-12-06
|
* Handle deprecated option values gracefully.Lucas Hoffmann2016-03-24
|
* Change possible values for new option.Lucas Hoffmann2016-03-24
|
* Make encrypt_by_default a three choice option.Lucas Hoffmann2016-03-24
| | | | | The new specs for the config file are defined to allow existing config files to work with it.
* set flush_retry_timeout=0 to prevent retryPatrick Totzke2016-03-12
|
* Option to show all tags of a message, even if they are commom to threadAndres MRM2015-12-16
|
* Allow configuring what does alot consider to be the thread subject.Anton Khirnov2015-12-16
|
* Auto detect mailing list replyGuillaume Seren2015-12-16
| | | | | | | Auto-detect the '--list' for you automagically when you just ':reply' on a list, it is based on a config param that give you the control, by default it is off, you have to setup your config file, like: auto_replyto_mailinglist = True
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
|
* add account option alias_regexpvrs2015-12-16
|
* config setting: shellcommand_external_filteringPatrick Totzke2015-04-15
| | | | that exposes ExternalAddressbook's new functionality
* remove unused config option `display_content_in_threadline`Patrick Totzke2013-07-02
| | | | | | | this has been replaced long ago by setting `search.threadline.parts` in theme-files. cf issue #631
* make `G=move last` a global defaul bindingPatrick Totzke2013-05-30
|
* set and honor mail-followup-to headerjosch2013-04-23
|
* add config option: auto_remove_unreadPatrick Totzke2013-04-21
|
* more vim-like movementsSebastian Jeltsch2013-04-20
| | | | | | | added: * ctrl d = half page down * ctrl u = half page up * G = focus last entry (only search buffer for now)
* Merge branch '0.3.4-feature-repeat-534' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * add '. = repeat' to default key bindingsChristopher Schwardt2013-02-19
| |
* | adjust default bindings for fold/unfold all in thread modePatrick Totzke2013-03-03
| |
* | introduce new themable thread.body_focus for focussed body text linesPatrick Totzke2013-03-03
| |
* | reorder default bindings for toggle[headers|source]Patrick Totzke2013-03-03
| |
* | pimp default bindingsPatrick Totzke2013-03-03
| |