about summary refs log tree commit diff stats
path: root/doc/aerc-search.1.scd
Commit message (Collapse)AuthorAgeFilesLines
* Change search flagsJeffas2019-09-201-2/+10
| | | | | | | | This changes the search flags for maildir and imap backends. They now no longer use -t for searching all text. This seems to make more sense as being the targeted recipient. I have similarly added Cc for -c. The text search now resides under -a for all text.
* Add search documentation for maildir backendJeffas2019-09-161-0/+16
|
* Add new search behaviour for imapJeffas2019-09-111-2/+8
| | | | | | This patch adds search behaviour to allow searching in the body of the messages, the entire text (body + header), and searching just the from header.
* notmuch: add search / filter capabilitiesReto Brunner2019-08-291-0/+10
|
* extract search criteria parsing into the backendsReto Brunner2019-08-291-0/+11
31 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184