notmuch-config 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # .notmuch-config - Configuration file for the notmuch mail system
  2. #
  3. # For more information about notmuch, see http://notmuchmail.org
  4. # Database configuration
  5. #
  6. # The only value supported here is 'path' which should be the top-level
  7. # directory where your mail currently exists and to where mail will be
  8. # delivered in the future. Files should be individual email messages.
  9. # Notmuch will store its database within a sub-directory of the path
  10. # configured here named ".notmuch".
  11. #
  12. [database]
  13. path=/home/demure/.mail
  14. # User configuration
  15. #
  16. # Here is where you can let notmuch know how you would like to be
  17. # addressed. Valid settings are
  18. #
  19. # name Your full name.
  20. # primary_email Your primary email address.
  21. # other_email A list (separated by ';') of other email addresses
  22. # at which you receive email.
  23. #
  24. # Notmuch will use the various email addresses configured here when
  25. # formatting replies. It will avoid including your own addresses in the
  26. # recipient list of replies, and will set the From address based on the
  27. # address to which the original email was addressed.
  28. #
  29. [user]
  30. name=demure demeanor
  31. primary_email=demure@sdf.org
  32. other_email=demuredemeanor@gmail.com;amcbean@emich.edu;
  33. #add local/root?
  34. # Configuration for "notmuch new"
  35. #
  36. # The following options are supported here:
  37. #
  38. # tags A list (separated by ';') of the tags that will be
  39. # added to all messages incorporated by "notmuch new".
  40. #
  41. # ignore A list (separated by ';') of file and directory names
  42. # that will not be searched for messages by "notmuch new".
  43. #
  44. # NOTE: *Every* file/directory that goes by one of those
  45. # names will be ignored, independent of its depth/location
  46. # in the mail store.
  47. #
  48. [new]
  49. tags=unread;inbox;
  50. ignore=
  51. # Search configuration
  52. #
  53. # The following option is supported here:
  54. #
  55. # exclude_tags
  56. # A ;-separated list of tags that will be excluded from
  57. # search results by default. Using an excluded tag in a
  58. # query will override that exclusion.
  59. #
  60. [search]
  61. exclude_tags=deleted;spam;
  62. # Maildir compatibility configuration
  63. #
  64. # The following option is supported here:
  65. #
  66. # synchronize_flags Valid values are true and false.
  67. #
  68. # If true, then the following maildir flags (in message filenames)
  69. # will be synchronized with the corresponding notmuch tags:
  70. #
  71. # Flag Tag
  72. # ---- -------
  73. # D draft
  74. # F flagged
  75. # P passed
  76. # R replied
  77. # S unread (added when 'S' flag is not present)
  78. #
  79. # The "notmuch new" command will notice flag changes in filenames
  80. # and update tags, while the "notmuch tag" and "notmuch restore"
  81. # commands will notice tag changes and update flags in filenames
  82. #
  83. [maildir]
  84. synchronize_flags=true
  85. # Cryptography related configuration
  86. #
  87. # The following option is supported here:
  88. #
  89. # gpg_path
  90. # binary name or full path to invoke gpg.
  91. #
  92. [crypto]
  93. gpg_path=gpg