Added all of chat-topics, persona;-history, projects, receipts and vehicle. This is the knowledge base section after all....

This commit is contained in:
2026-05-26 16:53:50 +10:00
parent 85f78332d1
commit 6ada86fe73
91 changed files with 3983 additions and 26 deletions
+11
View File
@@ -34,6 +34,17 @@ Emails from friends, family or other contacts which are just conversational and
Emails which you deem need to be replied to.
Draft a reply, above the email body and place it in this folder for Michael to review.
Preferred command pattern:
```bash
marker="soren-$(date +%Y%m%d-%H%M%S)"
himalaya template reply -a personal -f <SOURCE_FOLDER> <ID> $'Reply text here\n' \
| awk -v date="$(date -R)" -v mid="<$marker@Michael-Office>" 'BEGIN{done=0} !done && /^$/ { print "Date: " date; print "Message-ID: " mid; print; done=1; next } { print }' \
| himalaya message save -a personal -f INBOX.Soren.Drafts
```
Do **not** use `himalaya template save` for drafts: testing on 2026-05-13 against the business account showed it creates duplicate messages in `INBOX.Soren.Drafts` with the same `Message-ID`. `himalaya message save` creates a single draft.
### INBOX.Soren.Archive
Emails which might need to be kept, this is for knowledge and things that Michael has subscribed to as he has an interest in them.
Interesting newsletter emails and other emails about events or things which may require reference at a later time.