Daniel Fleischer
Daniel Fleischer
- Showing papers' abstracts when querying Arxiv. - Can limit the length of abstract text, cutting it with an "..." suffix with a new customization option.
Getting an error when calling to `jabber-connect`: ```condition-case: Wrong number of arguments: (3 . 3), 2``` Using Emacs 28 master.
Current ipython has a different connection JSON format which looks like this: ```json "base_url": "/", "hostname": "localhost", "password": false, "pid": 12345, "port": 8888, "root_dir": "/Users/dan", "secure": false, "sock": "", "token":...
When using Org-Msg via `(org-msg-mode)`, when writing a new message I see that `gnus-parameters` are ignored. They contain posting styles, e.g. the `X-Message-SMTP-Method` header used to specify the SMTP details...
When the window is bigger than the graphics, I get an exception: ```python UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 4: invalid start byte ``` when cursor goes...
Customized option to show inactive timestamps events.
Symbols don't need quoting; fixes a warning.
Remove tags of the form `< ... >` and `& ... ;`. These tags appear sometimes, for example in Arts & Letters Daily feed. Based on some code in #365.
- Collection of various patches to make org-msg compatible with mu 1.12+. - It will break compatibility with older versions as there are major changes in the mu library.
Hi, I was wondering what would it take to have the original email previewed when forwarding, much like it is when replying. Thanks!