Hello Ulrich,
Il 07 ottobre 2024 alle 12:06 Ulrich Lauther ha scritto:
> I usually read my messages at home from my laptop.
> However, I want to see urgent messages on my mobile phone when I am not at
> home.
> At the mobile I have got another email address.
> Is it possible to have incoming mess
Hello Chris,
Il 25 settembre 2024 alle 08:50 Chris Green ha scritto:
> I want to match the following string in a To: address for a send-hook:-
>
> +447537170394
>
> The + and < and > have special meanings (I think) in an RE, is there a
> simple way to tell send-hook that this is just a stri
Hello Akshay,
Il 30 agosto 2024 alle 23:05 Akshay Hegde via Mutt-users ha scritto:
> [S]ometimes, I also delete new threads manually that I don't really want to
> store. Subsequently, I also want to delete any new messages I get that are
> replies to those threads I've previously deleted.
>
> So
Hello Joe,
Il 12 maggio 2024 alle 14:47 Joe Damato via Mutt-users ha scritto:
> Is there any way to get mutt to highlight/colorize/mark or somehow
> indicate to me messages which specifically have my email in the TO or CC
> line so that I don't miss those?
This is what I do. First you add a score
Il 18 settembre 2023 alle 06:57 Kevin J. McCarthy ha scritto:
> $index_format by default uses the %{} expando: %{%b %d}. This uses the
> locale setting but you can prefix it with a ! to use C, e.g. %{!%b %d}.
>
> $date_format is used for the %d and %D expandos in $index_format, and the %D
> expan
Il 17 settembre 2023 alle 23:19 Matthias Apitz ha scritto:
> $ echo $LANG
> es_ES.UTF-8
> $ date "+%b"
> sept.
> $ LANG=C date "+%b"
> Sep
> $
There you have it.
I wonder whether the ignored `!` in date_format is a bug or me
misreading the man page (Mutt 2.2.9). I will wait for a developer’s
repl
Hello Matthias,
Il 17 settembre 2023 alle 21:27 Matthias Apitz ha scritto:
> Why the actual month September is abbreviated with 4 letters in the index:
>
>6 may. 28 Simsondoktor Mü (2,5K) Re: Defekte Schwalbe
>
>7 jul. 05 Matthias Apitz (2,1K) busca
Dear Sébastien,
Il 12 settembre 2023 alle 16:07 Sébastien Hinderer ha scritto:
> Dear all,
>
> Here is something I have been wanting for a long time.
>
> For those who don't know, the email notifications sent by GitHub do have
> all the information to unsubscribe from the corresponding thread in
Hello Steve,
Il 19 agosto 2023 alle 17:31 steve ha scritto:
> I suspect my company's emails don't respect RFC xy, but I would expect
> mutt to detect when a email is a reply to an email and not a new email,
> and thus thread it to the original email.
Check the docs for `strict_threads` and `sort_
Hello Ranjan,
Il 13 luglio 2023 alle 07:03 Ranjan Maitra ha scritto:
> But I have noticed that when I go to another (default) folder (not in the
> list above), after one of the folders above (mutt, say), I still have the
> modified folder-hook settings go to the new folder.
>
> How do I automag
Hello ribbon,
Il 01 maggio 2023 alle 22:25 ribbon ha scritto:
> I am using mutt in Japan.
> I found fuzzy in the ja. po file of mutt 2.2.10, so I corrected it.
> How can I post a patch?
Most likely `git format-patch -1` and attach it here or if you prefer GitLab
workflow, open a Merge Request in
Il 23 febbraio 2023 alle 11:11 Cameron Simpson ha scritto:
> I know I've got a bunch of core macros and shims for this kind of context
> dependent functionality, eg this disabled pair:
>
> #macro index,pager ,x "mailunpack -d ~/"
> #macro attach ,x q,x
Thanks Cameron,
macro index \e0
Hello mutt users,
I have this macro I use inside mutt to download new messages from
various mailboxes.
macro generic \e0 'bash -ic "k echo Checking...; agm; agmnu;
agmsoc; agmpec; echo over"'
When I call it in `browser` menu, everything is fine.
But when I call it in the `index` somethi
Kevin,
Il 28 settembre 2022 alle 10:05 Kevin J. McCarthy ha scritto:
> Or alternatively, add an escaped single quote around the second argument:
> folder-hook fa-ml 'push '\''~b"^@[a-zA-Z0-9_]+ pushed
> [0-9]+ commits?.$"!~F'\'
This worked, thanks.
“Parse time”/“run time” distinction is still
Hello mutt users,
I want to automatically delete some github commit messages when I enter
a folder. So I:
1. tried a to `limit` messages with this pattern:
Limit: ~b "^@[a-zA-Z0-9_]+ pushed [0-9]+ commits?.$" !~F
The pattern works, displaying a bunch of messages
2. wrote this folder-
Il 03 settembre 2022 alle 12:33 Jan Eden via Mutt-users ha scritto:
> While I find this thread quite entertaining, we should accept that we
> are an increasingly small group of people who care not just about plain
> text email (and its formatting), but about email in general.
>
> Over at gnupg-use
Hello Tim,
Il 02 settembre 2022 alle 18:01 Tim Chase ha scritto:
> However, often these messages don't have a To: or CC: header, so I
> can't identify them with a ~C and I don't see an option for identifying
> messages by the Delivered-To or Envelope-To headers.
>
> Is there a good way to identif
John,
Il 31 agosto 2022 alle 14:05 John Hawkinson ha scritto:
> Here's an inlined PNG showing how your email displayed for me in the
> Android Gmail app.
> Note the short lines like "clients my emails" and "provide a .png on". It
> could certainly be worse (and it often is), but it's not great:
m
Hello everyone,
Il 29 agosto 2022 alle 00:28 Tavis Ormandy ha scritto:
> The problem is popular modern mobile and web-based MUAs don't handle
> this and can make unexpected linewrap decisions. It's no issue when
> emailing UNIX nerds, but non-nerds think I'm doing something wrong.
I am quite surp
Il 04 agosto 2022 alle 12:51 Sébastien Hinderer ha scritto:
> > > I tried to configure mutt to read those e-mails, in particular to make
> > > the OAuth2 authentification method work for imaps.
> >
> > Have you considered enabling 2fa and then adding an application-specific
> > password?
>
> Prac
Hello Sébastien,
Il 04 agosto 2022 alle 09:40 Sébastien Hinderer ha scritto:
> I am about to work for an organization whose e-mails are managed by
> Google.
>
> I tried to configure mutt to read those e-mails, in particular to make
> the OAuth2 authentification method work for imaps.
Have you co
Hello Albert,
Il 04 giugno 2022 alle 13:50 Albert R. Pyott ha scritto:
> Hello, I have gmail working on one computer and yahoo on another. Thus, two
> muttrc files. What is the best way to set these up on one system? I've read
> that this involves "hooks" and things that I don't understand to
Hello Piet,
Il 20 aprile 2022 alle 12:54 Piet ha scritto:
> I use Mutt with aspell to check my texts.
>
> Unfortunately the aspell dedections from potential errors
> are highlighted so strong, that the spelled text itself is not visible.
Mhhh I use aspell but I see no colours. Relevant ~/.muttr
Hello Piet,
Il 08 aprile 2022 alle 11:39 Piet ha scritto:
> Is there a way to define and use filters, similar to procmail etc?
> (I guess procmail is only to use when emails are fetched externally, but
> I like to filter the local emails.)
Depending on how taxing the filtering is you might like
Hello José
Il 17 febbraio 2022 alle 12:35 José María Mateos ha scritto:
> When I want to save an attachment, the default path is the path where mutt
> was launched (typically my home folder). I'd like to know if there's any
> config variable to set the destination folder for saved attachments.
I
Hello John,
Il 07 aprile 2021 alle 07:22 John Niendorf ha scritto:
> How do you all deal with HTML email?
This in mailcap
text/html; w3m -I %{charset} -T text/html; copiousoutput
and then in mutt itself
—F
Hello mutters,
how can I automate typing standard replies?
Example: say I want to type «lgtm» (top post) as a reply to a message,
as now I have to:
- press `r` (reply)
- press `i` (my editor is Vim)
- «lgtm»
- then (exit insert mode)
- ZZ (exit/save file)
- finally `y` to send
Is the
Il 01 marzo 2021 alle 17:37 M.R.P. zensky ha scritto:
> Hello running ubuntu linux have mutt installed and I am wondering
> if I can change the color scheme?
Sure! The `color` directive is used like
color indicator yellow black
and does what you ask. More info:
http://www.mutt.org/doc/m
Il 05 febbraio 2021 alle 12:25 Will Yardley ha scritto:
> On Fri, Feb 05, 2021 at 11:12:32AM -0800, Aleksandr Miroslav wrote:
> > What filter can I use to only show messages that contain emojis in the
> > subject line?
> >
> > For me, these are almost always spam, so I would like to quickly
> > fi
Il 01 febbraio 2021 alle 21:46 Oleg A. Mamontov ha scritto:
> I use below macro (Alt-h) for the same:
> ---
> macro index,pager h /html "view
> first html attachment"
This is clever and needs to be put in the wiki! Thanks —F
Hello meine,
Il 19 gennaio 2021 alle 20:31 meine ha scritto:
> hi,
>
> I want to share a short introduction as a new list member.
>
> Am a mutt user since about 10 years after discovering the beauty and
> power of using CLI. Maybe not a 'power user' knowing all possibilities,
> but just practica
Hello Tom,
Il 10 dicembre 2020 alle 20:11 Tom Tunguz ha scritto:
> Hi,
>
> I'm just getting into mutt and really enjoying it. I'm trying to create a
> macro to add someone to the cc window that appears after closing the editor
> (vim in my case) and mutt shows the to, cc, BCC, subject fields. I'd
Il 08 dicembre 2020 alle 21:34 Chris Green ha scritto:
> Are there any mutt hooks which act on incoming mail?
>
> So I could (for example) add a header to incoming mail which matches
> certain criteria.
I do not use mutt as mail retriever, but have you considered adding
something like getmail to y
Il 27 novembre 2020 alle 09:35 Marcus C. Gottwald ha scritto:
> So if I use that approach for searching for an empty line, I
> should be able to first skip the email's header and then continue
> jumping down paragraph by paragraph using the same key?
Mhhh after a few minutes of trying, I cannot se
Il 26 novembre 2020 alle 21:46 Marcus C. Gottwald ha scritto:
> Raphaël Fournier-S'niehotta wrote (Thu 2020-Nov-26 15:54:26 +0100):
> > ... Or is there a key to "skip to the body of the email" quickly, in the
> > pager?
>
> +1 for adding such a function if it doesn't already exist.
Not the prett
Il 24 novembre 2020 alle 15:59 Chris Green ha scritto:
> I don't know if anyone else has seen this problem but was hoping that
> someone has and thus has a ready made fix.
>
> I'm on a couple of mailing lists that have recently moved from Yahoo
> Groups to groups.io. For DMARC (so they claim) gro
Il 23 settembre 2020 alle 15:55 Kevin Shell ha scritto:
> On Wed, Sep 23, 2020 at 09:22:02AM +0200, Francesco Ariis wrote:
> > By default mutt checks In-Reply-To/References to group threads; *also*,
> > messages with the same Subject are grouped together in «pseudo threads»
&g
Hello Kevin,
Il 23 settembre 2020 alle 13:52 Kevin Shell ha scritto:
> In mail/news discussion,
> some reply messages have no In-Reply-To/References headers,
> what cause reply messages don't have In-Reply-To/References headers?
A possible explanation: the sender clicked «New message» and copy/pa
Hello mutters,
I have just finished reading this article on The Register: «Relying
on plain-text email is a 'barrier to entry' for kernel development, says
Linux Foundation board member». [1]
Of course this opinion is not shocking, given that the «Linux Foundation
board member» in question is
Il 27 agosto 2020 alle 15:24 Greg Marks ha scritto:
> But I don't think that is quite what Mr. LaBadie is seeking. I think,
> but am not quite sure, that he could use the Unix command "column"
> to produce the sort of ASCII formatting he wants. It would help to
> see an example of the sort of Wor
Il 27 agosto 2020 alle 01:40 Jon LaBadie ha scritto:
> I don't like the attachment approach but the formatting (minimal,
> bold, alignment,?) he uses and the 2 column arrangement would be useful.
> Of course, my using constant width characters and spaces kills
> any alignment my recipients would se
Il 15 agosto 2020 alle 22:11 Job Snijders ha scritto:
> I asked my partner to draw something for this special occasion. Please
> see the attached the mutt25years-s.png file (a small version).
> A virtual gift, easily shared through our favorite mail client!
Lovely picture, talented artist, congrat
Il 16 luglio 2020 alle 14:58 Trey Sizemore ha scritto:
> Thanks Francesco. Still not able to verify some keys though.
Can you do that manually with GPG and see if it takes a long time
on the command line too?
Hello Trey,
Il 16 luglio 2020 alle 10:56 Trey Sizemore ha scritto:
> Do I need to change the server(s) in my gpg.conf file and/or the method
> by which the key is attempting to be retreived?
I do not use `auto-key-retrieve` myself, but I know for sure pgp.mit.edu
has been a little choosy lately.
Il 14 luglio 2020 alle 03:03 john.bo...@abilitiessoft.org ha scritto:
> Does Mutt have a graphical interface that would work well with the Mate
> desktop environment?
I believe the point of mutt is running in a terminal — rather, some of
its defining characteristics (lightweight, shortcuts, ssh-a
Hello John,
Il 27 giugno 2020 alle 20:48 John Hawkinson ha scritto:
> Ideally I'd like to bind a key to toggle between two values of a
> string variable. There doesn't seem to be a good way to accomplish
> this -- is there a trick?
I recall a similar question being asked on this ML — or was it IR
Il 02 maggio 2020 alle 10:51 Derek Martin ha scritto:
> In practice, it isn't really. The obvious "solution" is to render the
> message [...]
I understand that plain-text vs. html has a (tangential) relevance to
the topic at hand, but this link is getting more and more tenuous
as the Re:'s pile u
Il 02 maggio 2020 alle 10:51 Derek Martin ha scritto:
> In practice, it isn't really. The obvious "solution" is to render the
> message [...]
I understand that plain-text vs. html has a (tangential) relevance to
the topic at hand, but this link is getting more and more tenuous
as the Re:'s pile u
Hello Chris,
On Tue, Jan 07, 2020 at 04:44:41PM +, Chris Green wrote:
> I want to emulate typing a dozen or so keys into mutt 'automatically'
> so my typing doesn't slow things down. One can't just redirect
> standard input because that makes mutt think you want to run in
> scripting mode wit
Hello Salve,
On Fri, Sep 27, 2019 at 11:05:10AM +0200, Salve Håkedal wrote:
> If I limit (l) the saved mail index to one person by searching for that
> persons name, the entries in the index is reduced to only mails from that
> person. Within only these mails, how can I search for i.e. "price" in
Hello Matthias,
On Tue, Jul 30, 2019 at 07:40:02AM +0200, Matthias Apitz wrote:
> I Cc'ed the author of the article: fa...@ariis.it
> Please keep him/her in Cc when you reply.
Big smile, the author and the poster are in this case the
same person: myself. :P
> Thanks for this pointer. The doc des
On Tue, Jul 30, 2019 at 06:31:42AM +0200, Matthias Apitz wrote:
>
> I'm a mutt user for many years. From time to time I do miss a feature in
> mutt to mark a given thread as "do not present any mail of this thread
> anymore, just collapse them and mark for deletion on exit".
>
> This is such a thre
Hello Pankaj,
On Sun, Jul 28, 2019 at 10:59:00PM +0530, Pankaj Jangid wrote:
> I have read at least two ways to customise key-bindings. One is "bind"
> other is "macro". Is there a manual-page available somewhere where I can
> read about when to use which approach?
AFAIK, bind is to bind a *singl
On Sat, Jun 15, 2019 at 09:49:34AM +1000, Cameron Simpson wrote:
> Maybe beef up the limit? Untested:
>
> folder-hook fa-ml 'push !~l | ~f discou...@haskell.org'
Indeed that is a simple and sensible solution. I post the actual pattern
I used here, for future reference:
folder-hook fa-ml 'pu
Hello mutters,
I recently joined a Discourse server and chose "Mailing List
mode" [1] to receive one mail per post.
This is mutt-friendly but alas I cannot seem to find a way to
`subscribe` to Discourse like I would with a normal mailing list
(e.g. `subscribe discou...@haskell.org`).
You will
Hello Grant,
On Tue, Jun 04, 2019 at 04:46:50PM -, Grant Edwards wrote:
> On 2019-06-04, Jack M wrote:
>
> > The reason (or *a* reason) is that the old way led to the following
> > situation: Fcc first, then try to send, something weird happens, but
> > the user has no idea whether the mail
Hello John,
I will try to answer for what my experience is:
On Wed, May 22, 2019 at 03:03:42PM +, John Long wrote:
> 1. Is it reasonable to use Mutt with many email accounts? I know you
> probably can, but is it reasonable as in, is it manageable, is the
> performance good enough on a midr
On Mon, Apr 15, 2019 at 11:33:45AM +0200, felixs wrote:
> Please see UPDATE section
> [...]
Hello everyone,
the `In-Reply-To` header for this discussion keeps getting mangled,
which confuses mutt and other programs (check the broken thread [1])
to no end. :P
Most likely the problem is not usin
On Thu, Dec 13, 2018 at 09:32:33PM +0700, Victor Sudakov wrote:
> Thank you, Cameron, I'll probably use this solution. However, I would like
> to have something like $score_threshold_hide alongside with
> $score_threshold_delete and $score_threshold_read, but I see there is none.
I suspect you co
Hello Alex,
On Thu, Dec 06, 2018 at 05:16:09PM +0200, Alex Sa wrote:
> Is it possible to set up a macro that would behave differently
> dependent on the current folder?
Never tried it myself, but I recall this:
https://gitlab.com/muttmua/mutt/wikis/ConfigTricks
(specifically, the "(ab)use "
On Thu, Nov 29, 2018 at 03:41:12PM -0800, Ian Zimmerman wrote:
> I am curious to know in what context "someone" felt it would make a
> difference.
I suspect work related setting. Cc: is indeed "being kept in the loop"
while To: is "addressed specifically".
I have never noticed mutt behaviour, but
Hello Ben,
On Sat, Nov 03, 2018 at 04:45:42PM -0400, Ben Fitzgerald wrote:
> is there any way to tag all messages in all threads where a search pattern
> matches one more messages in a thread?
Sure, try
~(~f Ian)
to get every thread were Ian posted a message. Is that what you want?
Hello Xu,
On Fri, Sep 14, 2018 at 11:18:09PM -0400, Xu Wang wrote:
> Long story short:
> How can I have mutt refuse to send an email if the contents contain a
> certain string, such as the example "Erica"?
There is a script that implements a similar functionality
https://gitlab.com/muttmua/m
Hello Alexander,
On Wed, Aug 22, 2018 at 03:36:54PM +0200, Alexander Dahl wrote:
> folder-hook . push "."
> folder-hook =Lists/buildroot'push "!=s \"git commit\""'
Can't test now, but first one looks not correct, it should be
folder-hook . 'push .'
# quoting is
On Wed, Aug 15, 2018 at 12:55:03PM +0200, Till Smejkal wrote:
> On Mon, 13 Aug 2018, Francesco Ariis wrote:
> You can change your mailcap maybe so that it creates a copy of the file
> to show before calling firefox.
Copying to /tmp and then open it worked like a charm, thanks again!
Hello Till,
On Wed, Aug 15, 2018 at 12:55:03PM +0200, Till Smejkal wrote:
> I guess the difference and hence the problem is, that if firefox is already
> running,
> the firefox process started via mailcap will actually not do anything except
> signaling the main process to open the file. However,
On Mon, Aug 13, 2018 at 08:22:59PM +0200, Matthias Apitz wrote:
> Well, verifying the identity of an unknown person with some server over the
> Inrernet is not very reliable, isn't it?
Interesting but I suppose we should keep this OT.
OP, I too have a similar problem: if I try to open a text/html
Hello Martin,
On Wed, Jun 13, 2018 at 09:14:51PM +0200, Martin wrote:
> Any idea how to solve it better? I guess if I could configure mutt to
> mark a message as read right when I open it, it
> would solve it. Yes, this is a very lazy first world problem. :(
Can't you make, say, 'o' (open message
On Sun, May 13, 2018 at 03:31:38PM +1000, Brian Salter-Duke wrote:
> We have had 20 years or so to educate people to bottom post. We have almost
> entirely failed.
Judging by the message you are replying to, we failed but we did not
stop being smug prats.
On Sun, May 13, 2018 at 09:52:23AM +1000, Brian Salter-Duke wrote:
> For a long time, mutters have fought battles and wars to get everybody
> to bottom post. It makes a lot of sense, but we have lost every battle
> and every war.
In a work related environment, top-posting is more common and even
e
On Fri, Apr 20, 2018 at 10:46:17PM +0800, Yubin Ruan wrote:
> Most mailing lists emails have several sepecial headers, for example,
> "Mailing-List" and "X-Mailing-List". Is it possible to mark those emails as
> subscribed (as if we have used `subscribe l...@address.org' in .muttrc), such
> that th
Hello Kevin,
thanks for the hard work.
On Mon, Mar 12, 2018 at 12:31:34PM -0700, Kevin J. McCarthy wrote:
> The new mailing list server uses GNU mailman. There are likely a few
> things that need to be tweeked. Please let me know about any issues.
1. The listinfo URL
> http://mutt.org/mail
On Thu, Jan 18, 2018 at 09:43:11PM -0600, Jason wrote:
> When I press 's' on an attachment to save it, it wants to save it in
> the home directory. Is it possible to have a default attachments
> folder set up that attachments automatically get saved to or at least have
> the suggested file name pre
On Thu, Jun 29, 2017 at 04:19:27PM +0200, steve wrote:
> Hi leo,
>
> I have the same setup as you do (debian stretch+mutt).
>
> On [1], one can read:
>
> This package is built with the NeoMutt patchset, which includes a number
> of additional features compared to the stock Mutt.
>
> Which I don
On Wed, Apr 19, 2017 at 07:21:56AM -0700, Kevin J. McCarthy wrote:
> Sorry, I may have misunderstood. If you're in the select key menu,
> showing a list of matching keys, you can hit 'q' to exit the menu. It
> should then display a prompt: "Enter keyID for xxx: ". You should then
> be able to hi
Hello Kevin,
On Tue, Apr 18, 2017 at 11:49:03AM -0700, Kevin J. McCarthy wrote:
> On Tue, Apr 18, 2017 at 07:10:43PM +0200, Francesco Ariis wrote:
> > 5. Now it seems I am stuck in the select key menu, and I have
> >no idea how to exit it without sending the email
>
Hello list,
I have `crypt_replyencrypt` and `crypt_autoencrypt` for some contacts.
It works fine, but sometimes I want to send a cleartext email.
Again, most of the times I remember to "clear PGP", but other times
this happens:
1. I start a message to contact xyz
2. I type in the word
On Wed, Feb 22, 2017 at 12:01:11PM +0100, Michelle Konzack wrote:
> Hello,
>
> I get every day GPG signed and crypted messages, but these are always as
> attachment. However, two days ago, I have gotten a message with INLINE
> crypting like [...]
>
> and I can not open it.
> I have NEVER used t
On Mon, Feb 20, 2017 at 05:19:59PM +0100, Michelle Konzack wrote:
> On 2017-02-20 10:50:47 Jon LaBadie hacked into the keyboard:
> > Something similar may already be in there, the "L" command.
> > If set up, 'L' replies to the list, 'r' replies to the
> > message poster.
>
> ;-) I use mutt since
On Thu, Feb 02, 2017 at 08:44:34PM -0600, sunrise wrote:
> I would like to start using mutt but am somewhat intimidated by all the
> possible options
> in the muttrc config file. Would someone be willing to provide me with a
> basic muttrc I
> could use to get started?
This is what I have:
set
On Wed, Nov 09, 2016 at 12:13:00AM -0500, Jon LaBadie wrote:
> A year or more back someone posted a technique for
> tagging duplicate mails in a mailbox. It used T~=.
> The tagged mails could then be deleted.
`~=` works here, but I am on 1.5.23.
On Mon, Aug 01, 2016 at 03:20:27PM +0200, Alexandre Delanoë wrote:
> How to color with specific (not HTML or not GPG signature) file only ?
I am checking the manual right now and it does not seem possible to
colour the message (index view) as you would like, as there is no
pattern that deals with
On Sun, Jul 03, 2016 at 09:56:20AM +0200, DGSJ wrote:
> Hello,
>
> I have a (small) problem with the color of the indent strings.
> I have to use the interleaved format in a working group, and we use
> symbols preceding the responses, to mark changes, comments etc.
Hello DGSJ,
I think you mig
On Sat, Jul 02, 2016 at 10:27:27PM +0200, Matthias Beyer wrote:
> On 02-07-2016 21:59:22, Francesco Ariis wrote:
> > On Sat, Jul 02, 2016 at 06:23:38PM +0200, Matthias Beyer wrote:
> > > This is awesome! I removed the "~l~N" part as well as "" for my
>
On Sat, Jul 02, 2016 at 06:23:38PM +0200, Matthias Beyer wrote:
> This is awesome! I removed the "~l~N" part as well as "" for my
> setup. The former so I can apply it everywhere and the latter so I can
> see what I did to make this work and learn from it.
Dabbling with mutt during half-time, I
On Sat, Jul 02, 2016 at 02:03:58PM +0200, Matthias Beyer wrote:
> Hi,
>
> is it possible with mutt to delete all mail threads where messages are
> missing (aka the first message in the thread is a response to a
> message which is not in the mailbox)?
>
> If yes, how to do this?
Ah! my time to
On Tue, Jun 28, 2016 at 03:26:30PM +0200, Bastian wrote:
> I am used to have macro to move an entire thread to my trash folder:
>
> --- paste
> macro index \cd "=trash"
> "move thread to trash folder"
> --- eop ---
>
> This works perfectly unless the thread is collapsed.
> When collapsed,
On Sun, May 01, 2016 at 12:54:16PM +0100, Chris Green wrote:
> I (rarely) have a long message list of some hundreds of messages.
> This occurs when I'm looking at old mailboxes, archives and similar.
>
> How does one simply move to the last page/message or to a specific
> message number?
Hello C
On Thu, Apr 14, 2016 at 05:47:48PM +0200, Andreas Doll wrote:
> Hello
>
> I'm using mutt in conjunction with offlineimap to filter mailinglists into
> separate folders. Usually I decide quickly if I'm interested in a thread or
> not - if not I press Ctrl-r to mark this thread as read and move on.
On Wed, Feb 17, 2016 at 06:36:41PM -0500, Xu Wang wrote:
> Hello,
>
> I use 'i' to spellcheck. However, is it possible to not have the
> quoted parts of my email spellchecked? I try to use the 'ispell'
> muttrc variable which determines how spellcheck is invoked, but I do
> not see a good approach
On Sat, Jan 09, 2016 at 08:35:44PM +0100, Matthias Apitz wrote:
> From time to time it happens to me that I do announce in the body of a
> mail "I will attach foo bla ..." and at the end of the message I forget
> to do this; the MUA evolution (which I was using some years ago) warned
> me on sendin
On Wed, Dec 30, 2015 at 05:06:07AM -0500, Xu Wang wrote:
> I am part of many mailing lists. I would like to know when:
>
> 1. I am CC'ed or in the To field of an email address
> 2. When (1) is true *and* there is no mailing list in the CC or To field.
>
> (2) is specifically important to me becau
On Mon, Nov 23, 2015 at 10:57:22PM +0100, Tomas Nordin wrote:
> But, how do I call such a command that doesn't have a key-binding. I
> tried `:` and the command `search-opposite` but the `:` seem to be for a
> different set of functions.
:exec your-command
On Wed, Nov 18, 2015 at 10:42:31PM +0100, Tomas Nordin wrote:
> Exactly so, thanks, perfect. And while we're on it, now the same for
> next and previous search hit, like and -. Possible also?
You are aware of contextual help, aren't you? If not, press
'?' in any menu to see a list of keybinding-c
On Wed, Nov 18, 2015 at 08:43:57PM +0100, Tomas Nordin wrote:
> Hi
>
> On my mutt, takes me to the next new mail. In the index, I
> sometimes want to myself to the previous new. I have then tried
> - and I get a message saying that key is not bound. Which
> seem to me like an excellent opportuni
On Mon, Nov 16, 2015 at 10:48:29AM +, Arkadiusz Drabczyk wrote:
> Yes, but in corporate environment (at least where I work) you often
> get such e-mails. Some of them are important, some are not but you
> have to have a chance to follow important ones. That being said, I
> use viewhtmlmail.py
On Sun, Oct 18, 2015 at 02:49:27PM +0200, Teon Banek wrote:
> Hello everyone,
>
> Is it possible to have a default subject prefix when sending a mail to a
> group? For example, I have a group of people and I'd like to
> automatically fill in the subject with '[Group]' when sending mail to
> all me
On Tue, Aug 25, 2015 at 03:29:28PM +0200, Joe wrote:
> Let's test it...
> ...
>
> Ye it works! :)
> Question solved! Thanks a lot for your help.
Glad it worked. I still don't know why our macros differ since we
are using the exact same version - Mutt 1.5.23 (2014-03-12) - maybe
Debian (which
On Tue, Aug 25, 2015 at 11:33:32AM +0200, Joe wrote:
> On 25.08.15 02:19, Francesco Ariis wrote:
> >
> > macro browser q ""
>
> This doesn't work for me...
> When I press "q" mutt says something like:
>
> "change to folder ?&
On Tue, Aug 25, 2015 at 01:23:04AM +0200, joe.on.l...@gmail.com wrote:
> Hi all,
>
> Is there a way to quit mutt immediately when I'm in browser menu?
>
> Thanks in advance!
> Regards
>
Ciao Joe,
macro browser q ""
will this do?
1 - 100 of 113 matches
Mail list logo