summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* config: use dynamic time format for default configRobin Jarry2021-11-061-7/+7
* index: add this-week-time-formatRobin Jarry2021-11-063-0/+10
* doc: fix typo today-time-format -> this-day-time-formatRobin Jarry2021-11-061-1/+1
* go.mod: change base git urlRobin Jarry2021-11-052-3/+3
* index: allow dynamic formatting of message datesRobin Jarry2021-10-283-2/+22
* bindings: support more modified keysRobin Jarry2021-10-282-4/+26
* bindings: prepare for more modifersRobin Jarry2021-10-282-168/+173
* load config: do not overwrite the config upon errorReto Brunner2021-04-171-8/+9
* config: proper error handle [filters] configwagner riffel2021-04-121-1/+4
* correct permission check on accounts.confBor Grošelj Simić2021-01-141-2/+1
* update tcell to v2 and enable TrueColor supporty0ast2020-12-184-4/+4
* fix aerc-stylesets(7) typosReto Brunner2020-12-131-1/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-1/+3
* Check account's from value is not emptyAndrew Jeffery2020-11-131-0/+3
* Apply relevant msglist styles in orderChris Vittal2020-11-012-2/+57
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-3/+6
* Fix color scheme for deleted emailsJames Pond2020-08-311-0/+1
* correct tcell.Style for underlinesqwishy2020-08-291-1/+1
* docs: link to styleset(7)Reto Brunner2020-08-281-1/+1
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-0/+3
* stylesets: only accept comment char after whitespaceThorben Günther2020-08-071-1/+4
* Implement style configuration.Kalyan Sriram2020-08-064-6/+483
* Revert "Implement style configuration."Reto Brunner2020-07-304-472/+6
* Implement style configuration.Kalyan Sriram2020-07-304-6/+472
* run go fmtReto Brunner2020-07-171-1/+1
* Add a 'folders-exclude' optionARaspiK2020-07-021-0/+5
* Revert "Add Style configuration"Drew DeVault2020-05-284-473/+6
* Revert "Make color scheme match previous design more closely"Drew DeVault2020-05-281-3/+2
* Make color scheme match previous design more closelyReto Brunner2020-05-271-2/+3
* Add Style configurationReto Brunner2020-05-274-6/+473
* Changing aerc.conf delimiter parsing to use only =, and not : as wellBen Cohen2020-04-291-2/+6
* Remove unecessary <Enter> from aerc.conf.inErazem Kokot2020-04-281-1/+1
* Add postpone commandJeffas2020-04-242-4/+7
* Ensure documented defaults match given defaultsBen Fiedler2020-04-231-3/+3
* fix binding for delete messageRay Ganardi2020-04-201-1/+1
* Add quotes to the default pinned-tab-markerZoltan Kalmar2020-03-131-1/+1
* Add pinned tabsJeffas2020-03-092-0/+7
* config: Strongly type context typeReto Brunner2020-01-241-4/+7
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-10/+100
* Fix handling of multiple template-dirsBen Burwell2020-01-241-3/+3
* binds.conf: mark bindingsReto Brunner2019-12-211-0/+3
* msglist: highlight marked messagesReto Brunner2019-12-212-2/+2
* Add address book completion in composerBen Burwell2019-12-212-2/+15
* Show textinput completions in popoversBen Burwell2019-12-212-15/+31
* Add custom sorting for foldersMichele Finotto2019-12-091-0/+1
* Complete the F rune.Srivathsan Murali2019-11-171-1/+3
* Add some defaults for template optionsDrew DeVault2019-11-101-1/+9
* Add Templates with ParsingSrivathsan Murali2019-11-102-10/+56
* Config for deleting message from message viewerSrivathsan Murali2019-09-202-24/+31
* Add documentation for sortJeffas2019-09-201-0/+9
a> 125 126 127 128 129 130 131 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 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478