summaryrefslogtreecommitdiff
path: root/docs/source/configuration
Commit message (Collapse)AuthorAge
* Merge branch 'master' into py3kDylan Baker2018-03-05
|\ | | | | | | | | This requires regenerating the accounts_table docs, as they've changed for python 3.
| * 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.
* | docs: regenerate generated sourcesDylan Baker2018-03-01
|/
* 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`
* [docs] update section titlesPatrick Totzke2017-11-29
| | | | | this simply renames some (sub)section titles in the configuration docs.
* Merge pull request #1173 from pazz/feature-thread-indentPatrick Totzke2017-11-08
|\ | | | | thread mode message indentation
| * 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.
* docs: Add encrypt_to_self account configurationRuben Pollan2017-09-26
|
* account: Add an Address classDylan Baker2017-08-28
| | | | | This class will encapsulate the logic of comparing email addresses and the rules of handling when capitalization is allowed and when it's not.
* fix example hookPatrick Totzke2017-08-27
| | | | | | This fixes the example "goodbye"-hook in order to make it work again with v0.6 and newer branches: the initializes SettingsManager object is now accessible as 'alot.settings.const.settings'.
* added senders search as an alternative ; more comments and links to docsYuri Subach2017-08-24
|
* 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.
* docs: Note that system paths can contain themesDylan Baker2017-07-27
| | | | Since the original patch that added the support didn't.
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
| | | | | | Fixes #707 and #332. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* docs: Remove spurious reference _account in config_optionsJohannes Löthberg2017-06-06
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* 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
* | Remove explicit mention of "body" in {pre,post}_edit_translate hook's docsLucas Hoffmann2017-01-26
| | | | | | | | | | This is done to give more emphasis to the fact that there might be header lines at the top of the string.
* | Clarify docs for {pr,post}_edit_translate hooksLucas Hoffmann2017-01-26
| |
* | Wrap long linesLucas Hoffmann2017-01-26
|/
* Suggest `notmuch address --format=json` in the docsLucas Hoffmann2017-01-20
| | | | | | | | The old regex that was suggested to capture addresses for completion from the command `notmuch address` was bogus. The json output format is much more predictable. Reported in #990.
* 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.
* Update autogenerated docsLucas Hoffmann2016-12-14
|
* Update autogenerated documentation filesLucas Hoffmann2016-12-11
|
* 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.
* added hook for the user to sinitize attachments filenamesCinghio Pinghio2015-12-16
|
* Mention exit hook in docs.Lucas Hoffmann2015-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
|
* Update docs for global hooks.Lucas Hoffmann2015-12-03
|
* docs: mention notmuch addressPatrick Totzke2015-04-15
|
* docs: add contact completion for notmuch-abookTomas Tomecek2015-03-25
|
* Document prompt key bindingsYour Name2014-08-02
|
* typo in docsChristian Geier2013-11-07
| | | that variable is called *terminal_cmd*, not *terminal_command*
* doc: mention cmd-keyword parm to pre/post cmd hooksPatrick Totzke2013-10-30
|
* doc: polish theming docsPatrick Totzke2013-08-18
| | | | close issue #651
* 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