diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-12-22 16:07:09 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-12-22 16:07:09 -0500 |
| commit | 822a519320c664983498b34f0471c9a827ad30a1 (patch) | |
| tree | 9b4f8580fdd53d45e95784f15c973a866fa66e2c | |
| parent | ea5ffcac20de6972a06bedd961cae4186897ef2d (diff) | |
| download | dotfiles-822a519320c664983498b34f0471c9a827ad30a1.tar.gz | |
aerc hldiff, sxmo fix noclock
| -rw-r--r-- | .config/aerc/aerc.conf | 2 | ||||
| -rw-r--r-- | .config/sxmo/profile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index e2653ba..cabb9ce 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -425,6 +425,8 @@ address-book-cmd=grep -i '%s' /home/user/.config/aerc/contacts.tsv # against (non-case-sensitive) and a comma, e.g. subject,text will match a # subject which contains "text". Use header,~regex to match against a regex. # +subject,~^\[PATCH=awk -f /usr/libexec/aerc/filters/hldiff +text/x-patch=awk -f /usr/libexec/aerc/filters/hldiff text/plain=plaintext text/calendar=calendar message/delivery-status=cat diff --git a/.config/sxmo/profile b/.config/sxmo/profile index e1dda40..3ec715a 100644 --- a/.config/sxmo/profile +++ b/.config/sxmo/profile @@ -77,4 +77,5 @@ export SXMO_DEFAULT_DRAFT="okay, ..." export SXMO_BG_IMG=~/Pictures/background.jpg #"$(xdg_data_path sxmo/background.jpg)" export SXMO_BAR_HIDE_BAT_PER=1 -export SXMO_STATUS_DATE_FORMAT="" +export SXMO_STATUS_DATE_FORMAT=" " +export SXMO_WORKSPACE_WRAPPING=6 |
