Configurable deleted tags in notmuch-emacs

2021-11-27 Thread João Pedro
de notmuch-draft--mark-deleted, but it seems like it would be just a matter of adding a defcustom akin to notmuch-draft-tags, though I'm not sure if notmuch-draft.el would be the most appropriate location, or if it could be reused in other scenarios. -- João Pedro de Amorim Paula Computer Sc

Re: changing smtp server and signature depending on from address

2022-04-25 Thread João Pedro
each address and holds its information as a plist. So, assuming I have a personal and work accounts, the alist would be something like ((personal (:address . "jpedrodeamo...@gmail.com") (:name . "João Pedro") (:host . "smtp.gmail.com") (:key . "p"

Re: moving mail to another maildir based on tags and renaming files

2022-05-23 Thread João Pedro
; "-trash" "-spam") notmuch-show-mark-read-tags '("-unread") notmuch-draft-tags '("+draft" "-inbox" "-sent" "-trash" "-spam") notmuch-tagging-keys `((,(kbd "r") notmuch-show-mark

Scheduling mails

2024-04-01 Thread João Pedro
is behaviour to make this scheduling work. Is it possible to use `message-mode''s scheduling facility with notmuch? Cheers, -- João Pedro de A. Paula IT bachelors at Universidade Federal do Rio Grande do Norte (UFRN) ___ notmuch mailing

Re: Scheduling mails

2024-04-01 Thread João Pedro
der holds a timestamp for the prompted scheduled time (which can be given in as an absolute date, or relative to the current time) and we could add to that a `scheduled' tag or something along those lines. -- João Pedro de A. Paula IT bachelors at Universidade Federa

Re: Scheduling mails

2024-04-03 Thread João Pedro
e a similar thing, where scheduled messages are saved to the database somewhere, with either the tag, as it is with drafts, or just the message property as you suggested. -- João Pedro de A. Paula IT bachelors at Universidade Federal do Rio Grande do Norte (UFRN) _

Re: Configurable deleted tags in notmuch-emacs

2021-11-30 Thread João Pedro de Amorim Paula
On 29 November 2021 16:33, David Bremner wrote: > João Pedro writes: > >> Hello everyone. >> >> I'd like to suggest that the list of tags to applied to deleted drafts, >> in notmuch-emacs, is made user configurable. To be more precise, with >> notmuc